Searched refs:wpa_gmk_rekey (Results 1 - 16 of 16) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h320 int wpa_gmk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h145 int wpa_gmk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c42 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
H A Dap_config.c57 bss->wpa_gmk_rekey = 86400;
H A Dwpa_auth.c262 if (wpa_auth->conf.wpa_gmk_rekey) {
263 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
458 if (wpa_auth->conf.wpa_gmk_rekey) {
459 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h320 int wpa_gmk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h145 int wpa_gmk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c42 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
H A Dap_config.c57 bss->wpa_gmk_rekey = 86400;
H A Dwpa_auth.c262 if (wpa_auth->conf.wpa_gmk_rekey) {
263 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
458 if (wpa_auth->conf.wpa_gmk_rekey) {
459 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h320 int wpa_gmk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h145 int wpa_gmk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c42 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
H A Dap_config.c57 bss->wpa_gmk_rekey = 86400;
H A Dwpa_auth.c262 if (wpa_auth->conf.wpa_gmk_rekey) {
263 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
458 if (wpa_auth->conf.wpa_gmk_rekey) {
459 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2436 } else if (os_strcmp(buf, "wpa_gmk_rekey") == 0) {
2437 bss->wpa_gmk_rekey = atoi(pos);

Completed in 184 milliseconds