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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 38 wconf->wpa_group_rekey = conf->wpa_group_rekey;
ap_config.h 271 int wpa_group_rekey; member in struct:hostapd_bss_config
wpa_auth.h 131 int wpa_group_rekey; member in struct:wpa_auth_config
wpa_auth.c 254 if (wpa_auth->conf.wpa_group_rekey) {
255 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
425 if (wpa_auth->conf.wpa_group_rekey) {
426 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
    [all...]
ap_config.c 54 bss->wpa_group_rekey = 600;
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 293 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) &&
302 bss->wpa_group_rekey = 86400;
ibss_rsn.c 421 conf.wpa_group_rekey = 600;
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 61 milliseconds