Searched refs:ht_cap_ie (Results 1 – 3 of 3) sorted by relevance
716 struct ieee_types_header *ht_cap_ie; in mwifiex_set_sta_ht_cap() local722 ht_cap_ie = (void *)cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, in mwifiex_set_sta_ht_cap()724 if (ht_cap_ie) { in mwifiex_set_sta_ht_cap()725 ht_cap = (void *)(ht_cap_ie + 1); in mwifiex_set_sta_ht_cap()
1024 struct element *ht_cap_ie; in nxpwifi_set_sta_ht_cap() local1030 ht_cap_ie = (void *)cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, in nxpwifi_set_sta_ht_cap()1032 if (ht_cap_ie) { in nxpwifi_set_sta_ht_cap()1033 ht_cap = (void *)(ht_cap_ie + 1); in nxpwifi_set_sta_ht_cap()
2267 const struct ieee80211_ht_cap *ht_cap_ie,