]> git.ipfire.org Git - thirdparty/hostap.git/commit
PMKSA: Flush AP/mesh PMKSA cache by PMKSA_FLUSH command
authorMasashi Honma <masashi.honma@gmail.com>
Wed, 9 Mar 2016 09:16:13 +0000 (18:16 +0900)
committerJouni Malinen <j@w1.fi>
Sun, 20 Mar 2016 15:37:53 +0000 (17:37 +0200)
commit4c522c7798d16cac0d59de8b23d8202fb9fa8a59
tree76236cf289334390665acac3c5f6ee33c6566578
parentb8daac18a48fc4b12e8cb726ea265e050ef49cdc
PMKSA: Flush AP/mesh PMKSA cache by PMKSA_FLUSH command

This extends the wpa_supplicant PMKSA_FLUSH control interface command to
allow the PMKSA list from the authenticator side to be flushed for AP
and mesh mode. In addition, this adds a hostapd PMKSA_FLUSH control
interface command to flush the PMKSA entries.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
hostapd/ctrl_iface.c
hostapd/hostapd_cli.c
src/ap/ctrl_iface_ap.c
src/ap/ctrl_iface_ap.h
src/ap/pmksa_cache_auth.c
src/ap/pmksa_cache_auth.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h
wpa_supplicant/ap.c
wpa_supplicant/ap.h
wpa_supplicant/ctrl_iface.c