Lines Matching refs:profile

1755 	if (vif->profile.use_fwsup != BRCMF_PROFILE_FWSUP_NONE) {
1758 vif->profile.use_fwsup = BRCMF_PROFILE_FWSUP_NONE;
1769 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile;
1864 memcpy(profile->bssid, params->bssid, ETH_ALEN);
1867 eth_zero_addr(profile->bssid);
1941 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev);
1961 sec = &profile->sec;
1970 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev);
2000 sec = &profile->sec;
2010 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev);
2075 sec = &profile->sec;
2086 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile;
2098 profile->use_fwsup = BRCMF_PROFILE_FWSUP_NONE;
2099 profile->is_ft = false;
2114 profile->use_fwsup = BRCMF_PROFILE_FWSUP_1X;
2129 profile->use_fwsup = BRCMF_PROFILE_FWSUP_1X;
2134 profile->use_fwsup = BRCMF_PROFILE_FWSUP_1X;
2144 profile->is_ft = true;
2146 profile->use_fwsup = BRCMF_PROFILE_FWSUP_1X;
2150 profile->is_ft = true;
2163 profile->use_fwsup = BRCMF_PROFILE_FWSUP_SAE;
2168 profile->is_ft = true;
2171 profile->use_fwsup = BRCMF_PROFILE_FWSUP_SAE;
2181 if (profile->use_fwsup == BRCMF_PROFILE_FWSUP_1X)
2235 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev);
2246 sec = &profile->sec;
2360 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile;
2465 profile->use_fwsup != BRCMF_PROFILE_FWSUP_SAE) {
2466 if (WARN_ON(profile->use_fwsup != BRCMF_PROFILE_FWSUP_NONE)) {
2471 profile->use_fwsup = BRCMF_PROFILE_FWSUP_PSK;
2474 if (profile->use_fwsup != BRCMF_PROFILE_FWSUP_NONE) {
2483 if (profile->use_fwsup == BRCMF_PROFILE_FWSUP_PSK)
2486 else if (profile->use_fwsup == BRCMF_PROFILE_FWSUP_SAE) {
2599 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile;
2614 memcpy(&scbval.ea, &profile->bssid, ETH_ALEN);
2757 key = &ifp->vif->profile.key[key_idx];
2817 key = &ifp->vif->profile.key[key_idx];
2907 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile;
2928 sec = &profile->sec;
2981 key = &ifp->vif->profile.key[key_idx];
5094 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile;
5238 profile->use_fwauth |= BIT(BRCMF_PROFILE_FWAUTH_PSK);
5246 profile->use_fwauth |= BIT(BRCMF_PROFILE_FWAUTH_SAE);
5251 if (profile->use_fwauth == 0)
5252 profile->use_fwauth = BIT(BRCMF_PROFILE_FWAUTH_NONE);
5341 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile;
5353 if (profile->use_fwauth != BIT(BRCMF_PROFILE_FWAUTH_NONE)) {
5356 if (profile->use_fwauth & BIT(BRCMF_PROFILE_FWAUTH_PSK))
5358 if (profile->use_fwauth & BIT(BRCMF_PROFILE_FWAUTH_SAE))
5360 profile->use_fwauth = BIT(BRCMF_PROFILE_FWAUTH_NONE);
5896 if (WARN_ON(ifp->vif->profile.use_fwsup != BRCMF_PROFILE_FWSUP_1X))
5912 if (WARN_ON(ifp->vif->profile.use_fwsup != BRCMF_PROFILE_FWSUP_1X))
5997 brcmf_init_prof(&vif->profile);
6039 if ((vif->profile.use_fwsup == BRCMF_PROFILE_FWSUP_PSK ||
6040 vif->profile.use_fwsup == BRCMF_PROFILE_FWSUP_SAE) &&
6046 memcpy(vif->profile.bssid, e->addr, ETH_ALEN);
6047 if (vif->profile.use_fwsup != BRCMF_PROFILE_FWSUP_PSK &&
6048 vif->profile.use_fwsup != BRCMF_PROFILE_FWSUP_SAE)
6344 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile;
6359 memcpy(profile->bssid, e->addr, ETH_ALEN);
6392 roam_info.links[0].bssid = profile->bssid;
6401 if (profile->use_fwsup == BRCMF_PROFILE_FWSUP_1X && profile->is_ft) {
6402 cfg80211_port_authorized(ndev, profile->bssid, NULL, 0, GFP_KERNEL);
6417 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile;
6439 conn_params.links[0].bssid = profile->bssid;
6504 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile;
6522 memcpy(profile->bssid, e->addr, ETH_ALEN);
6540 memcmp(profile->bssid, e->addr, ETH_ALEN))