Lines Matching defs:bss
228 struct cfg80211_bss *bss;
389 bss = cfg80211_inform_bss_frame_data(local->hw.wiphy, &bss_meta, mgmt,
392 cfg80211_put_bss(local->hw.wiphy, bss);
398 struct ieee80211_bss *bss)
401 container_of((void *)bss, struct cfg80211_bss, priv);
450 for (i = 0; i < bss->supp_rates_len; i++) {
451 int rate = bss->supp_rates[i] & 0x7f;
452 bool is_basic = !!(bss->supp_rates[i] & 0x80);
548 /* update cfg80211 bss information with the new channel */
1118 struct ieee80211_bss *bss;
1130 bss = ieee80211_bss_info_update(local, rx_status, mgmt, len, channel);
1131 if (!bss)
1134 cbss = container_of((void *)bss, struct cfg80211_bss, priv);
1194 ieee80211_sta_join_ibss(sdata, bss);
1202 ieee80211_rx_bss_put(local, bss);
1467 struct ieee80211_bss *bss;
1469 bss = (void *)cbss->priv;
1477 ieee80211_sta_join_ibss(sdata, bss);
1478 ieee80211_rx_bss_put(local, bss);