Searched refs:wpa_ptk_rekey (Results 1 – 22 of 22) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/ |
D | config_ssid.h | 344 int wpa_ptk_rekey; member
|
D | wpas_glue.c | 639 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
|
D | wpa_supplicant.conf.orig | 334 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to 546 wpa_ptk_rekey=600
|
D | config.c | 1412 { INT(wpa_ptk_rekey) }
|
D | ChangeLog | 59 * added a new network configuration option, wpa_ptk_rekey, that can be
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_ssid.h | 358 int wpa_ptk_rekey; member
|
D | wpa_supplicant.conf | 627 wpa_ptk_rekey=600
|
D | wpas_glue.c | 849 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
|
D | config.c | 1623 { INT(wpa_ptk_rekey) },
|
D | ChangeLog | 158 * added a new network configuration option, wpa_ptk_rekey, that can be
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.h | 226 int wpa_ptk_rekey; member
|
D | wpa_auth_glue.c | 40 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
|
D | wpa_auth.h | 133 int wpa_ptk_rekey; member
|
D | wpa_auth.c | 2078 if (sm->wpa_auth->conf.wpa_ptk_rekey) { in SM_STATE() 2081 wpa_ptk_rekey, 0, wpa_rekey_ptk, in SM_STATE()
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | wpa.h | 88 int wpa_ptk_rekey; member
|
D | wpa_i.h | 63 int wpa_ptk_rekey; member
|
D | wpa.c | 558 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk() 560 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk() 2065 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config() 2074 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 555 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk() 557 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk() 2260 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config() 2269 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
|
D | wpa.h | 90 int wpa_ptk_rekey; member
|
D | wpa_i.h | 60 int wpa_ptk_rekey; member
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 1597 bss->wpa_ptk_rekey = atoi(pos); in hostapd_config_read()
|
D | ChangeLog | 114 * added a new configuration option, wpa_ptk_rekey, that can be used to
|