Searched refs:WLAN_EID_HT_CAPABILITY (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | uap_event.c | 54 case WLAN_EID_HT_CAPABILITY: in mwifiex_check_uap_capabilties()
|
D | tdls.c | 467 *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()
|
D | uap_cmd.c | 167 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()
|
D | ie.c | 352 case WLAN_EID_HT_CAPABILITY: in mwifiex_uap_parse_tail_ies()
|
D | util.c | 637 ht_cap_ie = (void *)cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, in mwifiex_set_sta_ht_cap()
|
D | 11n.c | 336 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_append_11n_tlv()
|
D | scan.c | 1010 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()
|
D | join.c | 1025 ht_cap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_802_11_ad_hoc_start()
|
D | sta_cmd.c | 1730 cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_cmd_tdls_oper()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_ap.c | 972 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()
|
D | rtw_mlme_ext.c | 1300 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()
|
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.4.14/net/mac80211/ |
D | util.c | 805 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()
|
D | mlme.c | 816 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/ |
D | ieee80211.h | 1771 WLAN_EID_HT_CAPABILITY = 45, enumerator
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 1047 case WLAN_EID_HT_CAPABILITY: in rtw_ieee802_11_parse_elems()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1013 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, in rtw_get_cur_max_rate()
|