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
|
@ -288,6 +288,7 @@ struct hostapd_bss_config {
|
|||
*/
|
||||
u16 max_listen_interval;
|
||||
|
||||
int disable_pmksa_caching;
|
||||
int okc; /* Opportunistic Key Caching */
|
||||
|
||||
int wps_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue