Lines Matching defs:bss
1195 struct cfg80211_bss *bss;
1238 bss = cfg80211_get_bss(wiphy, sme->channel, sme->bssid,
1241 if (!bss) {
1246 ssid_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SSID);
1259 switch (bss->capability & WLAN_CAPABILITY_DMG_TYPE_MASK) {
1268 bss->capability);
1273 ch = bss->channel->hw_value;
1276 bss->channel->center_freq);
1284 bss->capability);
1290 vif->bss = bss;
1296 rc = wmi_del_cipher_key(vif, 0, bss->bssid,
1302 rc = wmi_del_cipher_key(vif, 0, bss->bssid,
1339 ether_addr_copy(conn.bssid, bss->bssid);
1340 ether_addr_copy(conn.dst_mac, bss->bssid);
1349 vif->bss = bss;
1358 cfg80211_put_bss(wiphy, bss);
2540 struct cfg80211_bss *bss;
2565 bss = vif->bss;
2566 if (!bss) {
2567 wil_err(wil, "FT: bss is NULL\n");
2572 ether_addr_copy(reassoc.bssid, bss->bssid);