Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_prop_exts_utils.h55 lim_extract_ap_capability(struct mac_context *mac_ctx, uint8_t *p_ie,
Dlim_prop_exts_utils.c577 void lim_extract_ap_capability(struct mac_context *mac_ctx, uint8_t *p_ie, in lim_extract_ap_capability() argument
607 status = sir_parse_beacon_ie(mac_ctx, beacon_struct, p_ie, in lim_extract_ap_capability()
863 lim_extract_adaptive_11r_cap(p_ie, ie_len); in lim_extract_ap_capability()
Dlim_utils.c5131 const uint8_t *p_ie = NULL; in lim_set_ht_caps() local
5135 p_ie = wlan_get_ie_ptr_from_eid(DOT11F_EID_HTCAPS, in lim_set_ht_caps()
5138 p_ie, dot11_ht_cap.supportedMCSSet[0]); in lim_set_ht_caps()
5139 if (p_ie) { in lim_set_ht_caps()
5141 tHtCaps *p_ht_cap = (tHtCaps *) &p_ie[2]; in lim_set_ht_caps()
5206 const uint8_t *p_ie = NULL; in lim_set_vht_caps() local
5210 p_ie = wlan_get_ie_ptr_from_eid(DOT11F_EID_VHTCAPS, p_ie_start, in lim_set_vht_caps()
5212 if (p_ie) { in lim_set_vht_caps()
5214 (tSirMacVHTCapabilityInfo *) &p_ie[2]; in lim_set_vht_caps()
5215 tSirVhtMcsInfo *vht_mcs = (tSirVhtMcsInfo *) &p_ie[2 + in lim_set_vht_caps()
Dlim_process_sme_req_messages.c8572 const uint8_t *p_ie = NULL; in lim_set_pdev_ht_ie() local
8596 p_ie = wlan_get_ie_ptr_from_eid(DOT11F_EID_HTCAPS, in lim_set_pdev_ht_ie()
8598 if (!p_ie) { in lim_set_pdev_ht_ie()
8604 p_ht_cap = (tHtCaps *)&p_ie[2]; in lim_set_pdev_ht_ie()
8640 const uint8_t *p_ie = NULL; in lim_set_pdev_vht_ie() local
8665 p_ie = wlan_get_ie_ptr_from_eid(DOT11F_EID_VHTCAPS, in lim_set_pdev_vht_ie()
8667 if (!p_ie) { in lim_set_pdev_vht_ie()
8673 vht_cap = (tSirMacVHTCapabilityInfo *)&p_ie[2]; in lim_set_pdev_vht_ie()
8676 (tSirVhtMcsInfo *)&p_ie[2 + in lim_set_pdev_vht_ie()