Home
last modified time | relevance | path

Searched refs:pIes (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/inc/
Dcsr_support.h54 #define CSR_IS_QOS_BSS(pIes) \ argument
55 ((pIes)->WMMParams.present || (pIes)->WMMInfoAp.present)
Dsme_qos_internal.h106 struct bss_description *pSirBssDesc, tDot11fBeaconIEs *pIes);
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
Drrm_api.c1458 uint8_t *ml_ie, uint16_t ml_len, uint8_t *pIes) in rrm_copy_ml_ie() argument
1462 if (ml_ie && ml_len && pIes) { in rrm_copy_ml_ie()
1463 qdf_mem_copy(pIes, ml_ie, ml_len); in rrm_copy_ml_ie()
1479 uint16_t ml_len, uint8_t *pIes) { in rrm_copy_ml_ie() argument
1502 rrm_fill_beacon_ies(struct mac_context *mac, uint8_t *pIes, in rrm_fill_beacon_ies() argument
1515 if ((!pIes) || (!pNumIes) || (!bss_desc)) { in rrm_fill_beacon_ies()
1545 *((uint32_t *)pIes) = bss_desc->timeStamp[0]; in rrm_fill_beacon_ies()
1547 pIes += sizeof(uint32_t); in rrm_fill_beacon_ies()
1548 *((uint32_t *)pIes) = bss_desc->timeStamp[1]; in rrm_fill_beacon_ies()
1550 pIes += sizeof(uint32_t); in rrm_fill_beacon_ies()
[all …]
/wlan-driver/qcacld-3.0/core/sme/src/qos/
Dsme_qos.c395 enum qca_wlan_ac_type ac, tDot11fBeaconIEs *pIes);
977 *pSirBssDesc, tDot11fBeaconIEs *pIes) in sme_qos_get_acm_mask() argument
983 if (sme_qos_is_acm(mac, pSirBssDesc, ac, pIes)) in sme_qos_get_acm_mask()
2488 tDot11fBeaconIEs *pIes = NULL; in sme_qos_setup() local
2507 &pIes); in sme_qos_setup()
2515 if (!CSR_IS_QOS_BSS(pIes)) { in sme_qos_setup()
2517 qdf_mem_free(pIes); in sme_qos_setup()
2534 !(pIes->WMMParams. in sme_qos_setup()
2536 && !(pIes->WMMInfoAp.uapsd)) { in sme_qos_setup()
2611 } else if (!(pIes->WMMParams.qosInfo & SME_QOS_AP_SUPPORTS_APSD) in sme_qos_setup()
[all …]