Home
last modified time | relevance | path

Searched refs:ht_ie (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c162 const u8 *ht_ie; in mwifiex_set_ht_params() local
167 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 + 2, in mwifiex_set_ht_params()
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dhif.c366 const u8 *ht_ie, *wpa_ie, *wmm_ie, *rsn_ie; in wilc_parse_join_bss_param() local
419 ht_ie = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies->data, ies->len); in wilc_parse_join_bss_param()
420 if (ht_ie) in wilc_parse_join_bss_param()
/kernel/linux/linux-5.10/net/mac80211/
Dmlme.c5488 const u8 *ssidie, *ht_ie, *vht_ie; in ieee80211_mgd_assoc() local
5624 ht_ie = ieee80211_bss_get_ie(req->bss, WLAN_EID_HT_OPERATION); in ieee80211_mgd_assoc()
5625 if (ht_ie && ht_ie[1] >= sizeof(struct ieee80211_ht_operation)) in ieee80211_mgd_assoc()
5627 ((struct ieee80211_ht_operation *)(ht_ie + 2))->ht_param; in ieee80211_mgd_assoc()