Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/mwifiex/
Duap_event.c54 case WLAN_EID_HT_CAPABILITY: in mwifiex_check_uap_capabilties()
Dtdls.c467 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data()
505 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data()
736 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_construct_tdls_action_frame()
924 case WLAN_EID_HT_CAPABILITY: in mwifiex_process_tdls_action_frame()
Duap_cmd.c167 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()
Die.c352 case WLAN_EID_HT_CAPABILITY: in mwifiex_uap_parse_tail_ies()
Dutil.c637 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()
Dscan.c1010 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_config_scan()
1357 case WLAN_EID_HT_CAPABILITY: in mwifiex_update_bss_desc_with_ie()
Djoin.c1025 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_802_11_ad_hoc_start()
Dsta_cmd.c1730 cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_tdls_oper()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_ap.c972 p = rtw_get_ie23a(ie, WLAN_EID_HT_CAPABILITY, &ie_len, in rtw_check_beacon_data23a()
1507 update_beacon23a(padapter, WLAN_EID_HT_CAPABILITY, NULL, false); in bss_cap_update_on_sta_join23a()
1572 update_beacon23a(padapter, WLAN_EID_HT_CAPABILITY, NULL, false); in bss_cap_update_on_sta_leave23a()
Drtw_mlme_ext.c1300 case WLAN_EID_HT_CAPABILITY: in rtw_validate_frame_ies()
1625 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, pos, left); in OnAssocReq23a()
1813 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, in OnAssocRsp23a()
3030 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ie, in issue_assocrsp()
3220 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, pie, pie_len); in issue_assocreq()
3282 pframe = rtw_set_ie23a(pframe, WLAN_EID_HT_CAPABILITY, in issue_assocreq()
4275 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, bssid->IEs, in collect_bss_info()
5589 case WLAN_EID_HT_CAPABILITY: /* Get HT Cap IE. */ in join_cmd_hdl23a()
Drtw_mlme.c2116 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, in_ie, in_len); in rtw_restructure_ht_ie23a()
2156 pframe = rtw_set_ie23a(out_ie + out_len, WLAN_EID_HT_CAPABILITY, in rtw_restructure_ht_ie23a()
2205 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, pie, ie_len); in rtw_update_ht_cap23a()
/linux-4.4.14/net/mac80211/
Dutil.c805 case WLAN_EID_HT_CAPABILITY: in ieee802_11_parse_elems_crc()
923 case WLAN_EID_HT_CAPABILITY: in ieee802_11_parse_elems_crc()
1425 WLAN_EID_HT_CAPABILITY, in ieee80211_build_preq_ies_band()
2248 *pos++ = WLAN_EID_HT_CAPABILITY; in ieee80211_ie_build_ht_cap()
Dmlme.c816 WLAN_EID_HT_CAPABILITY, in ieee80211_send_assoc()
860 WLAN_EID_HT_CAPABILITY, in ieee80211_send_assoc()
3282 (1ULL << WLAN_EID_HT_CAPABILITY) |
4163 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_ht_vht_rx_chains()
4225 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_prep_channel()
/linux-4.4.14/include/linux/
Dieee80211.h1771 WLAN_EID_HT_CAPABILITY = 45, enumerator
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c1047 case WLAN_EID_HT_CAPABILITY: in rtw_ieee802_11_parse_elems()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c1013 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, in rtw_get_cur_max_rate()