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.c40 wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
H A Dwpa_auth.h133 int wpa_strict_rekey; member in struct:wpa_auth_config
H A Dap_config.h301 int wpa_strict_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.c678 if (sm->wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
3077 !!wpa_auth->conf.wpa_strict_rekey,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c40 wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
H A Dwpa_auth.h133 int wpa_strict_rekey; member in struct:wpa_auth_config
H A Dap_config.h301 int wpa_strict_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.c678 if (sm->wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
3077 !!wpa_auth->conf.wpa_strict_rekey,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c40 wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
H A Dwpa_auth.h133 int wpa_strict_rekey; member in struct:wpa_auth_config
H A Dap_config.h301 int wpa_strict_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.c678 if (sm->wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
3077 !!wpa_auth->conf.wpa_strict_rekey,
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2362 } else if (os_strcmp(buf, "wpa_strict_rekey") == 0) {
2363 bss->wpa_strict_rekey = atoi(pos);

Completed in 313 milliseconds