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
此提交包含在:
@@ -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",
|
||||
|
新增問題並參考
封鎖使用者