Searched refs:WLAN_EID_HT_CAPABILITY (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
D | tdls.c | 497 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data() 537 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data() 777 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_construct_tdls_action_frame() 976 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 | 640 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 | 1047 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_802_11_ad_hoc_start()
|
D | sta_cmd.c | 1792 cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_tdls_oper()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 869 case WLAN_EID_HT_CAPABILITY: in rtw_ieee802_11_parse_elems()
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | util.c | 1042 case WLAN_EID_HT_CAPABILITY: in _ieee802_11_parse_elems_crc() 1165 case WLAN_EID_HT_CAPABILITY: in _ieee802_11_parse_elems_crc() 2819 *pos++ = WLAN_EID_HT_CAPABILITY; in ieee80211_ie_build_ht_cap()
|
D | mlme.c | 921 WLAN_EID_HT_CAPABILITY, in ieee80211_send_assoc() 3835 (1ULL << WLAN_EID_HT_CAPABILITY) | 4856 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_ht_vht_rx_chains() 4999 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_prep_channel()
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.c | 326 tlv->type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in qtnf_cmd_send_start_ap() 1491 case WLAN_EID_HT_CAPABILITY: in qtnf_cmd_resp_fill_band_info()
|
/kernel/linux/linux-5.10/include/linux/ |
D | ieee80211.h | 2728 WLAN_EID_HT_CAPABILITY = 45, enumerator
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
D | hif.c | 419 ht_ie = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies->data, ies->len); in wilc_parse_join_bss_param()
|
/kernel/linux/linux-5.10/net/wireless/ |
D | nl80211.c | 5042 cap = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, ies_len); in nl80211_calculate_ap_params()
|