Searched refs:cbss (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | ibss.c | 397 struct cfg80211_bss *cbss = in ieee80211_sta_join_ibss() local 403 u16 beacon_int = cbss->beacon_interval; in ieee80211_sta_join_ibss() 420 cfg80211_chandef_create(&chandef, cbss->channel, chan_type); in ieee80211_sta_join_ibss() 424 cfg80211_chandef_create(&chandef, cbss->channel, in ieee80211_sta_join_ibss() 432 chandef.chan = cbss->channel; in ieee80211_sta_join_ibss() 436 cfg80211_chandef_create(&chandef, cbss->channel, in ieee80211_sta_join_ibss() 441 sband = sdata->local->hw.wiphy->bands[cbss->channel->band]; in ieee80211_sta_join_ibss() 468 ies = rcu_dereference(cbss->ies); in ieee80211_sta_join_ibss() 472 __ieee80211_sta_join_ibss(sdata, cbss->bssid, in ieee80211_sta_join_ibss() 476 cbss->capability, in ieee80211_sta_join_ibss() [all …]
|
H A D | mlme.c | 1031 struct cfg80211_bss *cbss = assoc_data->link[link_id].bss; in ieee80211_assoc_link_elems() local 1032 struct ieee80211_channel *chan = cbss->channel; in ieee80211_assoc_link_elems() 1080 if ((cbss->capability & WLAN_CAPABILITY_SPECTRUM_MGMT) && in ieee80211_assoc_link_elems() 1414 struct cfg80211_bss *cbss = assoc_data->link[link_id].bss; in ieee80211_send_assoc() local 1418 if (!cbss) in ieee80211_send_assoc() 1421 sband = local->hw.wiphy->bands[cbss->channel->band]; in ieee80211_send_assoc() 1456 if (cbss->capability & WLAN_CAPABILITY_PRIVACY) in ieee80211_send_assoc() 1846 struct cfg80211_bss *cbss = link->u.mgd.bss; in ieee80211_sta_process_chanswitch() local 1858 if (!cbss) in ieee80211_sta_process_chanswitch() 1861 current_band = cbss->channel->band; in ieee80211_sta_process_chanswitch() [all …]
|
H A D | scan.c | 64 struct cfg80211_bss *cbss, in ieee80211_inform_bss() argument 70 struct ieee80211_bss *bss = (void *)cbss->priv; in ieee80211_inform_bss() 171 struct cfg80211_bss *cbss; in ieee80211_bss_info_update() local 211 cbss = cfg80211_inform_bss_frame_data(local->hw.wiphy, &bss_meta, in ieee80211_bss_info_update() 213 if (!cbss) in ieee80211_bss_info_update() 217 signal_valid = channel == cbss->channel; in ieee80211_bss_info_update() 221 return (void *)cbss->priv; in ieee80211_bss_info_update()
|
/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | scan.c | 79 struct cfg80211_bss *cbss; in orinoco_add_hostscan_result() local 126 cbss = cfg80211_inform_bss(wiphy, channel, CFG80211_BSS_FTYPE_UNKNOWN, in orinoco_add_hostscan_result() 130 cfg80211_put_bss(wiphy, cbss); in orinoco_add_hostscan_result() 139 struct cfg80211_bss *cbss; in orinoco_add_extscan_result() local 160 cbss = cfg80211_inform_bss(wiphy, channel, CFG80211_BSS_FTYPE_UNKNOWN, in orinoco_add_extscan_result() 164 cfg80211_put_bss(wiphy, cbss); in orinoco_add_extscan_result()
|
/openbmc/linux/net/wireless/ |
H A D | scan.c | 3121 struct cfg80211_internal_bss *cbss = wdev->links[link_id].client.current_bss; in cfg80211_update_assoc_bss_entry() local 3133 if (cbss->pub.channel == chan) in cfg80211_update_assoc_bss_entry() 3137 if (cbss->pub.transmitted_bss) in cfg80211_update_assoc_bss_entry() 3138 cbss = bss_from_pub(cbss->pub.transmitted_bss); in cfg80211_update_assoc_bss_entry() 3140 cbss->pub.channel = chan; in cfg80211_update_assoc_bss_entry() 3148 if (bss == cbss) in cfg80211_update_assoc_bss_entry() 3151 if (!cmp_bss(&bss->pub, &cbss->pub, BSS_CMP_REGULAR)) { in cfg80211_update_assoc_bss_entry() 3159 if (cfg80211_update_known_bss(rdev, cbss, new, false)) { in cfg80211_update_assoc_bss_entry() 3176 cfg80211_rehash_bss(rdev, cbss); in cfg80211_update_assoc_bss_entry() 3179 &cbss->pub.nontrans_list, in cfg80211_update_assoc_bss_entry()
|