hostap/src
Jouni Malinen 59d249255c nl80211: Ignore netlink interface down if interface is up
The netlink event processing is delayed since they are only returned
after control returns to eloop. This can result in netlink down events
being processed at a point when the interface has is actually still
there (the first event on new interface is down) and that can result in
odd behavior especially when the resulting interface-disabled event is
delivered to AP mode interface with wpa_supplicant.

Work around this by filtering netlink down events if the matching
interface is up at the time the netlink event is processed. This fixes
an issue brought up by commit 36d84860bb.
2011-10-28 21:08:15 +03:00
..
ap Fix WPA authenticator configuration to not leave uninitialized fields 2011-10-28 12:13:56 +03:00
common TDLS: Process discovery requests and send discovery responses 2011-10-23 22:18:27 +03:00
crypto Remove EAP-TTLSv1 and TLS/IA 2011-09-25 21:28:32 +03:00
drivers nl80211: Ignore netlink interface down if interface is up 2011-10-28 21:08:15 +03:00
eap_common Fix typos found by codespell 2011-09-22 00:43:59 +03:00
eap_peer EAP: Clear ClientTimeout back to default value in INITIALIZE 2011-10-18 18:44:35 +03:00
eap_server Remove EAP-TTLSv1 and TLS/IA 2011-09-25 21:28:32 +03:00
eapol_auth Make sure that EAP callbacks are not done if state machine has been removed 2011-08-12 11:56:44 +03:00
eapol_supp Fix typos found by codespell 2011-09-22 00:43:59 +03:00
l2_packet l2_packet: Use wpa_printf() instead of perror() 2010-11-24 15:00:22 +02:00
p2p P2P: Append P2P Device Address to AP-STA-CONNECTED event 2011-10-25 00:13:03 +03:00
radius hostapd: Fix RADIUS client configuration update on reconfig 2011-02-10 22:12:29 +02:00
rsn_supp TDLS: Do not clear peer data too early for teardown 2011-10-27 23:15:46 +03:00
tls TLS: Validate RSA ClientKeyExchange length field 2011-10-23 13:04:32 +03:00
utils Remove unused variable from os_gmtime() 2011-10-23 12:22:40 +03:00
wps Remove unused variables 2011-10-23 12:42:55 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00