Searched refs:link_cbss (Results 1 – 1 of 1) sorted by relevance
9444 struct cfg80211_bss *link_cbss = req->links[i].bss; in ieee80211_mgd_assoc() local9447 if (!link_cbss) in ieee80211_mgd_assoc()9450 bss = (void *)link_cbss->priv; in ieee80211_mgd_assoc()9458 if (link_cbss->channel->band == NL80211_BAND_S1GHZ) { in ieee80211_mgd_assoc()9480 assoc_data->link[i].bss = link_cbss; in ieee80211_mgd_assoc()10434 struct cfg80211_bss *link_cbss = in ieee80211_mgd_assoc_ml_reconf() local10438 if (!link_cbss) in ieee80211_mgd_assoc_ml_reconf()10441 bss = (void *)link_cbss->priv; in ieee80211_mgd_assoc_ml_reconf()10448 if (link_cbss->channel->band == NL80211_BAND_S1GHZ) { in ieee80211_mgd_assoc_ml_reconf()10457 local->hw.wiphy->bands[link_cbss->channel->band]; in ieee80211_mgd_assoc_ml_reconf()[all …]