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

12

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h482 * wpa_ptk_rekey - Maximum lifetime for PTK in seconds
487 int wpa_ptk_rekey; member in struct:wpa_ssid
H A Dwpa_supplicant.conf944 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to
1373 wpa_ptk_rekey=600
H A Dwpas_glue.c1217 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey;
H A Dconfig_file.c830 INT(wpa_ptk_rekey);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h332 int wpa_ptk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h146 int wpa_ptk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c43 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
H A Dwpa_auth.c2897 if (sm->wpa_auth->conf.wpa_ptk_rekey) {
2900 wpa_ptk_rekey, 0, wpa_rekey_ptk,
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.h109 int wpa_ptk_rekey; member in struct:rsn_supp_config
H A Dwpa_i.h67 int wpa_ptk_rekey; member in struct:wpa_sm
H A Dwpa.c735 if (sm->wpa_ptk_rekey) {
737 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
2721 sm->wpa_ptk_rekey = config->wpa_ptk_rekey;
2732 sm->wpa_ptk_rekey = 0;
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h332 int wpa_ptk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h146 int wpa_ptk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c43 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
H A Dwpa_auth.c2897 if (sm->wpa_auth->conf.wpa_ptk_rekey) {
2900 wpa_ptk_rekey, 0, wpa_rekey_ptk,
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.h109 int wpa_ptk_rekey; member in struct:rsn_supp_config
H A Dwpa_i.h67 int wpa_ptk_rekey; member in struct:wpa_sm
H A Dwpa.c735 if (sm->wpa_ptk_rekey) {
737 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
2721 sm->wpa_ptk_rekey = config->wpa_ptk_rekey;
2732 sm->wpa_ptk_rekey = 0;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h332 int wpa_ptk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h146 int wpa_ptk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c43 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
H A Dwpa_auth.c2897 if (sm->wpa_auth->conf.wpa_ptk_rekey) {
2900 wpa_ptk_rekey, 0, wpa_rekey_ptk,
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.h109 int wpa_ptk_rekey; member in struct:rsn_supp_config
H A Dwpa_i.h67 int wpa_ptk_rekey; member in struct:wpa_sm
H A Dwpa.c735 if (sm->wpa_ptk_rekey) {
737 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
2721 sm->wpa_ptk_rekey = config->wpa_ptk_rekey;
2732 sm->wpa_ptk_rekey = 0;

Completed in 360 milliseconds

12