Lines Matching refs:ht_cap_ie
4863 const u8 *ht_cap_ie, *vht_cap_ie;
4871 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY);
4872 if (ht_cap_ie && ht_cap_ie[1] >= sizeof(*ht_cap)) {
4873 ht_cap = (void *)(ht_cap_ie + 2);
5008 const u8 *ht_oper_ie, *ht_cap_ie;
5014 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY);
5015 if (ht_cap_ie && ht_cap_ie[1] >= sizeof(*ht_cap))
5016 ht_cap = (void *)(ht_cap_ie + 2);