Home
last modified time | relevance | path

Searched refs:WLAN_EID_HT_CAPABILITY (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c497 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data()
537 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data()
776 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_construct_tdls_action_frame()
975 case WLAN_EID_HT_CAPABILITY: in mwifiex_process_tdls_action_frame()
H A Duap_event.c42 case WLAN_EID_HT_CAPABILITY: in mwifiex_check_uap_capabilities()
H A Duap_cmd.c151 ht_ie = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, params->beacon.tail, in mwifiex_set_ht_params()
628 htcap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_uap_bss_param_prepare()
876 tlv->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_uap_add_station()
H A Die.c352 case WLAN_EID_HT_CAPABILITY: in mwifiex_uap_parse_tail_ies()
H A D11n.c322 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_append_11n_tlv()
H A Dutil.c728 ht_cap_ie = (void *)cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, in mwifiex_set_sta_ht_cap()
H A Dsta_event.c62 case WLAN_EID_HT_CAPABILITY: in mwifiex_check_ibss_peer_capabilities()
H A Dscan.c1034 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_config_scan()
1405 case WLAN_EID_HT_CAPABILITY: in mwifiex_update_bss_desc_with_ie()
H A Djoin.c1075 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_802_11_ad_hoc_start()
H A Dsta_cmd.c1886 cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_tdls_oper()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Duap_cmd.c288 htcap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in nxpwifi_uap_bss_param_prepare()
650 tlv_len = nxpwifi_append_data_tlv(WLAN_EID_HT_CAPABILITY, in nxpwifi_cmd_uap_add_new_station()
921 ht_ie = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, params->beacon.tail, in nxpwifi_set_ht_params()
H A Duap_event.c196 case WLAN_EID_HT_CAPABILITY: in nxpwifi_check_uap_capabilities()
H A Die.c334 case WLAN_EID_HT_CAPABILITY: in nxpwifi_uap_parse_tail_ies()
H A D11n.c295 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in nxpwifi_cmd_append_11n_tlv()
H A Dscan.c893 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in nxpwifi_config_scan()
1211 case WLAN_EID_HT_CAPABILITY: in nxpwifi_update_bss_desc_with_ie()
H A Dutil.c1030 ht_cap_ie = (void *)cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, in nxpwifi_set_sta_ht_cap()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c973 case WLAN_EID_HT_CAPABILITY: in rtw_ieee802_11_parse_elems()
1107 …p = rtw_get_ie(pnetwork->network.ies + _FIXED_IE_LENGTH_, WLAN_EID_HT_CAPABILITY, &len, pnetwork->… in rtw_get_bcn_info()
H A Drtw_mlme.c2359 rtw_set_ie(out_ie + out_len, WLAN_EID_HT_CAPABILITY, in rtw_restructure_ht_ie()
2400 …p = rtw_get_ie(pie + sizeof(struct ndis_802_11_fix_ie), WLAN_EID_HT_CAPABILITY, &len, ie_len - siz… in rtw_update_ht_cap()
/linux/net/mac80211/
H A Dparse.c365 case WLAN_EID_HT_CAPABILITY: in _ieee802_11_parse_elems_full()
493 case WLAN_EID_HT_CAPABILITY: in _ieee802_11_parse_elems_full()
H A Dmlme.c2026 WLAN_EID_HT_CAPABILITY, in ieee80211_add_before_ht_elems()
2268 ADD_PRESENT_ELEM(WLAN_EID_HT_CAPABILITY); in ieee80211_add_link_elems()
6429 ht_cap_elem = ieee80211_bss_get_elem(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_max_rx_chains()
7512 (1ULL << WLAN_EID_HT_CAPABILITY) |
H A Dutil.c2519 *pos++ = WLAN_EID_HT_CAPABILITY; in ieee80211_ie_build_ht_cap()
/linux/include/linux/
H A Dieee80211.h1623 WLAN_EID_HT_CAPABILITY = 45, enumerator
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c451 ht_ie = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies_data, ies_len); in wilc_parse_join_bss_param()
/linux/net/wireless/
H A Dnl80211.c6969 cap = cfg80211_find_elem(WLAN_EID_HT_CAPABILITY, ies, ies_len); in nl80211_calculate_ap_capabilities()