Searched refs:wpa_auth (Results 1 – 3 of 3) sorted by relevance
3959 u32 wpa_auth = 0; in brcmf_configure_wpaie() local4067 wpa_auth |= WPA_AUTH_NONE; in brcmf_configure_wpaie()4071 is_rsn_ie ? (wpa_auth |= WPA2_AUTH_UNSPECIFIED) : in brcmf_configure_wpaie()4072 (wpa_auth |= WPA_AUTH_UNSPECIFIED); in brcmf_configure_wpaie()4076 is_rsn_ie ? (wpa_auth |= WPA2_AUTH_PSK) : in brcmf_configure_wpaie()4077 (wpa_auth |= WPA_AUTH_PSK); in brcmf_configure_wpaie()4081 wpa_auth |= WPA2_AUTH_PSK_SHA256; in brcmf_configure_wpaie()4085 wpa_auth |= WPA2_AUTH_1X_SHA256; in brcmf_configure_wpaie()4107 if (!(wpa_auth & (WPA2_AUTH_PSK_SHA256 | in brcmf_configure_wpaie()4116 if (wpa_auth & WPA2_AUTH_PSK_SHA256) in brcmf_configure_wpaie()[all …]
836 __le32 wpa_auth; member
201 pfn.wpa_auth = cpu_to_le32(BRCMF_PNO_WPA_AUTH_ANY); in brcmf_pno_add_ssid()