hostapd/src
Michael Braun a0ad9e8c9e Remove WPA per-VLAN groups when no more stations remain
Previously, struct wpa_group was created when the first station enters
the group and the struct wpa_group was not freed when all station left
the group. This causes a problem because wpa_group will enter
FATAL_FAILURE when a wpa_group is running while the AP_VLAN interface
has already been removed.

Fix this by adding a reference counter to struct wpa_group and free a
group if it is unused.

Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
2015-04-26 16:56:22 +03:00
..
ap Remove WPA per-VLAN groups when no more stations remain 2015-04-26 16:56:22 +03:00
common Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
crypto Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
drivers Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
eap_common Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
eap_peer Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
eap_server Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
eapol_auth Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
eapol_supp Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
l2_packet tests: Add eapol-fuzzer 2015-04-22 11:44:19 +03:00
p2p WPS: Truncate variable length string attributes to maximum length 2015-04-22 22:05:12 +03:00
pae MACsec: Update protect frames and replay on reauthentication 2014-12-09 16:56:10 +02:00
radius Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
rsn_supp Simplify VHT Capabilities element parsing 2015-04-22 22:05:11 +03:00
tls Remove master key extraction from tls_connection_get_keys() 2015-03-31 15:52:40 +03:00
utils tests: Add a module test for wpa_ssid_txt() with too long SSID 2015-04-22 11:44:19 +03:00
wps Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00