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

  /external/wpa_supplicant_8/src/ap/
ap_config.h 332 int wpa_gmk_rekey; member in struct:hostapd_bss_config
wpa_auth.h 164 int wpa_gmk_rekey; member in struct:wpa_auth_config
wpa_auth_glue.c 46 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
ap_config.c 62 bss->wpa_gmk_rekey = 86400;
wpa_auth.c 270 if (wpa_auth->conf.wpa_gmk_rekey) {
271 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
468 if (wpa_auth->conf.wpa_gmk_rekey) {
469 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 56 milliseconds