Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dcoex.c262 enum ieee80211_smps_mode smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_bt_notif_per_link() local
292 smps_mode, link_id); in iwl_mvm_bt_notif_per_link()
308 smps_mode = IEEE80211_SMPS_STATIC; in iwl_mvm_bt_notif_per_link()
310 smps_mode = IEEE80211_SMPS_DYNAMIC; in iwl_mvm_bt_notif_per_link()
314 smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_bt_notif_per_link()
318 smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_bt_notif_per_link()
323 bt_activity_grading, smps_mode); in iwl_mvm_bt_notif_per_link()
327 smps_mode, link_id); in iwl_mvm_bt_notif_per_link()
H A Dtt.c330 enum ieee80211_smps_mode smps_mode; in iwl_mvm_tt_smps_iterator() local
335 smps_mode = IEEE80211_SMPS_DYNAMIC; in iwl_mvm_tt_smps_iterator()
337 smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_tt_smps_iterator()
342 iwl_mvm_update_smps(mvm, vif, IWL_MVM_SMPS_REQ_TT, smps_mode, 0); in iwl_mvm_tt_smps_iterator()
H A Drs-fw.c149 if (link_sta->smps_mode == IEEE80211_SMPS_STATIC) in rs_fw_vht_set_enabled_rates()
209 if (link_sta->smps_mode == IEEE80211_SMPS_STATIC) in rs_fw_he_set_enabled_rates()
360 if (link_sta->smps_mode == IEEE80211_SMPS_STATIC || in rs_fw_eht_set_enabled_rates()
405 if (link_sta->smps_mode == IEEE80211_SMPS_STATIC) in rs_fw_set_supp_rates()
H A Dutils.c281 enum ieee80211_smps_mode smps_mode = IEEE80211_SMPS_AUTOMATIC; in iwl_mvm_update_smps() local
306 smps_mode = IEEE80211_SMPS_STATIC; in iwl_mvm_update_smps()
311 smps_mode = IEEE80211_SMPS_DYNAMIC; in iwl_mvm_update_smps()
314 ieee80211_request_smps(vif, link_id, smps_mode); in iwl_mvm_update_smps()
H A Dmld-sta.c451 switch (link_sta->smps_mode) { in iwl_mvm_mld_cfg_sta()
H A Dsta.c195 switch (sta->deflink.smps_mode) { in iwl_mvm_sta_send_to_fw()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dtlc.c172 if (link_sta->smps_mode == IEEE80211_SMPS_STATIC) in iwl_mld_fill_vht_rates()
231 if (link_sta->smps_mode == IEEE80211_SMPS_STATIC) in iwl_mld_fill_he_rates()
397 if (link_sta->smps_mode == IEEE80211_SMPS_STATIC || in iwl_mld_fill_eht_rates()
442 if (link_sta->smps_mode == IEEE80211_SMPS_STATIC) in iwl_mld_fill_supp_rates()
H A Dsta.c455 switch (link_sta->smps_mode) { in iwl_mld_add_modify_sta_cmd()
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h806 enum smps_mode smps_mode,
H A Ddrv_callbacks.c1053 enum smps_mode smps_mode, in hostapd_event_sta_opmode_changed() argument
1062 switch (smps_mode) { in hostapd_event_sta_opmode_changed()
2722 data->sta_opmode.smps_mode, in wpa_supplicant_event()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h147 enum wlanIfaceDot11nSMPSMode smps_mode; member
H A Dwlan_sys.c1566 wif->smps_mode = wlanIfaceDot11nSMPSMode_dynamic; in wlan_config_set_snmp_intval()
1569 wif->smps_mode = wlanIfaceDot11nSMPSMode_static; in wlan_config_set_snmp_intval()
1574 wif->smps_mode = wlanIfaceDot11nSMPSMode_disabled; in wlan_config_set_snmp_intval()
1959 wif->smps_mode = wlanIfaceDot11nSMPSMode_disabled; in wlan_config_check()
H A Dwlan_snmp.c642 ctx->scratch->int1 = wif->smps_mode; in op_wlan_iface_config()
835 val->v.integer = wif->smps_mode; in op_wlan_iface_config()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c3600 u8 smps_mode, max_bw; in nl80211_sta_opmode_change_event() local
3608 ed.sta_opmode.smps_mode = SMPS_INVALID; in nl80211_sta_opmode_change_event()
3614 smps_mode = nla_get_u8(tb[NL80211_ATTR_SMPS_MODE]); in nl80211_sta_opmode_change_event()
3615 switch (smps_mode) { in nl80211_sta_opmode_change_event()
3617 ed.sta_opmode.smps_mode = SMPS_OFF; in nl80211_sta_opmode_change_event()
3620 ed.sta_opmode.smps_mode = SMPS_STATIC; in nl80211_sta_opmode_change_event()
3623 ed.sta_opmode.smps_mode = SMPS_DYNAMIC; in nl80211_sta_opmode_change_event()
3626 ed.sta_opmode.smps_mode = SMPS_INVALID; in nl80211_sta_opmode_change_event()
H A Ddriver.h2635 enum smps_mode { enum
6762 enum smps_mode smps_mode; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c655 sta->deflink.smps_mode == IEEE80211_SMPS_DYNAMIC); in mt7603_sta_rate_tbl_update()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h740 enum ieee80211_smps_mode smps_mode; member
748 int mfp, smps_mode, tdls, tdls_initiator; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mac.c407 if (nss > 1 && sta && sta->deflink.smps_mode == IEEE80211_SMPS_DYNAMIC) in mt76x02_mac_write_txwi()
H A Dmt76_connac_mcu.c959 smps->smps = (sta->deflink.smps_mode == IEEE80211_SMPS_DYNAMIC); in mt76_connac_mcu_wtbl_smps_tlv()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c1396 ra->mmps_mode = mt7915_mcu_get_mmps_mode(sta->deflink.smps_mode); in mt7915_mcu_set_fixed_rate_ctrl()
1568 ra->mmps_mode = mt7915_mcu_get_mmps_mode(sta->deflink.smps_mode); in mt7915_mcu_sta_rate_ctrl_tlv()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c2052 ra->mmps_mode = mt7996_mcu_get_mmps_mode(link_sta->smps_mode); in mt7996_mcu_set_fixed_field()
2214 ra->mmps_mode = mt7996_mcu_get_mmps_mode(link_sta->smps_mode); in mt7996_mcu_sta_rate_ctrl_tlv()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c8600 sta->deflink.smps_mode); in ath10k_sta_rc_update()
8634 switch (sta->deflink.smps_mode) { in ath10k_sta_rc_update()
8647 sta->deflink.smps_mode, sta->addr); in ath10k_sta_rc_update()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c5342 sta->deflink.smps_mode); in ath11k_mac_op_sta_rc_update()
5358 switch (sta->deflink.smps_mode) { in ath11k_mac_op_sta_rc_update()
5371 sta->deflink.smps_mode, sta->addr); in ath11k_mac_op_sta_rc_update()
H A Dwmi.h4166 u32 smps_mode; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c7913 link_sta->smps_mode); in ath12k_mac_op_link_sta_rc_update()
7929 switch (link_sta->smps_mode) { in ath12k_mac_op_link_sta_rc_update()
7942 link_sta->smps_mode, arsta->addr, link_sta->link_id); in ath12k_mac_op_link_sta_rc_update()

12