Lines Matching defs:wlvif
1319 * we should modify the wlvif->rate_set instead
1322 struct wl12xx_vif *wlvif)
1324 u32 hw_rate_set = wlvif->rate_set;
1326 if (wlvif->channel_type == NL80211_CHAN_HT40MINUS ||
1327 wlvif->channel_type == NL80211_CHAN_HT40PLUS) {
1342 struct wl12xx_vif *wlvif)
1344 if (wlvif->channel_type == NL80211_CHAN_HT40MINUS ||
1345 wlvif->channel_type == NL80211_CHAN_HT40PLUS) {
1349 if (WARN_ON(wlvif->band != NL80211_BAND_5GHZ))
1354 wlvif->band == NL80211_BAND_2GHZ) {
1678 struct wl12xx_vif *wlvif)
1680 bool wide = wlvif->rc_update_bw >= IEEE80211_STA_RX_BW_40;
1685 if (WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS))
1689 if (!test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
1696 if (wlvif->sta.role_chan_type == NL80211_CHAN_HT40MINUS ||
1697 wlvif->sta.role_chan_type == NL80211_CHAN_HT40PLUS)
1698 wl18xx_acx_peer_ht_operation_mode(wl, wlvif->sta.hlid, wide);
1700 ieee80211_connection_loss(wl12xx_wlvif_to_vif(wlvif));