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

  /hardware/ti/wlan/mac80211/config/
hostapd.conf 25 wpa_ptk_rekey=0
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 390 * wpa_ptk_rekey - Maximum lifetime for PTK in seconds
395 int wpa_ptk_rekey; member in struct:wpa_ssid
wpa_supplicant.conf 631 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to
    [all...]
wpas_glue.c 913 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey;
config.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 41 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
ap_config.h 268 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.h 94 int wpa_ptk_rekey; member in struct:rsn_supp_config
wpa_i.h 60 int wpa_ptk_rekey; member in struct:wpa_sm
wpa.c 556 if (sm->wpa_ptk_rekey) {
558 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 180 milliseconds