Searched refs:wpa_ptk_rekey (Results 1 - 25 of 26) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h408 * wpa_ptk_rekey - Maximum lifetime for PTK in seconds
413 int wpa_ptk_rekey; member in struct:wpa_ssid
H A Dwpa_supplicant.conf727 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to
1055 wpa_ptk_rekey=600
H A Dwpas_glue.c953 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c41 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
H A Dap_config.h274 int wpa_ptk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h134 int wpa_ptk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c2166 if (sm->wpa_auth->conf.wpa_ptk_rekey) {
2169 wpa_ptk_rekey, 0, wpa_rekey_ptk,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c41 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
H A Dap_config.h274 int wpa_ptk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h134 int wpa_ptk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c2166 if (sm->wpa_auth->conf.wpa_ptk_rekey) {
2169 wpa_ptk_rekey, 0, wpa_rekey_ptk,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c41 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
H A Dap_config.h274 int wpa_ptk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h134 int wpa_ptk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c2166 if (sm->wpa_auth->conf.wpa_ptk_rekey) {
2169 wpa_ptk_rekey, 0, wpa_rekey_ptk,
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h60 int wpa_ptk_rekey; member in struct:wpa_sm
H A Dwpa.h98 int wpa_ptk_rekey; member in struct:rsn_supp_config
H A Dwpa.c589 if (sm->wpa_ptk_rekey) {
591 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
2277 sm->wpa_ptk_rekey = config->wpa_ptk_rekey;
2287 sm->wpa_ptk_rekey = 0;
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_i.h60 int wpa_ptk_rekey; member in struct:wpa_sm
H A Dwpa.h98 int wpa_ptk_rekey; member in struct:rsn_supp_config
H A Dwpa.c589 if (sm->wpa_ptk_rekey) {
591 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
2277 sm->wpa_ptk_rekey = config->wpa_ptk_rekey;
2287 sm->wpa_ptk_rekey = 0;
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h60 int wpa_ptk_rekey; member in struct:wpa_sm
H A Dwpa.h98 int wpa_ptk_rekey; member in struct:rsn_supp_config
H A Dwpa.c589 if (sm->wpa_ptk_rekey) {
591 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
2277 sm->wpa_ptk_rekey = config->wpa_ptk_rekey;
2287 sm->wpa_ptk_rekey = 0;
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2241 } else if (os_strcmp(buf, "wpa_ptk_rekey") == 0) {
2242 bss->wpa_ptk_rekey = atoi(pos);

Completed in 183 milliseconds

12