Module Name: src Committed By: roy Date: Wed Mar 23 08:48:43 UTC 2016
Modified Files: src/external/bsd/wpa/dist/hostapd: main.c src/external/bsd/wpa/dist/src/ap: drv_callbacks.c hostapd.c hostapd.h src/external/bsd/wpa/dist/src/drivers: driver.h driver_bsd.c src/external/bsd/wpa/dist/wpa_supplicant: events.c wpa_priv.c wpa_supplicant.c Log Message: Interface additions/removals are not guaranteed to be for the driver listening to kernel events. As such, send the events to wpa_supplicant_event_global() which can then pick the correct interface registered with wpa_supplicant to send the event to. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/wpa/dist/hostapd/main.c cvs rdiff -u -r1.1.1.6 -r1.2 src/external/bsd/wpa/dist/src/ap/drv_callbacks.c \ src/external/bsd/wpa/dist/src/ap/hostapd.c \ src/external/bsd/wpa/dist/src/ap/hostapd.h cvs rdiff -u -r1.1.1.5 -r1.2 src/external/bsd/wpa/dist/src/drivers/driver.h cvs rdiff -u -r1.22 -r1.23 src/external/bsd/wpa/dist/src/drivers/driver_bsd.c cvs rdiff -u -r1.3 -r1.4 src/external/bsd/wpa/dist/wpa_supplicant/events.c cvs rdiff -u -r1.1.1.5 -r1.2 \ src/external/bsd/wpa/dist/wpa_supplicant/wpa_priv.c cvs rdiff -u -r1.4 -r1.5 \ src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.