Searched refs:WLAN_EID_HT_CAPABILITY (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
D | tdls.c | 496 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data() 536 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data() 776 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_construct_tdls_action_frame() 967 case WLAN_EID_HT_CAPABILITY: in mwifiex_process_tdls_action_frame()
|
D | uap_event.c | 54 case WLAN_EID_HT_CAPABILITY: in mwifiex_check_uap_capabilities()
|
D | uap_cmd.c | 167 ht_ie = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, params->beacon.tail, in mwifiex_set_ht_params() 636 htcap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_uap_bss_param_prepare()
|
D | ie.c | 365 case WLAN_EID_HT_CAPABILITY: in mwifiex_uap_parse_tail_ies()
|
D | util.c | 644 ht_cap_ie = (void *)cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, in mwifiex_set_sta_ht_cap()
|
D | 11n.c | 334 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_append_11n_tlv()
|
D | sta_event.c | 74 case WLAN_EID_HT_CAPABILITY: in mwifiex_check_ibss_peer_capabilities()
|
D | scan.c | 1044 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_config_scan() 1410 case WLAN_EID_HT_CAPABILITY: in mwifiex_update_bss_desc_with_ie()
|
D | join.c | 1045 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_802_11_ad_hoc_start()
|
D | sta_cmd.c | 1799 cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_tdls_oper()
|
/Linux-v5.4/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 870 case WLAN_EID_HT_CAPABILITY: in rtw_ieee802_11_parse_elems()
|
/Linux-v5.4/net/mac80211/ |
D | util.c | 930 case WLAN_EID_HT_CAPABILITY: in _ieee802_11_parse_elems_crc() 1047 case WLAN_EID_HT_CAPABILITY: in _ieee802_11_parse_elems_crc() 2665 *pos++ = WLAN_EID_HT_CAPABILITY; in ieee80211_ie_build_ht_cap()
|
D | mlme.c | 848 WLAN_EID_HT_CAPABILITY, in ieee80211_send_assoc() 3697 (1ULL << WLAN_EID_HT_CAPABILITY) | 4646 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_ht_vht_rx_chains() 4771 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_prep_channel()
|
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.c | 296 tlv->type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in qtnf_cmd_send_start_ap() 1427 case WLAN_EID_HT_CAPABILITY: in qtnf_cmd_resp_fill_band_info()
|
/Linux-v5.4/include/linux/ |
D | ieee80211.h | 2370 WLAN_EID_HT_CAPABILITY = 45, enumerator
|
/Linux-v5.4/drivers/staging/wilc1000/ |
D | wilc_hif.c | 492 ht_ie = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies->data, ies->len); in wilc_parse_join_bss_param()
|
/Linux-v5.4/net/wireless/ |
D | nl80211.c | 4544 cap = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, ies_len); in nl80211_calculate_ap_params()
|