Home
last modified time | relevance | path

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

/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.c355 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()
1034 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 Dscan.c1402 case WLAN_EID_VHT_CAPABILITY: in mwifiex_update_bss_desc_with_ie()
H A Dsta_cmd.c1823 cpu_to_le16(WLAN_EID_VHT_CAPABILITY); in mwifiex_cmd_tdls_oper()
/linux/net/mac80211/
H A Dparse.c307 case WLAN_EID_VHT_CAPABILITY: in _ieee802_11_parse_elems_full()
448 case WLAN_EID_VHT_CAPABILITY: in _ieee802_11_parse_elems_full()
H A Dmlme.c1327 WLAN_EID_VHT_CAPABILITY, in ieee80211_add_before_ht_elems()
1553 ADD_PRESENT_ELEM(WLAN_EID_VHT_CAPABILITY); in ieee80211_assoc_link_elems()
4844 elem = cfg80211_find_elem(WLAN_EID_VHT_CAPABILITY, in ieee80211_assoc_config_link()
5100 vht_cap_elem = ieee80211_bss_get_elem(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_max_rx_chains()
8748 elem = ieee80211_bss_get_elem(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_mgd_get_ap_ht_vht_capa()
H A Dutil.c2409 *pos++ = WLAN_EID_VHT_CAPABILITY; in ieee80211_ie_build_vht_cap()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c943 case WLAN_EID_VHT_CAPABILITY: in rtw_ieee802_11_parse_elems()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c337 tlv->type = cpu_to_le16(WLAN_EID_VHT_CAPABILITY); in qtnf_cmd_send_start_ap()
1490 case WLAN_EID_VHT_CAPABILITY: in qtnf_cmd_resp_fill_band_info()
/linux/include/linux/
H A Dieee80211.h3723 WLAN_EID_VHT_CAPABILITY = 191, enumerator
/linux/net/wireless/
H A Dnl80211.c5898 cap = cfg80211_find_elem(WLAN_EID_VHT_CAPABILITY, ies, ies_len); in nl80211_calculate_ap_params()