]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Do not open EAPOL RX socket when using control port for RX (AP)
authorJouni Malinen <j@w1.fi>
Sun, 19 Apr 2020 13:25:27 +0000 (16:25 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 19 Apr 2020 14:42:41 +0000 (17:42 +0300)
commit95cbf450909abd4e45793c479d8e0d00618d3618
tree9ea502533322681e8025d72b620fb592b36d5304
parente480ed38ebc4a2db068108a68f79e188139a9c13
nl80211: Do not open EAPOL RX socket when using control port for RX (AP)

drv->eapol_sock is used only for receiving EAPOL frames in AP mode, so
it is not needed when using control port for EAPOL frame RX.

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