wil6210: AP should not forward eapol packets
BugLink: https://bugs.launchpad.net/bugs/1931727 In AP mode, the driver checks each received frame, in case it is multicast or unicast packet targeted to one of the AP clients, the driver does the routing in L2 level. EAPOL packet is plaintext frame and it should not follow the above role. When AP receives an EAPOL packet that is multicast or targeted to a client in the AP network, the driver should not forward this packet immediately in L2. EAPOL packet should be indicated to the network stack which will check the packet validity and will decide if to forward the packet to its client or not. Change-Id: I0edf339c3be5a2300e7b8168866286e71045c0d5 Signed-off-by:Ahmad Masri <amasri@codeaurora.org> (cherry picked from commit bd524245923128b12e05e173b406b17e4e4156b1) Signed-off-by:
Shrirang Bagul <shrirang.bagul@canonical.com>
Loading
Please sign in to comment