Searched refs:WLAN_EID_HT_CAPABILITY (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | tdls.c | 453 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data() 491 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_prep_tdls_encap_data() 722 *pos++ = WLAN_EID_HT_CAPABILITY; in mwifiex_construct_tdls_action_frame() 910 case WLAN_EID_HT_CAPABILITY: in mwifiex_process_tdls_action_frame()
|
D | uap_cmd.c | 167 ht_ie = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, params->beacon.tail, in mwifiex_set_ht_params() 610 htcap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_uap_bss_param_prepare()
|
D | util.c | 544 ht_cap = (void *)cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, ies_len); in mwifiex_set_sta_ht_cap()
|
D | 11n.c | 333 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_append_11n_tlv()
|
D | scan.c | 983 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_config_scan() 1321 case WLAN_EID_HT_CAPABILITY: in mwifiex_update_bss_desc_with_ie()
|
D | join.c | 978 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_802_11_ad_hoc_start()
|
D | sta_cmd.c | 1607 cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_tdls_oper()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_ap.c | 953 p = rtw_get_ie23a(ie, WLAN_EID_HT_CAPABILITY, &ie_len, in rtw_check_beacon_data23a() 1260 case WLAN_EID_HT_CAPABILITY: in update_beacon23a() 1524 update_beacon23a(padapter, WLAN_EID_HT_CAPABILITY, NULL, false); in bss_cap_update_on_sta_join23a() 1589 update_beacon23a(padapter, WLAN_EID_HT_CAPABILITY, NULL, false); in bss_cap_update_on_sta_leave23a()
|
D | rtw_mlme_ext.c | 1301 case WLAN_EID_HT_CAPABILITY: in rtw_validate_frame_ies() 1626 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, pos, left); in OnAssocReq23a() 1820 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, in OnAssocRsp23a() 3038 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ie, in issue_assocrsp() 3228 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, pie, pie_len); in issue_assocreq() 3290 pframe = rtw_set_ie23a(pframe, WLAN_EID_HT_CAPABILITY, in issue_assocreq() 4285 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, bssid->IEs, in collect_bss_info() 5599 case WLAN_EID_HT_CAPABILITY: /* Get HT Cap IE. */ in join_cmd_hdl23a()
|
D | rtw_mlme.c | 2116 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.1.27/net/mac80211/ |
D | util.c | 848 case WLAN_EID_HT_CAPABILITY: in ieee802_11_parse_elems_crc() 966 case WLAN_EID_HT_CAPABILITY: in ieee802_11_parse_elems_crc() 1475 WLAN_EID_HT_CAPABILITY, in ieee80211_build_preq_ies_band() 2255 *pos++ = WLAN_EID_HT_CAPABILITY; in ieee80211_ie_build_ht_cap()
|
D | mlme.c | 793 WLAN_EID_HT_CAPABILITY, in ieee80211_send_assoc() 837 WLAN_EID_HT_CAPABILITY, in ieee80211_send_assoc() 3246 (1ULL << WLAN_EID_HT_CAPABILITY) | 4177 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_ht_vht_rx_chains() 4237 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_prep_channel()
|
/linux-4.1.27/include/linux/ |
D | ieee80211.h | 1771 WLAN_EID_HT_CAPABILITY = 45, enumerator
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1013 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, in rtw_get_cur_max_rate()
|