HomeSort by relevance Sort by last modified time
    Searched refs:wpa_ptk_rekey (Results 1 - 7 of 7) sorted by null

  /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
wpa_supplicant.conf 334 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to
546 wpa_ptk_rekey=600
wpas_glue.c 639 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey;
config.c     [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...]

Completed in 177 milliseconds