]> git.ipfire.org Git - thirdparty/hostap.git/commit
Do not open l2_packet(EAPOL) for receive unnecessarily
authorJouni Malinen <j@w1.fi>
Sun, 19 Apr 2020 13:38:29 +0000 (16:38 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 19 Apr 2020 14:42:41 +0000 (17:42 +0300)
commit2c70b7d0b4adbcfc8a9e178edea4503b61f23d2c
tree6c7d034b5746c93ba4b331f03e4e136cdcd27eec
parent7a880b129de8f439324ab0c04a20417af022a29c
Do not open l2_packet(EAPOL) for receive unnecessarily

If the driver supports control port for EAPOL RX, do not register
l2_packet for RX to minimize unnecessary operation load.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/wpa_supplicant.c