/external/wpa_supplicant_6/wpa_supplicant/ |
config_ssid.h | 339 * wpa_ptk_rekey - Maximum lifetime for PTK in seconds 344 int wpa_ptk_rekey; member in struct:wpa_ssid
|
wpas_glue.c | 639 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey;
|
wpa_supplicant.conf.orig | 334 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to 546 wpa_ptk_rekey=600
|
config.c | [all...] |
ChangeLog | 59 * added a new network configuration option, wpa_ptk_rekey, that can be [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config_ssid.h | 353 * wpa_ptk_rekey - Maximum lifetime for PTK in seconds 358 int wpa_ptk_rekey; member in struct:wpa_ssid
|
wpas_glue.c | 737 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey;
|
wpa_supplicant.conf.orig | 376 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to 598 wpa_ptk_rekey=600 [all...] |
config.c | [all...] |
ChangeLog | 158 * added a new network configuration option, wpa_ptk_rekey, that can be [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
wpa.h | 88 int wpa_ptk_rekey; member in struct:rsn_supp_config
|
wpa_i.h | 63 int wpa_ptk_rekey; member in struct:wpa_sm
|
wpa.c | 558 if (sm->wpa_ptk_rekey) { 560 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, [all...] |
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_glue.c | 44 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
|
ap_config.h | 221 int wpa_ptk_rekey; member in struct:hostapd_bss_config
|
wpa_auth.h | 139 int wpa_ptk_rekey; member in struct:wpa_auth_config
|
wpa_auth.c | [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa.h | 89 int wpa_ptk_rekey; member in struct:rsn_supp_config
|
wpa_i.h | 66 int wpa_ptk_rekey; member in struct:wpa_sm
|
wpa.c | 558 if (sm->wpa_ptk_rekey) { 560 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | [all...] |
ChangeLog | 114 * added a new configuration option, wpa_ptk_rekey, that can be used to [all...] |
hostapd.conf | 734 #wpa_ptk_rekey=600 [all...] |