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

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.h 197 int sae_require_mfp; member in struct:wpa_auth_config
wpa_auth_glue.c 75 wconf->sae_require_mfp = conf->sae_require_mfp;
ap_config.h 679 int sae_require_mfp; member in struct:hostapd_bss_config
wpa_auth_ie.c 874 wpa_auth->conf.sae_require_mfp &&
wps_hostapd.c 414 bss->sae_require_mfp = 1;
620 fprintf(nconf, "sae_require_mfp=1\n");
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 4582 } else if (os_strcmp(buf, "sae_require_mfp") == 0) {
4583 bss->sae_require_mfp = atoi(pos);

Completed in 35 milliseconds