Home
last modified time | relevance | path

Searched refs:ht_cap_ie (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_assoc_req_frame.c1565 uint8_t *ht_cap_ie = NULL; in lim_update_sta_ds() local
1649 ht_cap_ie = ((uint8_t *) &assoc_req->HTCaps) + 1; in lim_update_sta_ds()
1656 *ht_cap_ie &= ~(1 << SIR_MAC_HT_CAP_SHORTGI20MHZ_S); in lim_update_sta_ds()
1665 *ht_cap_ie &= ~(1 << SIR_MAC_HT_CAP_SHORTGI40MHZ_S); in lim_update_sta_ds()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_hostapd.c4684 uint8_t ht_cap_ie[DOT11F_IE_HTCAPS_MAX_LEN]; in wlan_hdd_get_sap_obss() local
4698 qdf_mem_copy(ht_cap_ie, &ie[2], ie[1]); in wlan_hdd_get_sap_obss()
4700 ht_cap_ie, ie[1], in wlan_hdd_get_sap_obss()