Home | History | Annotate | Download | only in ap

Lines Matching refs:wpa

231 		wpa_printf(MSG_ERROR, "WPA PSK file '%s' not found.", fname);
260 wpa_printf(MSG_ERROR, "WPA PSK allocation failed");
333 wpa_printf(MSG_DEBUG, "Using pre-configured WPA PSK "
336 wpa_printf(MSG_DEBUG, "Deriving WPA PSK based on "
780 if (bss->wpa) {
793 wpa_printf(MSG_ERROR, "WEP configuration in a WPA network is not supported");
798 if (full_config && bss->wpa &&
801 wpa_printf(MSG_ERROR, "WPA-PSK using RADIUS enabled, but no "
806 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) &&
811 wpa_printf(MSG_ERROR, "WPA-PSK enabled, but PSK or passphrase "
859 if (full_config && conf->ieee80211n && bss->wpa &&
865 wpa_printf(MSG_ERROR, "HT (IEEE 802.11n) with WPA/WPA2 "
879 if (full_config && conf->ieee80211ac && bss->wpa &&
886 "VHT (IEEE 802.11ac) with WPA/WPA2 requires CCMP/GCMP to be enabled, disabling VHT capabilities");
898 bss->ssid.wep.keys_set && bss->wpa == 0) {
904 if (full_config && bss->wps_state && bss->wpa &&
905 (!(bss->wpa & 2) ||
907 wpa_printf(MSG_INFO, "WPS: WPA/TKIP configuration without "
915 (!(bss->wpa & 2) ||
927 if (full_config && bss->mbo_enabled && (bss->wpa & 2) &&
1014 if ((bss->wpa & 2) && bss->rsn_pairwise == 0)
1016 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, bss->wpa_pairwise,
1024 if (bss->wpa && bss->ieee802_1x) {
1026 } else if (bss->wpa) {