| /linux/net/mac80211/tests/ |
| H A D | chan-mode.c | 167 WLAN_EID_HT_CAPABILITY, 0x1a, in KUNIT_ARRAY_PARAM_DESC()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A 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() 780 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_construct_tdls_action_frame() 979 case WLAN_EID_HT_CAPABILITY: in mwifiex_process_tdls_action_frame()
|
| H A D | uap_event.c | 42 case WLAN_EID_HT_CAPABILITY: in mwifiex_check_uap_capabilities()
|
| H A D | uap_cmd.c | 151 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 D | ie.c | 352 case WLAN_EID_HT_CAPABILITY: in mwifiex_uap_parse_tail_ies()
|
| H A D | 11n.c | 322 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_append_11n_tlv()
|
| H A D | util.c | 722 ht_cap_ie = (void *)cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, in mwifiex_set_sta_ht_cap()
|
| H A D | sta_event.c | 62 case WLAN_EID_HT_CAPABILITY: in mwifiex_check_ibss_peer_capabilities()
|
| H A D | scan.c | 1015 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()
|
| H A D | join.c | 1076 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_802_11_ad_hoc_start()
|
| H A D | sta_cmd.c | 1891 cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_tdls_oper()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_ap.c | 1002 WLAN_EID_HT_CAPABILITY, in rtw_check_beacon_data() 1516 case WLAN_EID_HT_CAPABILITY: in update_beacon() 1763 update_beacon(padapter, WLAN_EID_HT_CAPABILITY, NULL, false); in bss_cap_update_on_sta_join() 1825 update_beacon(padapter, WLAN_EID_HT_CAPABILITY, NULL, false); in bss_cap_update_on_sta_leave()
|
| H A D | rtw_ieee80211.c | 945 case WLAN_EID_HT_CAPABILITY: in rtw_ieee802_11_parse_elems() 1074 …p = rtw_get_ie(pnetwork->network.ies + _FIXED_IE_LENGTH_, WLAN_EID_HT_CAPABILITY, &len, pnetwork->… in rtw_get_bcn_info()
|
| H A D | rtw_mlme_ext.c | 1409 case WLAN_EID_HT_CAPABILITY: /* HT caps */ in OnAssocRsp() 2757 …pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, WLAN_EID_HT_CAPABILITY, &ie_len, (pnetwork->ie_length -… in issue_asocrsp() 2951 case WLAN_EID_HT_CAPABILITY: in issue_assocreq() 2955 …pframe = rtw_set_ie(pframe, WLAN_EID_HT_CAPABILITY, pIE->length, (u8 *)(&(pmlmeinfo->HT_caps)), &(… in issue_assocreq() 3648 …p = rtw_get_ie(pbss_network->ies + _FIXED_IE_LENGTH_, WLAN_EID_HT_CAPABILITY, &len, pbss_network->… in issue_action_BSSCoexistPacket() 4022 …p = rtw_get_ie(bssid->ies + ie_offset, WLAN_EID_HT_CAPABILITY, &len, bssid->ie_length - ie_offset); in collect_bss_info() 5328 case WLAN_EID_HT_CAPABILITY: /* Get HT Cap IE. */ in join_cmd_hdl()
|
| H A D | rtw_mlme.c | 2399 rtw_set_ie(out_ie + out_len, WLAN_EID_HT_CAPABILITY, in rtw_restructure_ht_ie() 2440 …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()
|
| H A D | rtw_wlan_util.c | 1156 …p = rtw_get_ie(bssid->ies + _FIXED_IE_LENGTH_, WLAN_EID_HT_CAPABILITY, &len, bssid->ie_length - _F… in rtw_check_bcn_info()
|
| H A D | rtw_cmd.c | 753 …ptmp = rtw_get_ie(&pnetwork->network.ies[12], WLAN_EID_HT_CAPABILITY, &tmp_len, pnetwork->network.… in rtw_joinbss_cmd()
|
| /linux/net/mac80211/ |
| H A D | parse.c | 351 case WLAN_EID_HT_CAPABILITY: in _ieee802_11_parse_elems_full() 479 case WLAN_EID_HT_CAPABILITY: in _ieee802_11_parse_elems_full()
|
| H A D | mlme.c | 1660 WLAN_EID_HT_CAPABILITY, in ieee80211_add_before_ht_elems() 1902 ADD_PRESENT_ELEM(WLAN_EID_HT_CAPABILITY); in ieee80211_add_link_elems() 5819 ht_cap_elem = ieee80211_bss_get_elem(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_max_rx_chains() 6884 (1ULL << WLAN_EID_HT_CAPABILITY) |
|
| H A D | util.c | 2427 *pos++ = WLAN_EID_HT_CAPABILITY; in ieee80211_ie_build_ht_cap()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | commands.c | 328 tlv->type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in qtnf_cmd_send_start_ap() 1476 case WLAN_EID_HT_CAPABILITY: in qtnf_cmd_resp_fill_band_info()
|
| /linux/include/linux/ |
| H A D | ieee80211.h | 1604 WLAN_EID_HT_CAPABILITY = 45, enumerator
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | hif.c | 451 ht_ie = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies_data, ies_len); in wilc_parse_join_bss_param()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 6457 cap = cfg80211_find_elem(WLAN_EID_HT_CAPABILITY, ies, ies_len); in nl80211_calculate_ap_params()
|