Lines Matching defs:bss
732 "cannot change wiphy params when bss started");
1788 "%s: bss not started\n", __func__);
1804 * deauthenticated. If bss is not started or there are no stations in
2118 struct cfg80211_bss *bss;
2138 bss = cfg80211_inform_bss(priv->wdev.wiphy, chan,
2142 if (bss) {
2143 cfg80211_put_bss(priv->wdev.wiphy, bss);
2172 struct cfg80211_bss *bss = NULL;
2275 bss = cfg80211_get_bss(priv->wdev.wiphy, channel,
2280 bss = cfg80211_get_bss(priv->wdev.wiphy, channel,
2285 if (!bss) {
2288 "assoc: requested bss not found in scan results\n");
2296 bss->bssid);
2297 memcpy(&priv->cfg_bssid, bss->bssid, ETH_ALEN);
2302 ret = mwifiex_bss_start(priv, bss, &req_ssid);