Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dtdls.c498 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data()
538 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data()
779 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_construct_tdls_action_frame()
970 case WLAN_EID_HT_CAPABILITY: in mwifiex_process_tdls_action_frame()
Duap_event.c54 case WLAN_EID_HT_CAPABILITY: in mwifiex_check_uap_capabilties()
Duap_cmd.c167 ht_ie = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, params->beacon.tail, in mwifiex_set_ht_params()
629 htcap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_uap_bss_param_prepare()
Die.c354 case WLAN_EID_HT_CAPABILITY: in mwifiex_uap_parse_tail_ies()
Dutil.c645 ht_cap_ie = (void *)cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, in mwifiex_set_sta_ht_cap()
D11n.c336 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_append_11n_tlv()
Dsta_event.c74 case WLAN_EID_HT_CAPABILITY: in mwifiex_check_ibss_peer_capabilties()
Dscan.c1043 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_config_scan()
1386 case WLAN_EID_HT_CAPABILITY: in mwifiex_update_bss_desc_with_ie()
Djoin.c1045 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_802_11_ad_hoc_start()
Dsta_cmd.c1799 cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_tdls_oper()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c878 case WLAN_EID_HT_CAPABILITY: in rtw_ieee802_11_parse_elems()
/Linux-v4.19/net/mac80211/
Dutil.c810 case WLAN_EID_HT_CAPABILITY: in ieee802_11_parse_elems_crc()
929 case WLAN_EID_HT_CAPABILITY: in ieee802_11_parse_elems_crc()
2393 *pos++ = WLAN_EID_HT_CAPABILITY; in ieee80211_ie_build_ht_cap()
Dmlme.c832 WLAN_EID_HT_CAPABILITY, in ieee80211_send_assoc()
3557 (1ULL << WLAN_EID_HT_CAPABILITY) |
4489 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_ht_vht_rx_chains()
4614 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_prep_channel()
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c307 tlv->type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in qtnf_cmd_send_start_ap()
1559 case WLAN_EID_HT_CAPABILITY: in qtnf_cmd_resp_fill_band_info()
/Linux-v4.19/include/linux/
Dieee80211.h2248 WLAN_EID_HT_CAPABILITY = 45, enumerator
/Linux-v4.19/drivers/staging/rtlwifi/
Dbase.c2504 ht_cap = rtl_find_ie(data, len - FCS_LEN, WLAN_EID_HT_CAPABILITY); in rtl_check_beacon_key()
/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.c1256 } else if (ies[index] == WLAN_EID_HT_CAPABILITY) { in host_int_fill_join_bss_param()
/Linux-v4.19/net/wireless/
Dnl80211.c4093 cap = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, ies_len); in nl80211_calculate_ap_params()