Searched refs:wpa_key_mgmt (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_atheros.c357 __func__, params->wpa_key_mgmt);
359 params->wpa_key_mgmt)) {
362 params->wpa_key_mgmt);
H A Ddriver.h1939 int wpa_key_mgmt; member in struct:wpa_bss_params
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c431 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK;
H A Dmesh_rsn.c160 conf.wpa_key_mgmt = WPA_KEY_MGMT_SAE;
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dbeacon.c1315 params->key_mgmt_suites = hapd->conf->wpa_key_mgmt;
H A Ddpp_hostapd.c1071 !(hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_DPP) ||
H A Dieee802_1x.c506 if (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) &&
H A Dhostapd.c3118 if (hapd->conf->wpa_key_mgmt == WPA_KEY_MGMT_NONE &&
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2943 } else if (os_strcmp(buf, "wpa_key_mgmt") == 0) {
2944 bss->wpa_key_mgmt = hostapd_config_parse_key_mgmt(line, pos);
2945 if (bss->wpa_key_mgmt == -1)

Completed in 218 milliseconds

12