qcacmn: Enable Peer authorization support in RX path

In security mode, allow only EAPOL frames in receive path
when peer is not authorized. This feature is enabled per VAP
based on vdev flag and will be applicable for all peers in that
VAP

Change-Id: Ic5dea09c2083f31e8cd301a0cdc3565f247b735c
此提交包含在:
Mainak Sen
2020-10-29 18:02:02 +05:30
提交者 snandini
父節點 6676daab7d
當前提交 37a91751be
共有 5 個檔案被更改,包括 40 行新增0 行删除

查看文件

@@ -6542,6 +6542,8 @@ dp_print_soc_rx_stats(struct dp_soc *soc)
soc->stats.rx.err.defrag_peer_uninit);
DP_PRINT_STATS("Pkts delivered no peer = %d",
soc->stats.rx.err.pkt_delivered_no_peer);
DP_PRINT_STATS("Pkts drop due to no peer auth :%d",
soc->stats.rx.err.peer_unauth_rx_pkt_drop);
DP_PRINT_STATS("Invalid Pdev = %d",
soc->stats.rx.err.invalid_pdev);
DP_PRINT_STATS("Invalid Peer = %d",