| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | utils.c | 905 if (!mvmvif->deflink.queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_uapsd_agg_disconnect() 906 !mvmvif->deflink.queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_uapsd_agg_disconnect() 907 !mvmvif->deflink.queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_uapsd_agg_disconnect() 908 !mvmvif->deflink.queue_params[IEEE80211_AC_BK].uapsd) in iwl_mvm_uapsd_agg_disconnect()
|
| H A D | rx.c | 244 (!mvmvif->deflink.queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_rx_handle_tcm() 245 !mvmvif->deflink.queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_rx_handle_tcm() 246 !mvmvif->deflink.queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_rx_handle_tcm() 247 !mvmvif->deflink.queue_params[IEEE80211_AC_BK].uapsd) || in iwl_mvm_rx_handle_tcm()
|
| H A D | power.c | 152 if (!mvmvif->deflink.queue_params[ac].uapsd) in iwl_mvm_power_configure_uapsd()
|
| H A D | debugfs-vif.c | 221 mvmvif->deflink.queue_params[i].uapsd); in iwl_dbgfs_mac_params_read()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mcu.c | 438 struct sta_rec_uapsd *uapsd; in mt76_connac_mcu_sta_uapsd() local 445 uapsd = (struct sta_rec_uapsd *)tlv; in mt76_connac_mcu_sta_uapsd() 448 uapsd->dac_map |= BIT(3); in mt76_connac_mcu_sta_uapsd() 449 uapsd->tac_map |= BIT(3); in mt76_connac_mcu_sta_uapsd() 452 uapsd->dac_map |= BIT(2); in mt76_connac_mcu_sta_uapsd() 453 uapsd->tac_map |= BIT(2); in mt76_connac_mcu_sta_uapsd() 456 uapsd->dac_map |= BIT(1); in mt76_connac_mcu_sta_uapsd() 457 uapsd->tac_map |= BIT(1); in mt76_connac_mcu_sta_uapsd() 460 uapsd->dac_map |= BIT(0); in mt76_connac_mcu_sta_uapsd() 461 uapsd->tac_map |= BIT(0); in mt76_connac_mcu_sta_uapsd() [all …]
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | power.c | 137 if (!link->queue_params[ac].uapsd) in iwl_mld_power_configure_uapsd()
|
| /linux-6.15/drivers/net/wireless/ath/wcn36xx/ |
| H A D | hal.h | 1525 u8 uapsd; member 1706 u8 uapsd; member 2876 u8 uapsd; member 4089 u8 uapsd; member
|
| H A D | smd.c | 397 sta_params->uapsd = 0; in wcn36xx_smd_set_sta_params() 1433 v1->uapsd = orig->uapsd; in wcn36xx_smd_convert_sta_to_v1()
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 1862 if (arvif->u.sta.uapsd) in ath10k_mac_vif_recalc_ps_wake_threshold() 1887 if (arvif->u.sta.uapsd) in ath10k_mac_vif_recalc_ps_poll_count() 2407 u32 uapsd = 0; in ath10k_peer_assoc_qos_ap() local 2418 uapsd |= WMI_AP_PS_UAPSD_AC3_DELIVERY_EN | in ath10k_peer_assoc_qos_ap() 2421 uapsd |= WMI_AP_PS_UAPSD_AC2_DELIVERY_EN | in ath10k_peer_assoc_qos_ap() 2424 uapsd |= WMI_AP_PS_UAPSD_AC1_DELIVERY_EN | in ath10k_peer_assoc_qos_ap() 2436 uapsd); in ath10k_peer_assoc_qos_ap() 7766 arvif->u.sta.uapsd |= value; in ath10k_conf_tx_uapsd() 7768 arvif->u.sta.uapsd &= ~value; in ath10k_conf_tx_uapsd() 7772 arvif->u.sta.uapsd); in ath10k_conf_tx_uapsd() [all …]
|
| H A D | core.h | 605 u32 uapsd; member
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 2710 u32 uapsd; in ath11k_peer_assoc_qos_ap() local 2720 uapsd = 0; in ath11k_peer_assoc_qos_ap() 2722 uapsd |= WMI_AP_PS_UAPSD_AC3_DELIVERY_EN | in ath11k_peer_assoc_qos_ap() 2725 uapsd |= WMI_AP_PS_UAPSD_AC2_DELIVERY_EN | in ath11k_peer_assoc_qos_ap() 2728 uapsd |= WMI_AP_PS_UAPSD_AC1_DELIVERY_EN | in ath11k_peer_assoc_qos_ap() 2731 uapsd |= WMI_AP_PS_UAPSD_AC0_DELIVERY_EN | in ath11k_peer_assoc_qos_ap() 2739 params.value = uapsd; in ath11k_peer_assoc_qos_ap() 5186 arvif->u.sta.uapsd |= value; in ath11k_conf_tx_uapsd() 5188 arvif->u.sta.uapsd &= ~value; in ath11k_conf_tx_uapsd() 5192 arvif->u.sta.uapsd); in ath11k_conf_tx_uapsd() [all …]
|
| H A D | core.h | 378 u32 uapsd; member
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 2706 u32 uapsd; in ath12k_peer_assoc_qos_ap() local 2716 uapsd = 0; in ath12k_peer_assoc_qos_ap() 2718 uapsd |= WMI_AP_PS_UAPSD_AC3_DELIVERY_EN | in ath12k_peer_assoc_qos_ap() 2721 uapsd |= WMI_AP_PS_UAPSD_AC2_DELIVERY_EN | in ath12k_peer_assoc_qos_ap() 2724 uapsd |= WMI_AP_PS_UAPSD_AC1_DELIVERY_EN | in ath12k_peer_assoc_qos_ap() 2727 uapsd |= WMI_AP_PS_UAPSD_AC0_DELIVERY_EN | in ath12k_peer_assoc_qos_ap() 2735 arg.value = uapsd; in ath12k_peer_assoc_qos_ap() 6157 ahvif->u.sta.uapsd |= value; in ath12k_conf_tx_uapsd() 6159 ahvif->u.sta.uapsd &= ~value; in ath12k_conf_tx_uapsd() 6163 ahvif->u.sta.uapsd); in ath12k_conf_tx_uapsd() [all …]
|
| H A D | core.h | 316 u32 uapsd; member
|
| /linux-6.15/net/mac80211/ |
| H A D | mlme.c | 2231 if (assoc_data->uapsd) { in ieee80211_send_assoc() 3520 params[ac].txop, params[ac].uapsd, in ieee80211_mgd_set_link_qos_params() 3581 bool uapsd = false; in _ieee80211_sta_wmm_params() local 3589 uapsd = true; in _ieee80211_sta_wmm_params() 3599 uapsd = true; in _ieee80211_sta_wmm_params() 3609 uapsd = true; in _ieee80211_sta_wmm_params() 3620 uapsd = true; in _ieee80211_sta_wmm_params() 3639 params[ac].uapsd = uapsd; in _ieee80211_sta_wmm_params() 6424 if (link->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp() 9614 assoc_data->uapsd = true; in ieee80211_mgd_assoc() [all …]
|
| H A D | trace.h | 1057 __field(bool, uapsd) 1069 __entry->uapsd = params->uapsd;
|
| H A D | ieee80211_i.h | 453 bool wmm, uapsd; member
|
| /linux-6.15/drivers/net/wireless/silabs/wfx/ |
| H A D | sta.c | 212 assign_bit(queue, &wvif->uapsd_mask, params->uapsd); in wfx_conf_tx()
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | nl80211.yaml | 706 name: support-ap-uapsd 1911 - support-ap-uapsd
|
| /linux-6.15/drivers/net/wireless/ti/wl1251/ |
| H A D | main.c | 1308 if (params->uapsd) in wl1251_op_conf_tx()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | mcu.c | 1022 u8 uapsd; in mt7921_mcu_set_bss_pm() member
|
| /linux-6.15/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_mac80211.c | 940 if (params->uapsd) in rsi_mac80211_conf_tx()
|
| /linux-6.15/drivers/net/wireless/st/cw1200/ |
| H A D | sta.c | 633 params->uapsd); in cw1200_conf_tx()
|
| /linux-6.15/include/net/ |
| H A D | mac80211.h | 197 bool uapsd; member
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | mcu.c | 2516 u8 uapsd; in mt7615_mcu_set_bss_pm() member
|