hostapd/src
Andrei Otcheretianski 819f096f5b nl80211: Fix RTM event handling for dynamic interfaces
When an interface is disabled through rtm event, wpa_supplicant's
EVENT_INTERFACE_DISABLED is generated, which in turn, may
completely destroy wpa_driver_nl80211_data struct (drv). This
scenario happens now when P2P GO interface is disabled. Since this
struct may be used later in this function it causes segmentation fault.

Fix it by trying to find drv again in the interface list after
wpa_supplicant's event handling.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
2014-03-04 22:30:48 +02:00
..
ap Redirect more frames with ext_mgmt_frame_handling=1 2014-03-02 17:15:12 +02:00
common WPA: Clean up cipher suite counting in write routines 2014-03-02 17:15:12 +02:00
crypto OpenSSL: Avoid never-used analyzer warning 2014-03-02 17:15:12 +02:00
drivers nl80211: Fix RTM event handling for dynamic interfaces 2014-03-04 22:30:48 +02:00
eap_common HS 2.0R2: Add WFA server-only EAP-TLS peer method 2014-02-26 01:24:23 +02:00
eap_peer EAP-FAST: Use clear eap_get_config() result validation 2014-03-02 17:15:12 +02:00
eap_server HS 2.0R2: Add WFA server-only EAP-TLS server method 2014-02-26 01:24:25 +02:00
eapol_auth HS 2.0R2: RADIUS server support to request Subscr Remediation 2014-02-26 01:24:25 +02:00
eapol_supp Skip network disabling on expected EAP failure 2014-01-08 16:42:15 +02:00
l2_packet Add CONFIG_CODE_COVERAGE=y option for gcov 2013-11-24 19:16:12 +02:00
p2p P2P: Fix validation on Invitation Request error path 2014-03-02 10:35:33 +02:00
radius RADIUS server: Copy IPv4 address only when IPv6 is not used 2014-03-02 17:15:12 +02:00
rsn_supp TDLS: Work around interop issues with supported operating class 2014-02-27 16:38:14 +02:00
tls Use ARRAY_SIZE() macro 2013-10-26 17:49:05 +03:00
utils trace: Fix memory use on no-function name path 2014-03-02 17:15:12 +02:00
wps WPS: Remove duplicate variable setting 2014-03-02 17:15:12 +02: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