Searched refs:ht_ie (Results 1 – 2 of 2) sorted by relevance
161 const u8 *ht_ie; in mwifiex_set_ht_params() local167 ht_ie = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, params->beacon.tail, in mwifiex_set_ht_params()169 if (ht_ie) { in mwifiex_set_ht_params()170 memcpy(&bss_cfg->ht_cap, ht_ie, in mwifiex_set_ht_params()
4623 const u8 *ssidie, *ht_ie, *vht_ie; in ieee80211_mgd_assoc() local4788 ht_ie = ieee80211_bss_get_ie(req->bss, WLAN_EID_HT_OPERATION); in ieee80211_mgd_assoc()4789 if (ht_ie && ht_ie[1] >= sizeof(struct ieee80211_ht_operation)) in ieee80211_mgd_assoc()4791 ((struct ieee80211_ht_operation *)(ht_ie + 2))->ht_param; in ieee80211_mgd_assoc()