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

  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 829 * wps_cred_add_sae - Whether to enable SAE automatically for WPS
836 int wps_cred_add_sae; member in struct:wpa_config
config_winreg.c 258 wpa_config_read_reg_dword(hk, TEXT("wps_cred_add_sae"),
259 &config->wps_cred_add_sae);
619 wpa_config_write_reg_dword(hk, TEXT("wps_cred_add_sae"),
620 config->wps_cred_add_sae, 0);
config_file.c 1197 if (config->wps_cred_add_sae)
1198 fprintf(f, "wps_cred_add_sae=%d\n",
1199 config->wps_cred_add_sae);
wps_supplicant.c 546 add_sae = wpa_s->conf->wps_cred_add_sae;
config.c 5451 { INT_RANGE(wps_cred_add_sae, 0, 1), 0 },
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 511 int wps_cred_add_sae; member in struct:hostapd_bss_config
wps_hostapd.c 407 if (hapd->conf->wps_cred_add_sae &&
606 if (hapd->conf->wps_cred_add_sae &&
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3997 } else if (os_strcmp(buf, "wps_cred_add_sae") == 0) {
3998 bss->wps_cred_add_sae = atoi(pos);

Completed in 80 milliseconds