Searched refs:wpa_strict_rekey (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_config.h371 int wpa_strict_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h176 int wpa_strict_rekey; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c46 wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
H A Dwpa_auth.c724 if (sm->wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
4179 !!wpa_auth->conf.wpa_strict_rekey,
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2876 } else if (os_strcmp(buf, "wpa_strict_rekey") == 0) {
2877 bss->wpa_strict_rekey = atoi(pos);

Completed in 121 milliseconds