Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmlme.c10445 struct cfg80211_bss *link_cbss = req->links[i].bss; in ieee80211_mgd_assoc() local
10448 if (!link_cbss) in ieee80211_mgd_assoc()
10451 bss = (void *)link_cbss->priv; in ieee80211_mgd_assoc()
10459 if (link_cbss->channel->band == NL80211_BAND_S1GHZ) { in ieee80211_mgd_assoc()
10471 sband = local->hw.wiphy->bands[link_cbss->channel->band]; in ieee80211_mgd_assoc()
10481 assoc_data->link[i].bss = link_cbss; in ieee80211_mgd_assoc()
11437 struct cfg80211_bss *link_cbss = in ieee80211_mgd_assoc_ml_reconf() local
11441 if (!link_cbss) in ieee80211_mgd_assoc_ml_reconf()
11444 bss = (void *)link_cbss->priv; in ieee80211_mgd_assoc_ml_reconf()
11451 if (link_cbss->channel->band == NL80211_BAND_S1GHZ) { in ieee80211_mgd_assoc_ml_reconf()
[all …]