Home
last modified time | relevance | path

Searched refs:uapsd (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c297 (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_rx_handle_tcm()
298 !mvmvif->queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_rx_handle_tcm()
299 !mvmvif->queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_rx_handle_tcm()
300 !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) || in iwl_mvm_rx_handle_tcm()
H A Dutils.c1133 if (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_uapsd_agg_disconnect()
1134 !mvmvif->queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_uapsd_agg_disconnect()
1135 !mvmvif->queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_uapsd_agg_disconnect()
1136 !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) in iwl_mvm_uapsd_agg_disconnect()
H A Ddebugfs-vif.c276 mvmvif->queue_params[i].uapsd); in iwl_dbgfs_mac_params_read()
H A Dpower.c198 if (!mvmvif->queue_params[ac].uapsd) in iwl_mvm_power_configure_uapsd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1476 struct sta_rec_uapsd *uapsd; in mt7915_mcu_sta_uapsd_tlv() local
1482 tlv = mt7915_mcu_add_tlv(skb, STA_REC_APPS, sizeof(*uapsd)); in mt7915_mcu_sta_uapsd_tlv()
1483 uapsd = (struct sta_rec_uapsd *)tlv; in mt7915_mcu_sta_uapsd_tlv()
1486 uapsd->dac_map |= BIT(3); in mt7915_mcu_sta_uapsd_tlv()
1487 uapsd->tac_map |= BIT(3); in mt7915_mcu_sta_uapsd_tlv()
1490 uapsd->dac_map |= BIT(2); in mt7915_mcu_sta_uapsd_tlv()
1491 uapsd->tac_map |= BIT(2); in mt7915_mcu_sta_uapsd_tlv()
1494 uapsd->dac_map |= BIT(1); in mt7915_mcu_sta_uapsd_tlv()
1495 uapsd->tac_map |= BIT(1); in mt7915_mcu_sta_uapsd_tlv()
1498 uapsd->dac_map |= BIT(0); in mt7915_mcu_sta_uapsd_tlv()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c1085 struct sta_rec_uapsd *uapsd; in mt7615_mcu_sta_uapsd() local
1091 tlv = mt7615_mcu_add_tlv(skb, STA_REC_APPS, sizeof(*uapsd)); in mt7615_mcu_sta_uapsd()
1092 uapsd = (struct sta_rec_uapsd *)tlv; in mt7615_mcu_sta_uapsd()
1095 uapsd->dac_map |= BIT(3); in mt7615_mcu_sta_uapsd()
1096 uapsd->tac_map |= BIT(3); in mt7615_mcu_sta_uapsd()
1099 uapsd->dac_map |= BIT(2); in mt7615_mcu_sta_uapsd()
1100 uapsd->tac_map |= BIT(2); in mt7615_mcu_sta_uapsd()
1103 uapsd->dac_map |= BIT(1); in mt7615_mcu_sta_uapsd()
1104 uapsd->tac_map |= BIT(1); in mt7615_mcu_sta_uapsd()
1107 uapsd->dac_map |= BIT(0); in mt7615_mcu_sta_uapsd()
[all …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmlme.c1031 if (assoc_data->uapsd) { in ieee80211_send_assoc()
2063 bool uapsd = false; in ieee80211_sta_wmm_params() local
2071 uapsd = true; in ieee80211_sta_wmm_params()
2081 uapsd = true; in ieee80211_sta_wmm_params()
2091 uapsd = true; in ieee80211_sta_wmm_params()
2102 uapsd = true; in ieee80211_sta_wmm_params()
2121 params[ac].uapsd = uapsd; in ieee80211_sta_wmm_params()
2148 params[ac].txop, params[ac].uapsd, in ieee80211_sta_wmm_params()
3758 if (sdata->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp()
5661 assoc_data->uapsd = true; in ieee80211_mgd_assoc()
[all …]
H A Dtrace.h984 __field(bool, uapsd)
995 __entry->uapsd = params->uapsd;
H A Dieee80211_i.h398 bool wmm, uapsd; member
H A Dutil.c1661 qparam.uapsd = false; in ieee80211_set_wmm_default()
H A Dcfg.c2403 p.uapsd = false; in ieee80211_set_txq_params()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c1449 u32 uapsd; in ath11k_peer_assoc_qos_ap() local
1459 uapsd = 0; in ath11k_peer_assoc_qos_ap()
1461 uapsd |= WMI_AP_PS_UAPSD_AC3_DELIVERY_EN | in ath11k_peer_assoc_qos_ap()
1464 uapsd |= WMI_AP_PS_UAPSD_AC2_DELIVERY_EN | in ath11k_peer_assoc_qos_ap()
1467 uapsd |= WMI_AP_PS_UAPSD_AC1_DELIVERY_EN | in ath11k_peer_assoc_qos_ap()
1470 uapsd |= WMI_AP_PS_UAPSD_AC0_DELIVERY_EN | in ath11k_peer_assoc_qos_ap()
1478 params.value = uapsd; in ath11k_peer_assoc_qos_ap()
3264 arvif->u.sta.uapsd |= value; in ath11k_conf_tx_uapsd()
3266 arvif->u.sta.uapsd &= ~value; in ath11k_conf_tx_uapsd()
3270 arvif->u.sta.uapsd); in ath11k_conf_tx_uapsd()
[all …]
H A Dcore.h209 u32 uapsd; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1493 u8 uapsd; member
1674 u8 uapsd; member
2839 u8 uapsd; member
4031 u8 uapsd; member
H A Dsmd.c390 sta_params->uapsd = 0; in wcn36xx_smd_set_sta_params()
1357 v1->uapsd = orig->uapsd; in wcn36xx_smd_convert_sta_to_v1()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dmac.c1857 if (arvif->u.sta.uapsd) in ath10k_mac_vif_recalc_ps_wake_threshold()
1882 if (arvif->u.sta.uapsd) in ath10k_mac_vif_recalc_ps_poll_count()
2399 u32 uapsd = 0; in ath10k_peer_assoc_qos_ap() local
2410 uapsd |= WMI_AP_PS_UAPSD_AC3_DELIVERY_EN | in ath10k_peer_assoc_qos_ap()
2413 uapsd |= WMI_AP_PS_UAPSD_AC2_DELIVERY_EN | in ath10k_peer_assoc_qos_ap()
2416 uapsd |= WMI_AP_PS_UAPSD_AC1_DELIVERY_EN | in ath10k_peer_assoc_qos_ap()
2419 uapsd |= WMI_AP_PS_UAPSD_AC0_DELIVERY_EN | in ath10k_peer_assoc_qos_ap()
2428 uapsd); in ath10k_peer_assoc_qos_ap()
7605 arvif->u.sta.uapsd |= value; in ath10k_conf_tx_uapsd()
7607 arvif->u.sta.uapsd &= ~value; in ath10k_conf_tx_uapsd()
[all …]
H A Dcore.h601 u32 uapsd; member
/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dsta.c211 assign_bit(queue, &wvif->uapsd_mask, params->uapsd); in wfx_conf_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dmain.c1307 if (params->uapsd) in wl1251_op_conf_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c923 if (params->uapsd) in rsi_mac80211_conf_tx()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h180 bool uapsd; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dsta.c632 params->uapsd); in cw1200_conf_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/
H A DREADME_MLAN4028 This command is used to support channel switch and uapsd for host based tdls
4035 …host_tdls.conf: The configuration file specifying to enable/disable uapsd/cs and related parameter…
4039 : enable or disable uapsd/cs, config the channel related ie, based on the configuration file.
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dmain.c4934 if (params->uapsd) in wl1271_op_conf_tx()