Searched refs:wpa_auth (Results 1 – 3 of 3) sorted by relevance
4118 u32 wpa_auth = 0; in brcmf_configure_wpaie() local4226 wpa_auth |= WPA_AUTH_NONE; in brcmf_configure_wpaie()4230 is_rsn_ie ? (wpa_auth |= WPA2_AUTH_UNSPECIFIED) : in brcmf_configure_wpaie()4231 (wpa_auth |= WPA_AUTH_UNSPECIFIED); in brcmf_configure_wpaie()4235 is_rsn_ie ? (wpa_auth |= WPA2_AUTH_PSK) : in brcmf_configure_wpaie()4236 (wpa_auth |= WPA_AUTH_PSK); in brcmf_configure_wpaie()4240 wpa_auth |= WPA2_AUTH_PSK_SHA256; in brcmf_configure_wpaie()4244 wpa_auth |= WPA2_AUTH_1X_SHA256; in brcmf_configure_wpaie()4248 wpa_auth |= WPA3_AUTH_SAE_PSK; in brcmf_configure_wpaie()4270 if (!(wpa_auth & (WPA2_AUTH_PSK_SHA256 | in brcmf_configure_wpaie()[all …]
849 __le32 wpa_auth; member
205 pfn.wpa_auth = cpu_to_le32(BRCMF_PNO_WPA_AUTH_ANY); in brcmf_pno_add_ssid()