Home
last modified time | relevance | path

Searched refs:WLAN_EID_VHT_CAPABILITY (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Duap_event.c58 case WLAN_EID_VHT_CAPABILITY: in mwifiex_check_uap_capabilties()
D11ac.c191 vht_cap->header.type = cpu_to_le16(WLAN_EID_VHT_CAPABILITY); in mwifiex_cmd_append_11ac_tlv()
Die.c356 case WLAN_EID_VHT_CAPABILITY: in mwifiex_uap_parse_tail_ies()
Dtdls.c176 *pos++ = WLAN_EID_VHT_CAPABILITY; in mwifiex_tdls_add_vht_capab()
1001 case WLAN_EID_VHT_CAPABILITY: in mwifiex_process_tdls_action_frame()
Duap_cmd.c191 vht_ie = cfg80211_find_ie(WLAN_EID_VHT_CAPABILITY, params->beacon.tail, in mwifiex_set_vht_params()
Dsta_event.c86 case WLAN_EID_VHT_CAPABILITY: in mwifiex_check_ibss_peer_capabilties()
Dscan.c1402 case WLAN_EID_VHT_CAPABILITY: in mwifiex_update_bss_desc_with_ie()
Dsta_cmd.c1835 cpu_to_le16(WLAN_EID_VHT_CAPABILITY); in mwifiex_cmd_tdls_oper()
/Linux-v4.19/net/mac80211/
Dutil.c812 case WLAN_EID_VHT_CAPABILITY: in ieee802_11_parse_elems_crc()
941 case WLAN_EID_VHT_CAPABILITY: in ieee802_11_parse_elems_crc()
2428 *pos++ = WLAN_EID_VHT_CAPABILITY; in ieee80211_ie_build_vht_cap()
Dmlme.c840 WLAN_EID_VHT_CAPABILITY, in ieee80211_send_assoc()
4502 vht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_ht_vht_rx_chains()
4640 vht_cap = ieee80211_bss_get_ie(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_prep_channel()
5165 vht_ie = ieee80211_bss_get_ie(req->bss, WLAN_EID_VHT_CAPABILITY); in ieee80211_mgd_assoc()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c1071 case WLAN_EID_VHT_CAPABILITY: in rtw_ieee802_11_parse_elems()
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c316 tlv->type = cpu_to_le16(WLAN_EID_VHT_CAPABILITY); in qtnf_cmd_send_start_ap()
1568 case WLAN_EID_VHT_CAPABILITY: in qtnf_cmd_resp_fill_band_info()
/Linux-v4.19/include/linux/
Dieee80211.h2387 WLAN_EID_VHT_CAPABILITY = 191, enumerator
/Linux-v4.19/net/wireless/
Dnl80211.c4096 cap = cfg80211_find_ie(WLAN_EID_VHT_CAPABILITY, ies, ies_len); in nl80211_calculate_ap_params()