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 358 int wpa_gmk_rekey; member in struct:hostapd_bss_config
wpa_auth.h 177 int wpa_gmk_rekey; member in struct:wpa_auth_config
wpa_auth_glue.c 47 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
    [all...]
ap_config.c 63 bss->wpa_gmk_rekey = 86400;
wpa_auth.c 277 if (wpa_auth->conf.wpa_gmk_rekey) {
278 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
479 if (wpa_auth->conf.wpa_gmk_rekey) {
480 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 55 milliseconds