Home
last modified time | relevance | path

Searched refs:cur_max_bandwidth (Results 1 – 5 of 5) sorted by relevance

/net/mac80211/
Dvht.c293 sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_160; in ieee80211_vht_cap_ie_to_sta_vht_cap()
296 sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_80; in ieee80211_vht_cap_ie_to_sta_vht_cap()
388 bw = min(bw, sta->cur_max_bandwidth); in ieee80211_sta_cur_vht_bw()
458 sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_20; in __ieee80211_vht_handle_opmode()
461 sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_40; in __ieee80211_vht_handle_opmode()
464 sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_80; in __ieee80211_vht_handle_opmode()
467 sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_160; in __ieee80211_vht_handle_opmode()
Dsta_info.h561 enum ieee80211_sta_rx_bandwidth cur_max_bandwidth; member
Dht.c263 sta->cur_max_bandwidth = in ieee80211_ht_cap_ie_to_sta_ht_cap()
Dmlme.c407 if (new_sta_bw > sta->cur_max_bandwidth) in ieee80211_config_bw()
408 new_sta_bw = sta->cur_max_bandwidth; in ieee80211_config_bw()
Drx.c2905 rx->sta->cur_max_bandwidth = max_bw; in ieee80211_rx_h_action()