Home
last modified time | relevance | path

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

/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dwmm_ac.c
H A Dwmm_ac.h
H A Dap.c
H A Dsme.c
H A Dwpa_supplicant.c
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_power.c143 uint32_t uapsd = 0; in wma_set_ap_peer_uapsd() local
149 uapsd |= WMI_AP_PS_UAPSD_AC3_DELIVERY_EN | in wma_set_ap_peer_uapsd()
154 uapsd |= WMI_AP_PS_UAPSD_AC2_DELIVERY_EN | in wma_set_ap_peer_uapsd()
159 uapsd |= WMI_AP_PS_UAPSD_AC1_DELIVERY_EN | in wma_set_ap_peer_uapsd()
164 uapsd |= WMI_AP_PS_UAPSD_AC0_DELIVERY_EN | in wma_set_ap_peer_uapsd()
184 uapsd, QDF_MAC_ADDR_REF(peer_addr)); in wma_set_ap_peer_uapsd()
187 param.value = uapsd; in wma_set_ap_peer_uapsd()
H A Dwma_main.c5384 cfg->uapsd = wmi_service_enabled(wmi_handle, in wma_update_target_services()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_prop_exts_utils.h56 uint16_t ie_len, uint8_t *qos_cap, uint8_t *uapsd,
H A Dlim_prop_exts_utils.c579 uint8_t *uapsd, int8_t *local_constraint, in lim_extract_ap_capability() argument
603 *uapsd = 0; in lim_extract_ap_capability()
820 *uapsd = beacon_struct->edcaParams.qosInfo.uapsd; in lim_extract_ap_capability()
H A Dlim_utils.h52 (ie_struct->WMMInfoAp.present && ie_struct->WMMInfoAp.uapsd))
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_tgt_cfg.h66 bool uapsd; member
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h663 uint8_t uapsd:1; member
673 uint8_t uapsd:1;
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver.h
/wlan-driver/qcacld-3.0/core/sme/src/qos/
H A Dsme_qos.c2536 && !(pIes->WMMInfoAp.uapsd)) { in sme_qos_setup()
2612 && !(pIes->WMMInfoAp.uapsd)) { in sme_qos_setup()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms1957 uapsd: 1;
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c2414 pInfo->uapsd = (0x1 & pe_session->apUapsdEnable);
2416 pInfo->uapsd = (0x1 & mac->lim.gUapsdEnable);
H A Ddot11f.c8426 pDst->uapsd = tmp72__ >> 7 & 0x1; in dot11f_unpack_ie_wmm_info_ap()
29158 tmp192__ |= (pSrc->uapsd << 7); in dot11f_pack_ie_wmm_info_ap()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h8291 uint8_t uapsd:1; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c1932 ucfg_mlme_set_sap_uapsd_flag(hdd_ctx->psoc, cfg->uapsd); in hdd_update_tgt_services()