Home | Sort by relevance Sort by last modified time |
/hardware/ti/wlan/mac80211/config/ | |
hostapd.conf | 25 wpa_ptk_rekey=0 |
/external/wpa_supplicant_8/wpa_supplicant/ | |
config_ssid.h | 398 * wpa_ptk_rekey - Maximum lifetime for PTK in seconds 403 int wpa_ptk_rekey; member in struct:wpa_ssid |
wpa_supplicant.conf | 638 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to [all...] |
wpas_glue.c | 920 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; |
config.c | [all...] |
/external/wpa_supplicant_8/src/ap/ | |
wpa_auth_glue.c | 42 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; |
ap_config.h | 269 int wpa_ptk_rekey; member in struct:hostapd_bss_config |
wpa_auth.h | 133 int wpa_ptk_rekey; member in struct:wpa_auth_config |
wpa_auth.c | [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ | |
wpa_i.h | 60 int wpa_ptk_rekey; member in struct:wpa_sm |
wpa.h | 94 int wpa_ptk_rekey; member in struct:rsn_supp_config |
wpa.c | 554 if (sm->wpa_ptk_rekey) { 556 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, [all...] |
/external/wpa_supplicant_8/hostapd/ | |
config_file.c | [all...] |