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

  /hardware/ti/wlan/mac80211/config/
hostapd.conf 24 wpa_gmk_rekey=0
  /external/wpa_supplicant_8/src/ap/
ap_config.h 225 int wpa_gmk_rekey; member in struct:hostapd_bss_config
wpa_auth_glue.c 39 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
wpa_auth.h 132 int wpa_gmk_rekey; member in struct:wpa_auth_config
ap_config.c 55 bss->wpa_gmk_rekey = 86400;
wpa_auth.c 226 if (wpa_auth->conf.wpa_gmk_rekey) {
227 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
431 if (wpa_auth->conf.wpa_gmk_rekey) {
432 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 124 milliseconds