Lines Matching defs:bss
228 struct cfg80211_bss *bss;
386 bss = cfg80211_inform_bss_frame_data(local->hw.wiphy, &bss_meta, mgmt,
389 cfg80211_put_bss(local->hw.wiphy, bss);
395 struct ieee80211_bss *bss)
398 container_of((void *)bss, struct cfg80211_bss, priv);
447 for (i = 0; i < bss->supp_rates_len; i++) {
448 int rate = bss->supp_rates[i] & 0x7f;
449 bool is_basic = !!(bss->supp_rates[i] & 0x80);
539 /* update cfg80211 bss information with the new channel */
1112 struct ieee80211_bss *bss;
1124 bss = ieee80211_bss_info_update(local, rx_status, mgmt, len, channel);
1125 if (!bss)
1128 cbss = container_of((void *)bss, struct cfg80211_bss, priv);
1188 ieee80211_sta_join_ibss(sdata, bss);
1196 ieee80211_rx_bss_put(local, bss);
1461 struct ieee80211_bss *bss;
1463 bss = (void *)cbss->priv;
1471 ieee80211_sta_join_ibss(sdata, bss);
1472 ieee80211_rx_bss_put(local, bss);