Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11ac.c172 vht_cap->header.type = cpu_to_le16(WLAN_EID_VHT_CAPABILITY); in nxpwifi_cmd_append_11ac_tlv()
H A Duap_event.c200 case WLAN_EID_VHT_CAPABILITY: in nxpwifi_check_uap_capabilities()
H A Die.c336 case WLAN_EID_VHT_CAPABILITY: in nxpwifi_uap_parse_tail_ies()
H A Duap_cmd.c668 tlv_len = nxpwifi_append_data_tlv(WLAN_EID_VHT_CAPABILITY, in nxpwifi_cmd_uap_add_new_station()
944 vht_ie = cfg80211_find_ie(WLAN_EID_VHT_CAPABILITY, params->beacon.tail, in nxpwifi_set_vht_params()
H A Dscan.c906 vht_cap->header.type = cpu_to_le16(WLAN_EID_VHT_CAPABILITY); in nxpwifi_config_scan()
1227 case WLAN_EID_VHT_CAPABILITY: in nxpwifi_update_bss_desc_with_ie()
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c179 vht_cap->header.type = cpu_to_le16(WLAN_EID_VHT_CAPABILITY); in mwifiex_cmd_append_11ac_tlv()
H A Duap_event.c46 case WLAN_EID_VHT_CAPABILITY: in mwifiex_check_uap_capabilities()
H A Die.c354 case WLAN_EID_VHT_CAPABILITY: in mwifiex_uap_parse_tail_ies()
H A Duap_cmd.c175 vht_ie = cfg80211_find_ie(WLAN_EID_VHT_CAPABILITY, params->beacon.tail, in mwifiex_set_vht_params()
892 tlv->header.type = cpu_to_le16(WLAN_EID_VHT_CAPABILITY); in mwifiex_cmd_uap_add_station()
H A Dtdls.c175 *pos++ = WLAN_EID_VHT_CAPABILITY; in mwifiex_tdls_add_vht_capab()
1030 case WLAN_EID_VHT_CAPABILITY: in mwifiex_process_tdls_action_frame()
H A Dsta_event.c74 case WLAN_EID_VHT_CAPABILITY: in mwifiex_check_ibss_peer_capabilities()
H A Dsta_cmd.c1924 cpu_to_le16(WLAN_EID_VHT_CAPABILITY); in mwifiex_cmd_tdls_oper()
H A Dscan.c1421 case WLAN_EID_VHT_CAPABILITY: in mwifiex_update_bss_desc_with_ie()
/linux/net/mac80211/
H A Dparse.c367 case WLAN_EID_VHT_CAPABILITY: in _ieee802_11_parse_elems_full()
511 case WLAN_EID_VHT_CAPABILITY: in _ieee802_11_parse_elems_full()
H A Dmlme.c2034 WLAN_EID_VHT_CAPABILITY, in ieee80211_add_before_ht_elems()
2286 ADD_PRESENT_ELEM(WLAN_EID_VHT_CAPABILITY); in ieee80211_add_link_elems()
6135 elem = cfg80211_find_elem(WLAN_EID_VHT_CAPABILITY, in ieee80211_assoc_config_link()
6442 vht_cap_elem = ieee80211_bss_get_elem(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_max_rx_chains()
10266 elem = ieee80211_bss_get_elem(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_mgd_get_ap_ht_vht_capa()
H A Dutil.c2554 *pos++ = WLAN_EID_VHT_CAPABILITY; in ieee80211_ie_build_vht_cap()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c981 case WLAN_EID_VHT_CAPABILITY: in rtw_ieee802_11_parse_elems()
/linux/include/linux/
H A Dieee80211.h1762 WLAN_EID_VHT_CAPABILITY = 191, enumerator
/linux/net/wireless/
H A Dnl80211.c6978 cap = cfg80211_find_elem(WLAN_EID_VHT_CAPABILITY, ies, ies_len); in nl80211_calculate_ap_capabilities()