Home
last modified time | relevance | path

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

12

/linux-5.19.10/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.c240 enum ieee80211_smps_mode smps_mode) in ieee80211_set_smps() argument
246 smps_mode == IEEE80211_SMPS_STATIC) in ieee80211_set_smps()
251 (smps_mode == IEEE80211_SMPS_DYNAMIC || in ieee80211_set_smps()
252 smps_mode == IEEE80211_SMPS_AUTOMATIC)) in ieee80211_set_smps()
259 err = __ieee80211_request_smps_mgd(sdata, smps_mode); in ieee80211_set_smps()
278 smps_modes[sdata->smps_mode]); in ieee80211_if_fmt_smps()
Dstatus.c203 enum ieee80211_smps_mode smps_mode; in ieee80211_frame_acked() local
207 smps_mode = IEEE80211_SMPS_DYNAMIC; in ieee80211_frame_acked()
210 smps_mode = IEEE80211_SMPS_STATIC; in ieee80211_frame_acked()
214 smps_mode = IEEE80211_SMPS_OFF; in ieee80211_frame_acked()
226 sdata->smps_mode = smps_mode; in ieee80211_frame_acked()
230 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.c851 switch (sdata->smps_mode) { in ieee80211_recalc_smps_chanctx()
854 sdata->smps_mode); in ieee80211_recalc_smps_chanctx()
884 local->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_recalc_smps_chanctx()
886 local->smps_mode = IEEE80211_SMPS_DYNAMIC; in ieee80211_recalc_smps_chanctx()
888 local->smps_mode = IEEE80211_SMPS_STATIC; in ieee80211_recalc_smps_chanctx()
Docb.c185 sdata->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_ocb_join()
Dcfg.c1157 if (params->smps_mode != NL80211_SMPS_OFF) in ieee80211_start_ap()
1160 sdata->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_start_ap()
2407 sdata->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_join_mesh()
2918 enum ieee80211_smps_mode smps_mode) in __ieee80211_request_smps_mgd() argument
2932 sdata->u.mgd.req_smps = smps_mode; in __ieee80211_request_smps_mgd()
2934 if (old_req == smps_mode && in __ieee80211_request_smps_mgd()
2935 smps_mode != IEEE80211_SMPS_AUTOMATIC) in __ieee80211_request_smps_mgd()
2960 if (smps_mode == IEEE80211_SMPS_AUTOMATIC) { in __ieee80211_request_smps_mgd()
2962 smps_mode = IEEE80211_SMPS_OFF; in __ieee80211_request_smps_mgd()
2964 smps_mode = IEEE80211_SMPS_DYNAMIC; in __ieee80211_request_smps_mgd()
[all …]
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()
Drx.c3363 enum ieee80211_smps_mode smps_mode; in ieee80211_rx_h_action() local
3373 smps_mode = IEEE80211_SMPS_OFF; in ieee80211_rx_h_action()
3376 smps_mode = IEEE80211_SMPS_STATIC; in ieee80211_rx_h_action()
3379 smps_mode = IEEE80211_SMPS_DYNAMIC; in ieee80211_rx_h_action()
3386 if (rx->sta->sta.smps_mode == smps_mode) in ieee80211_rx_h_action()
3388 rx->sta->sta.smps_mode = smps_mode; in ieee80211_rx_h_action()
3389 sta_opmode.smps_mode = in ieee80211_rx_h_action()
3390 ieee80211_smps_mode_to_smps_mode(smps_mode); in ieee80211_rx_h_action()
Dieee80211_i.h978 enum ieee80211_smps_mode smps_mode; member
1477 enum ieee80211_smps_mode smps_mode; member
2395 enum ieee80211_smps_mode smps_mode);
Drc80211_minstrel_ht.c1481 (mi->sta->smps_mode == IEEE80211_SMPS_DYNAMIC && in minstrel_ht_set_rate()
1782 if (sta->smps_mode == IEEE80211_SMPS_STATIC && nss > 1) in minstrel_ht_update_caps()
Dmlme.c1000 sband, chan, sdata->smps_mode); in ieee80211_send_assoc()
5486 sdata->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_prep_channel()
6132 sdata->smps_mode = IEEE80211_SMPS_DYNAMIC; in ieee80211_mgd_assoc()
6134 sdata->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_mgd_assoc()
6136 sdata->smps_mode = ifmgd->req_smps; in ieee80211_mgd_assoc()
/linux-5.19.10/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()
Dtt.c325 enum ieee80211_smps_mode smps_mode; in iwl_mvm_tt_smps_iterator() local
330 smps_mode = IEEE80211_SMPS_DYNAMIC; in iwl_mvm_tt_smps_iterator()
332 smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_tt_smps_iterator()
337 iwl_mvm_update_smps(mvm, vif, IWL_MVM_SMPS_REQ_TT, smps_mode); in iwl_mvm_tt_smps_iterator()
Drs-fw.c146 if (sta->smps_mode == IEEE80211_SMPS_STATIC) in rs_fw_vht_set_enabled_rates()
208 if (sta->smps_mode == IEEE80211_SMPS_STATIC) in rs_fw_he_set_enabled_rates()
273 if (sta->smps_mode == IEEE80211_SMPS_STATIC) in rs_fw_set_supp_rates()
Dutils.c284 enum ieee80211_smps_mode smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_update_smps() local
300 smps_mode = IEEE80211_SMPS_STATIC; in iwl_mvm_update_smps()
304 smps_mode = IEEE80211_SMPS_DYNAMIC; in iwl_mvm_update_smps()
307 ieee80211_request_smps(vif, smps_mode); in iwl_mvm_update_smps()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dsta.c164 (sta->smps_mode == IEEE80211_SMPS_STATIC) ? in iwl_sta_calc_ht_flags()
166 (sta->smps_mode == IEEE80211_SMPS_DYNAMIC) ? in iwl_sta_calc_ht_flags()
169 switch (sta->smps_mode) { in iwl_sta_calc_ht_flags()
179 IWL_WARN(priv, "Invalid MIMO PS mode %d\n", sta->smps_mode); in iwl_sta_calc_ht_flags()
Dmac80211.c969 priv->current_ht_config.smps = conf->smps_mode; in iwlagn_mac_channel_switch()
Drxon.c1177 priv->current_ht_config.smps = conf->smps_mode; in iwlagn_mac_config()
/linux-5.19.10/include/net/
Dmac80211.h1649 enum ieee80211_smps_mode smps_mode; member
2177 enum ieee80211_smps_mode smps_mode; member
6218 enum ieee80211_smps_mode smps_mode);
/linux-5.19.10/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h766 u8 smps_mode; member
/linux-5.19.10/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-5.19.10/drivers/net/wireless/mediatek/mt76/mt7603/
Dmain.c660 sta->smps_mode == IEEE80211_SMPS_DYNAMIC); in mt7603_sta_rate_tbl_update()
/linux-5.19.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00queue.c321 sta->smps_mode == IEEE80211_SMPS_DYNAMIC) in rt2x00queue_create_tx_descriptor_ht()

12