Home
last modified time | relevance | path

Searched refs:smps_mode (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v5.15/net/mac80211/
Dhe.c15 enum ieee80211_smps_mode smps_mode; in ieee80211_update_from_he_6ghz_capa() local
23 smps_mode = IEEE80211_SMPS_STATIC; in ieee80211_update_from_he_6ghz_capa()
26 smps_mode = IEEE80211_SMPS_DYNAMIC; in ieee80211_update_from_he_6ghz_capa()
29 smps_mode = IEEE80211_SMPS_OFF; in ieee80211_update_from_he_6ghz_capa()
33 sta->sta.smps_mode = smps_mode; in ieee80211_update_from_he_6ghz_capa()
35 sta->sta.smps_mode = IEEE80211_SMPS_OFF; in ieee80211_update_from_he_6ghz_capa()
Dht.c275 enum ieee80211_smps_mode smps_mode; in ieee80211_ht_cap_ie_to_sta_ht_cap() local
281 smps_mode = IEEE80211_SMPS_STATIC; in ieee80211_ht_cap_ie_to_sta_ht_cap()
284 smps_mode = IEEE80211_SMPS_DYNAMIC; in ieee80211_ht_cap_ie_to_sta_ht_cap()
287 smps_mode = IEEE80211_SMPS_OFF; in ieee80211_ht_cap_ie_to_sta_ht_cap()
291 if (smps_mode != sta->sta.smps_mode) in ieee80211_ht_cap_ie_to_sta_ht_cap()
293 sta->sta.smps_mode = smps_mode; in ieee80211_ht_cap_ie_to_sta_ht_cap()
295 sta->sta.smps_mode = IEEE80211_SMPS_OFF; in ieee80211_ht_cap_ie_to_sta_ht_cap()
554 enum ieee80211_smps_mode smps_mode) in ieee80211_request_smps() argument
561 if (sdata->u.mgd.driver_smps_mode == smps_mode) in ieee80211_request_smps()
564 sdata->u.mgd.driver_smps_mode = smps_mode; in ieee80211_request_smps()
Ddebugfs_netdev.c242 enum ieee80211_smps_mode smps_mode) in ieee80211_set_smps() argument
248 smps_mode == IEEE80211_SMPS_STATIC) in ieee80211_set_smps()
253 (smps_mode == IEEE80211_SMPS_DYNAMIC || in ieee80211_set_smps()
254 smps_mode == IEEE80211_SMPS_AUTOMATIC)) in ieee80211_set_smps()
261 err = __ieee80211_request_smps_mgd(sdata, smps_mode); in ieee80211_set_smps()
280 smps_modes[sdata->smps_mode]); in ieee80211_if_fmt_smps()
Dstatus.c202 enum ieee80211_smps_mode smps_mode; in ieee80211_frame_acked() local
206 smps_mode = IEEE80211_SMPS_DYNAMIC; in ieee80211_frame_acked()
209 smps_mode = IEEE80211_SMPS_STATIC; in ieee80211_frame_acked()
213 smps_mode = IEEE80211_SMPS_OFF; in ieee80211_frame_acked()
225 sdata->smps_mode = smps_mode; in ieee80211_frame_acked()
229 sta->known_smps_mode = smps_mode; in ieee80211_frame_acked()
Dmain.c140 local->hw.conf.smps_mode = IEEE80211_SMPS_STATIC; in ieee80211_hw_conf_chan()
141 } else if (local->hw.conf.smps_mode != local->smps_mode) { in ieee80211_hw_conf_chan()
142 local->hw.conf.smps_mode = local->smps_mode; in ieee80211_hw_conf_chan()
735 local->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_alloc_hw_nm()
Dchan.c848 switch (sdata->smps_mode) { in ieee80211_recalc_smps_chanctx()
851 sdata->smps_mode); in ieee80211_recalc_smps_chanctx()
881 local->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_recalc_smps_chanctx()
883 local->smps_mode = IEEE80211_SMPS_DYNAMIC; in ieee80211_recalc_smps_chanctx()
885 local->smps_mode = IEEE80211_SMPS_STATIC; in ieee80211_recalc_smps_chanctx()
Docb.c184 sdata->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_ocb_join()
Dcfg.c1084 if (params->smps_mode != NL80211_SMPS_OFF) in ieee80211_start_ap()
1087 sdata->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_start_ap()
2299 sdata->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_join_mesh()
2808 enum ieee80211_smps_mode smps_mode) in __ieee80211_request_smps_mgd() argument
2822 sdata->u.mgd.req_smps = smps_mode; in __ieee80211_request_smps_mgd()
2824 if (old_req == smps_mode && in __ieee80211_request_smps_mgd()
2825 smps_mode != IEEE80211_SMPS_AUTOMATIC) in __ieee80211_request_smps_mgd()
2850 if (smps_mode == IEEE80211_SMPS_AUTOMATIC) { in __ieee80211_request_smps_mgd()
2852 smps_mode = IEEE80211_SMPS_OFF; in __ieee80211_request_smps_mgd()
2854 smps_mode = IEEE80211_SMPS_DYNAMIC; in __ieee80211_request_smps_mgd()
[all …]
Drx.c3318 enum ieee80211_smps_mode smps_mode; in ieee80211_rx_h_action() local
3328 smps_mode = IEEE80211_SMPS_OFF; in ieee80211_rx_h_action()
3331 smps_mode = IEEE80211_SMPS_STATIC; in ieee80211_rx_h_action()
3334 smps_mode = IEEE80211_SMPS_DYNAMIC; in ieee80211_rx_h_action()
3341 if (rx->sta->sta.smps_mode == smps_mode) in ieee80211_rx_h_action()
3343 rx->sta->sta.smps_mode = smps_mode; in ieee80211_rx_h_action()
3344 sta_opmode.smps_mode = in ieee80211_rx_h_action()
3345 ieee80211_smps_mode_to_smps_mode(smps_mode); in ieee80211_rx_h_action()
Dtdls.c1075 enum ieee80211_smps_mode smps_mode = sdata->u.mgd.driver_smps_mode; in ieee80211_tdls_mgmt_setup() local
1079 if (smps_mode != IEEE80211_SMPS_AUTOMATIC && in ieee80211_tdls_mgmt_setup()
1080 smps_mode != IEEE80211_SMPS_OFF) { in ieee80211_tdls_mgmt_setup()
1082 smps_mode); in ieee80211_tdls_mgmt_setup()
Dieee80211_i.h952 enum ieee80211_smps_mode smps_mode; member
1429 enum ieee80211_smps_mode smps_mode; member
2345 enum ieee80211_smps_mode smps_mode);
Drc80211_minstrel_ht.c1361 (mi->sta->smps_mode == IEEE80211_SMPS_DYNAMIC && in minstrel_ht_set_rate()
1661 if (sta->smps_mode == IEEE80211_SMPS_STATIC && nss > 1) in minstrel_ht_update_caps()
Dmlme.c928 sband, chan, sdata->smps_mode); in ieee80211_send_assoc()
5104 sdata->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_prep_channel()
5734 sdata->smps_mode = IEEE80211_SMPS_DYNAMIC; in ieee80211_mgd_assoc()
5736 sdata->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_mgd_assoc()
5738 sdata->smps_mode = ifmgd->req_smps; in ieee80211_mgd_assoc()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dcoex.c269 enum ieee80211_smps_mode smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_bt_notif_iterator() local
294 smps_mode); in iwl_mvm_bt_notif_iterator()
309 smps_mode = IEEE80211_SMPS_STATIC; in iwl_mvm_bt_notif_iterator()
311 smps_mode = IEEE80211_SMPS_DYNAMIC; in iwl_mvm_bt_notif_iterator()
315 smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_bt_notif_iterator()
319 smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_bt_notif_iterator()
323 mvmvif->id, bt_activity_grading, smps_mode); in iwl_mvm_bt_notif_iterator()
327 smps_mode); in iwl_mvm_bt_notif_iterator()
Drs-fw.c147 if (sta->smps_mode == IEEE80211_SMPS_STATIC) in rs_fw_vht_set_enabled_rates()
209 if (sta->smps_mode == IEEE80211_SMPS_STATIC) in rs_fw_he_set_enabled_rates()
274 if (sta->smps_mode == IEEE80211_SMPS_STATIC) in rs_fw_set_supp_rates()
Dtt.c320 enum ieee80211_smps_mode smps_mode; in iwl_mvm_tt_smps_iterator() local
325 smps_mode = IEEE80211_SMPS_DYNAMIC; in iwl_mvm_tt_smps_iterator()
327 smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_tt_smps_iterator()
332 iwl_mvm_update_smps(mvm, vif, IWL_MVM_SMPS_REQ_TT, smps_mode); in iwl_mvm_tt_smps_iterator()
Dutils.c314 enum ieee80211_smps_mode smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_update_smps() local
330 smps_mode = IEEE80211_SMPS_STATIC; in iwl_mvm_update_smps()
334 smps_mode = IEEE80211_SMPS_DYNAMIC; in iwl_mvm_update_smps()
337 ieee80211_request_smps(vif, smps_mode); in iwl_mvm_update_smps()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/dvm/
Dsta.c169 (sta->smps_mode == IEEE80211_SMPS_STATIC) ? in iwl_sta_calc_ht_flags()
171 (sta->smps_mode == IEEE80211_SMPS_DYNAMIC) ? in iwl_sta_calc_ht_flags()
174 switch (sta->smps_mode) { in iwl_sta_calc_ht_flags()
184 IWL_WARN(priv, "Invalid MIMO PS mode %d\n", sta->smps_mode); in iwl_sta_calc_ht_flags()
Dmac80211.c974 priv->current_ht_config.smps = conf->smps_mode; in iwlagn_mac_channel_switch()
/Linux-v5.15/include/net/
Dmac80211.h1593 enum ieee80211_smps_mode smps_mode; member
2101 enum ieee80211_smps_mode smps_mode; member
6065 enum ieee80211_smps_mode smps_mode);
/Linux-v5.15/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h766 u8 smps_mode; member
/Linux-v5.15/drivers/net/wireless/intel/iwlegacy/
Dcommon.c1873 (sta->smps_mode == IEEE80211_SMPS_STATIC) ? "static" : in il_set_ht_add_station()
1874 (sta->smps_mode == IEEE80211_SMPS_DYNAMIC) ? "dynamic" : in il_set_ht_add_station()
1881 switch (sta->smps_mode) { in il_set_ht_add_station()
1891 IL_WARN("Invalid MIMO PS mode %d\n", sta->smps_mode); in il_set_ht_add_station()
5034 il->current_ht_config.smps = conf->smps_mode; in il_mac_config()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7603/
Dmain.c636 sta->smps_mode == IEEE80211_SMPS_DYNAMIC); in mt7603_sta_rate_tbl_update()
/Linux-v5.15/drivers/net/wireless/ralink/rt2x00/
Drt2x00queue.c321 sta->smps_mode == IEEE80211_SMPS_DYNAMIC) in rt2x00queue_create_tx_descriptor_ht()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/
Dmt76x02_mac.c406 if (nss > 1 && sta && sta->smps_mode == IEEE80211_SMPS_DYNAMIC) in mt76x02_mac_write_txwi()

12