Allow PMKSA caching to be disabled on Authenticator
A new hostapd configuration parameter, disable_pmksa_caching=1, can now be used to disable PMKSA caching on the Authenticator. This forces the stations to complete EAP authentication on every association when WPA2 is being used.
This commit is contained in:
parent
2db9174503
commit
cb465555d4
6 changed files with 14 additions and 1 deletions
|
@ -143,6 +143,7 @@ struct wpa_auth_config {
|
|||
int peerkey;
|
||||
int wmm_enabled;
|
||||
int wmm_uapsd;
|
||||
int disable_pmksa_caching;
|
||||
int okc;
|
||||
int tx_status;
|
||||
#ifdef CONFIG_IEEE80211W
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue