Home
last modified time | relevance | path

Searched refs:wme (Results 1 – 25 of 26) sorted by relevance

12

/linux/net/mac80211/
H A DMakefile33 wme.o \
H A Dwme.c18 #include "wme.h"
163 qos = sta->sta.wme; in ieee80211_select_queue()
H A Dibss.c1005 if (sta && !sta->sta.wme && in ieee80211_update_sta_info()
1008 sta->sta.wme = true; in ieee80211_update_sta_info()
H A Dtx.c38 #include "wme.h"
1184 !sta->sta.wme || skb_get_queue_mapping(skb) == IEEE80211_AC_VO || in ieee80211_aggr_check()
2641 wme_sta = sta->sta.wme; in ieee80211_build_hdr()
2837 wme_sta = sta->sta.wme; in ieee80211_build_hdr()
3169 if (sta->sta.wme) { in ieee80211_check_fast_xmit()
5854 qos = sta && sta->sta.wme; in ieee80211_nullfunc_get()
H A Dmesh_plink.c538 sta->sta.wme = true; in __mesh_sta_info_alloc()
H A Dsta_info.c28 #include "wme.h"
1859 bool qos = sta->sta.wme; in ieee80211_send_null_response()
3171 if (sta->sta.wme) in sta_set_sinfo()
H A Dtdls.c19 #include "wme.h"
630 if (local->hw.queues >= IEEE80211_NUM_ACS && sta->sta.wme) in ieee80211_tdls_add_setup_cfm_ies()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c1472 sta->addr, sta->wme, sta->aid, in rsi_mac80211_sta_add()
1549 sta->addr, sta->wme, in rsi_mac80211_sta_remove()
1569 bss->qos = sta->wme; in rsi_mac80211_sta_remove()
/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h697 u8 *wme; member
/linux/drivers/md/
H A Ddm-writecache.c1042 struct wc_memory_entry wme; in writecache_resume() local
1049 r = copy_mc_to_kernel(&wme, memory_entry(wc, e), in writecache_resume()
1057 e->original_sector = le64_to_cpu(wme.original_sector); in writecache_resume()
1058 e->seq_count = le64_to_cpu(wme.seq_count); in writecache_resume()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c634 wmm = sta->wme; in mt7925_mac_write_txwi_8023()
859 (sta->wme ? IEEE80211_STYPE_QOS_DATA : in mt7925_tx_check_aggr()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c797 elems->wme = pos; in rtw_ieee802_11_parse_vendor_specific()
/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1555 cmd->wmm = sta->wme ? 1 : 0; in wl12xx_cmd_add_peer()
1560 if (sta->wme && (sta->uapsd_queues & BIT(i))) in wl12xx_cmd_add_peer()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2435 if (sta->wme && sta->uapsd_queues) { in ath10k_peer_assoc_qos_ap()
2685 if (sta->wme) in ath10k_peer_assoc_h_qos()
2688 if (sta->wme && sta->uapsd_queues) { in ath10k_peer_assoc_h_qos()
2694 if (sta->wme) in ath10k_peer_assoc_h_qos()
2698 if (sta->wme) in ath10k_peer_assoc_h_qos()
3322 if (!sta->wme) { in ath10k_station_assoc()
3358 if (!sta->wme) { in ath10k_station_disassoc()
7096 if (!sta->wme) in ath10k_mac_set_tid_config()
7479 if (sta_vif != iter_data->curr_vif || !sta->wme) in ath10k_mac_vif_stations_tid_conf()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c1097 static bool brcms_b_attach_dmapio(struct brcms_c_info *wlc, uint j, bool wme) in brcms_b_attach_dmapio() argument
1120 (wme ? dmareg(DMA_TX, 0) : 0), in brcms_b_attach_dmapio()
1122 (wme ? NTXD : 0), NRXD, in brcms_b_attach_dmapio()
4380 bool wme = false; in brcms_b_attach() local
4395 wme = true; in brcms_b_attach()
4632 if (!brcms_b_attach_dmapio(wlc, j, wme)) { in brcms_b_attach()
5064 /* Program the TX wme params with the current settings */ in brcms_c_up()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c430 basic->qos = link_sta->sta->wme; in mt76_connac_mcu_sta_basic_tlv()
440 if (vif->type != NL80211_IFTYPE_AP || !sta->wme) in mt76_connac_mcu_sta_uapsd()
567 generic->qos = sta->wme; in mt76_connac_mcu_wtbl_generic_tlv()
H A Dmt76_connac_mac.c372 wmm = sta->wme; in mt76_connac2_mac_write_txwi_8023()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dsta.c478 if (sta->wme) { in iwl_mld_add_modify_sta_cmd()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-sta.c498 if (sta->wme) { in iwl_mvm_mld_cfg_sta()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c755 wmm = sta->wme; in mt7996_mac_write_txwi_8023()
1145 (link_sta->sta->wme ? IEEE80211_STYPE_QOS_DATA in mt7996_tx_check_aggr()
H A Dmcu.c2104 u32 cap = link_sta->sta->wme ? STA_CAP_WMM : 0; in mt7996_mcu_sta_rate_ctrl_tlv()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2840 if (sta->wme) { in ath12k_peer_assoc_h_qos()
2846 if (sta->wme && sta->uapsd_queues) { in ath12k_peer_assoc_h_qos()
2854 if (sta->wme) { in ath12k_peer_assoc_h_qos()
5929 if (!sta->wme) { in ath12k_mac_station_assoc()
5936 if (sta->wme && sta->uapsd_queues) { in ath12k_mac_station_assoc()
5956 if (!sta->wme) { in ath12k_mac_station_disassoc()
/linux/include/net/
H A Dmac80211.h2484 * @wme: indicates whether the STA supports QoS/WME (if local devices does,
2489 * if wme is supported. The bits order is like in
2491 * @max_sp: max Service Period. Only valid if wme is supported.
2526 bool wme; member
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c409 sta_params->wmm_enabled = sta->wme; in wcn36xx_smd_set_sta_params()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1551 u32 cap = sta->wme ? STA_CAP_WMM : 0; in mt7915_mcu_sta_rate_ctrl_tlv()

12