Lines Matching defs:bss
1219 struct cfg80211_bss *bss;
1262 bss = cfg80211_get_bss(wiphy, sme->channel, sme->bssid,
1265 if (!bss) {
1270 ssid_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SSID);
1283 switch (bss->capability & WLAN_CAPABILITY_DMG_TYPE_MASK) {
1292 bss->capability);
1297 ch = bss->channel->hw_value;
1300 bss->channel->center_freq);
1308 bss->capability);
1314 vif->bss = bss;
1320 rc = wmi_del_cipher_key(vif, 0, bss->bssid,
1326 rc = wmi_del_cipher_key(vif, 0, bss->bssid,
1363 ether_addr_copy(conn.bssid, bss->bssid);
1364 ether_addr_copy(conn.dst_mac, bss->bssid);
1373 vif->bss = bss;
1382 cfg80211_put_bss(wiphy, bss);
2564 struct cfg80211_bss *bss;
2589 bss = vif->bss;
2590 if (!bss) {
2591 wil_err(wil, "FT: bss is NULL\n");
2596 ether_addr_copy(reassoc.bssid, bss->bssid);