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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c40 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
H A Dap_config.h267 int wpa_gmk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h132 int wpa_gmk_rekey; member in struct:wpa_auth_config
H A Dap_config.c55 bss->wpa_gmk_rekey = 86400;
H A Dwpa_auth.c227 if (wpa_auth->conf.wpa_gmk_rekey) {
228 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
414 if (wpa_auth->conf.wpa_gmk_rekey) {
415 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c40 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
H A Dap_config.h267 int wpa_gmk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h132 int wpa_gmk_rekey; member in struct:wpa_auth_config
H A Dap_config.c55 bss->wpa_gmk_rekey = 86400;
H A Dwpa_auth.c227 if (wpa_auth->conf.wpa_gmk_rekey) {
228 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
414 if (wpa_auth->conf.wpa_gmk_rekey) {
415 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c40 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
H A Dap_config.h267 int wpa_gmk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h132 int wpa_gmk_rekey; member in struct:wpa_auth_config
H A Dap_config.c55 bss->wpa_gmk_rekey = 86400;
H A Dwpa_auth.c227 if (wpa_auth->conf.wpa_gmk_rekey) {
228 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
414 if (wpa_auth->conf.wpa_gmk_rekey) {
415 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2088 } else if (os_strcmp(buf, "wpa_gmk_rekey") == 0) {
2089 bss->wpa_gmk_rekey = atoi(pos);

Completed in 140 milliseconds