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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c39 wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
H A Dap_config.h272 int wpa_strict_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h132 int wpa_strict_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c639 if (sm->wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
2895 !!wpa_auth->conf.wpa_strict_rekey,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c39 wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
H A Dap_config.h272 int wpa_strict_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h132 int wpa_strict_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c639 if (sm->wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
2895 !!wpa_auth->conf.wpa_strict_rekey,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c39 wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
H A Dap_config.h272 int wpa_strict_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h132 int wpa_strict_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c639 if (sm->wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
2895 !!wpa_auth->conf.wpa_strict_rekey,
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2237 } else if (os_strcmp(buf, "wpa_strict_rekey") == 0) {
2238 bss->wpa_strict_rekey = atoi(pos);

Completed in 103 milliseconds