HomeSort by: relevance | last modified time | path
    Searched refs:wpa_strict_rekey (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.h 179 int wpa_strict_rekey; member in struct:wpa_auth_config
wpa_auth_glue.c 51 wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
ap_config.h 382 int wpa_strict_rekey; member in struct:hostapd_bss_config
wpa_auth.c 1072 if (wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
6021 !!conf->wpa_strict_rekey,
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3079 } else if (os_strcmp(buf, "wpa_strict_rekey") == 0) {
3080 bss->wpa_strict_rekey = atoi(pos);

Completed in 105 milliseconds