Searched refs:wpa_ptk_rekey (Results 1 – 15 of 15) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_ssid.h | 566 int wpa_ptk_rekey; member
|
D | wpa_supplicant.conf | 1716 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 | 825 INT(wpa_ptk_rekey); in wpa_config_write_network()
|
D | config.c | 2557 { INT(wpa_ptk_rekey) },
|
D | ChangeLog | 1309 * added a new network configuration option, wpa_ptk_rekey, that can be
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 70 int wpa_ptk_rekey; member
|
D | wpa.h | 128 int wpa_ptk_rekey; member
|
D | wpa.c | 969 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk() 971 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk() 3197 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config() 3219 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.h | 180 int wpa_ptk_rekey; member
|
D | ap_config.h | 373 int wpa_ptk_rekey; member
|
D | wpa_auth_glue.c | 52 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
|
D | wpa_auth.c | 374 if (sm && sm->wpa_auth->conf.wpa_ptk_rekey) { in wpa_auth_set_ptk_rekey_timer() 377 sm->wpa_auth->conf.wpa_ptk_rekey); in wpa_auth_set_ptk_rekey_timer() 379 eloop_register_timeout(sm->wpa_auth->conf.wpa_ptk_rekey, 0, in wpa_auth_set_ptk_rekey_timer()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 2874 bss->wpa_ptk_rekey = atoi(pos);
|
D | ChangeLog | 745 * added a new configuration option, wpa_ptk_rekey, that can be used to
|