Home
last modified time | relevance | path

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

/net/mac80211/
Dvht.c301 link_sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_160; in ieee80211_vht_cap_ie_to_sta_vht_cap()
304 link_sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_80; in ieee80211_vht_cap_ie_to_sta_vht_cap()
316 link_sta->cur_max_bandwidth = in ieee80211_vht_cap_ie_to_sta_vht_cap()
522 bw = min(bw, link_sta->cur_max_bandwidth); in ieee80211_sta_cur_vht_bw()
660 link_sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_20; in __ieee80211_vht_handle_opmode()
664 link_sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_40; in __ieee80211_vht_handle_opmode()
668 link_sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_160; in __ieee80211_vht_handle_opmode()
670 link_sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_80; in __ieee80211_vht_handle_opmode()
674 link_sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_160; in __ieee80211_vht_handle_opmode()
Deht.c77 link_sta->cur_max_bandwidth = ieee80211_sta_cap_rx_bw(link_sta); in ieee80211_eht_cap_ie_to_sta_eht_cap()
Dhe.c164 link_sta->cur_max_bandwidth = ieee80211_sta_cap_rx_bw(link_sta); in ieee80211_he_cap_ie_to_sta_he_cap()
Dsta_info.h561 enum ieee80211_sta_rx_bandwidth cur_max_bandwidth; member
Dht.c283 link_sta->cur_max_bandwidth = in ieee80211_ht_cap_ie_to_sta_ht_cap()
Drx.c3446 rx->link_sta->cur_max_bandwidth = max_bw; in ieee80211_rx_h_action()