Searched refs:wpa_ptk_rekey (Results 1 – 25 of 30) sorted by relevance
12
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | config_ssid.h | 537 int wpa_ptk_rekey; member
|
D | wpa_supplicant.conf | 1562 wpa_ptk_rekey=600
|
D | wpas_glue.c | 1277 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
|
D | config_file.c | 885 INT(wpa_ptk_rekey); in wpa_config_write_network()
|
D | config.c | 2337 { INT(wpa_ptk_rekey) },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | config_ssid.h | 599 int wpa_ptk_rekey; member
|
D | wpa_supplicant.conf | 1720 wpa_ptk_rekey=600
|
D | wpas_glue.c | 1463 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
|
D | config_file.c | 877 INT(wpa_ptk_rekey); in wpa_config_write_network()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa_i.h | 65 int wpa_ptk_rekey; member
|
D | wpa.h | 112 int wpa_ptk_rekey; member
|
D | wpa.c | 842 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk() 844 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk() 2934 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config() 2953 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa_i.h | 70 int wpa_ptk_rekey; member
|
D | wpa.h | 131 int wpa_ptk_rekey; member
|
D | wpa.c | 987 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk() 989 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk() 3270 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config() 3292 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth.h | 178 int wpa_ptk_rekey; member
|
D | wpa_auth_glue.c | 48 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
|
D | ap_config.h | 373 int wpa_ptk_rekey; member
|
D | wpa_auth.c | 331 if (sm && sm->wpa_auth->conf.wpa_ptk_rekey) { in wpa_auth_set_ptk_rekey_timer() 334 sm->wpa_auth->conf.wpa_ptk_rekey); in wpa_auth_set_ptk_rekey_timer() 336 eloop_register_timeout(sm->wpa_auth->conf.wpa_ptk_rekey, 0, in wpa_auth_set_ptk_rekey_timer()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_config.h | 376 int wpa_ptk_rekey; member
|
D | wpa_auth.h | 180 int wpa_ptk_rekey; member
|
D | wpa_auth_glue.c | 54 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
|
D | wpa_auth.c | 379 if (sm && sm->wpa_auth->conf.wpa_ptk_rekey) { in wpa_auth_set_ptk_rekey_timer() 382 sm->wpa_auth->conf.wpa_ptk_rekey); in wpa_auth_set_ptk_rekey_timer() 384 eloop_register_timeout(sm->wpa_auth->conf.wpa_ptk_rekey, 0, in wpa_auth_set_ptk_rekey_timer()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 2881 bss->wpa_ptk_rekey = atoi(pos);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 2984 bss->wpa_ptk_rekey = atoi(pos); in hostapd_config_fill()
|
12