Home
last modified time | relevance | path

Searched refs:use_fwauth (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h156 u16 use_fwauth; member
H A Dcfg80211.c5246 profile->use_fwauth |= BIT(BRCMF_PROFILE_FWAUTH_PSK); in brcmf_cfg80211_start_ap()
5254 profile->use_fwauth |= BIT(BRCMF_PROFILE_FWAUTH_SAE); in brcmf_cfg80211_start_ap()
5259 if (profile->use_fwauth == 0) in brcmf_cfg80211_start_ap()
5260 profile->use_fwauth = BIT(BRCMF_PROFILE_FWAUTH_NONE); in brcmf_cfg80211_start_ap()
5361 if (profile->use_fwauth != BIT(BRCMF_PROFILE_FWAUTH_NONE)) { in brcmf_cfg80211_stop_ap()
5364 if (profile->use_fwauth & BIT(BRCMF_PROFILE_FWAUTH_PSK)) in brcmf_cfg80211_stop_ap()
5366 if (profile->use_fwauth & BIT(BRCMF_PROFILE_FWAUTH_SAE)) in brcmf_cfg80211_stop_ap()
5368 profile->use_fwauth = BIT(BRCMF_PROFILE_FWAUTH_NONE); in brcmf_cfg80211_stop_ap()