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/
wpa_auth_glue.c 40 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
ap_config.h 273 int wpa_gmk_rekey; member in struct:hostapd_bss_config
wpa_auth.h 133 int wpa_gmk_rekey; member in struct:wpa_auth_config
wpa_auth.c 233 if (wpa_auth->conf.wpa_gmk_rekey) {
234 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
420 if (wpa_auth->conf.wpa_gmk_rekey) {
421 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
    [all...]
ap_config.c 55 bss->wpa_gmk_rekey = 86400;
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 394 milliseconds