Searched refs:wpa_ptk_rekey (Results 1 – 15 of 15) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_ssid.h | 456 int wpa_ptk_rekey; member
|
D | wpa_supplicant.conf | 1176 wpa_ptk_rekey=600
|
D | wpas_glue.c | 1110 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
|
D | config_file.c | 781 INT(wpa_ptk_rekey); in wpa_config_write_network()
|
D | config.c | 1919 { INT(wpa_ptk_rekey) },
|
D | ChangeLog | 934 * added a new network configuration option, wpa_ptk_rekey, that can be
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_glue.c | 42 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
|
D | wpa_auth.h | 135 int wpa_ptk_rekey; member
|
D | ap_config.h | 303 int wpa_ptk_rekey; member
|
D | wpa_auth.c | 2346 if (sm->wpa_auth->conf.wpa_ptk_rekey) { in SM_STATE() 2349 wpa_ptk_rekey, 0, wpa_rekey_ptk, in SM_STATE()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 61 int wpa_ptk_rekey; member
|
D | wpa.h | 105 int wpa_ptk_rekey; member
|
D | wpa.c | 636 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk() 638 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk() 2417 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config() 2427 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 2367 bss->wpa_ptk_rekey = atoi(pos); in hostapd_config_fill()
|
D | ChangeLog | 502 * added a new configuration option, wpa_ptk_rekey, that can be used to
|