/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 738 WLAN_EID_HT_OPERATION, in start_bss_network() 1094 WLAN_EID_HT_OPERATION, in rtw_check_beacon_data() 1581 case WLAN_EID_HT_OPERATION: in update_beacon() 1817 update_beacon(padapter, WLAN_EID_HT_OPERATION, NULL, true); in bss_cap_update_on_sta_join() 1879 update_beacon(padapter, WLAN_EID_HT_OPERATION, NULL, true); in bss_cap_update_on_sta_leave()
|
H A D | rtw_ieee80211.c | 938 case WLAN_EID_HT_OPERATION: in rtw_ieee802_11_parse_elems() 1072 …p = rtw_get_ie(pnetwork->network.ies + _FIXED_IE_LENGTH_, WLAN_EID_HT_OPERATION, &len, pnetwork->n… in rtw_get_bcn_info()
|
H A D | rtw_mlme.c | 2316 p = rtw_get_ie(in_ie, WLAN_EID_HT_OPERATION, &ielen, in_len); in rtw_restructure_ht_ie() 2400 p = rtw_get_ie(in_ie, WLAN_EID_HT_OPERATION, &ielen, in_len); in rtw_restructure_ht_ie() 2403 rtw_set_ie(out_ie+out_len, WLAN_EID_HT_OPERATION, ielen, p+2, pout_len); in rtw_restructure_ht_ie() 2452 …p = rtw_get_ie(pie+sizeof(struct ndis_802_11_fix_ie), WLAN_EID_HT_OPERATION, &len, ie_len-sizeof(s… in rtw_update_ht_cap()
|
H A D | rtw_wlan_util.c | 1209 …p = rtw_get_ie(bssid->ies + _FIXED_IE_LENGTH_, WLAN_EID_HT_OPERATION, &len, bssid->ie_length - _FI… in rtw_check_bcn_info() 1232 rtw_get_ie(bssid->ies + _FIXED_IE_LENGTH_, WLAN_EID_HT_OPERATION, in rtw_check_bcn_info() 1346 case WLAN_EID_HT_OPERATION: /* HT info */ in update_beacon_info()
|
H A D | rtw_mlme_ext.c | 1429 case WLAN_EID_HT_OPERATION: /* HT info */ in OnAssocRsp() 2794 …pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, WLAN_EID_HT_OPERATION, &ie_len, (pnetwork->ie_length - … in issue_asocrsp() 4018 p = rtw_get_ie(bssid->ies + ie_offset, WLAN_EID_HT_OPERATION, &len, bssid->ie_length - ie_offset); in collect_bss_info() 5371 case WLAN_EID_HT_OPERATION: /* Get HT Info IE. */ in join_cmd_hdl()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | ie.c | 354 case WLAN_EID_HT_OPERATION: in mwifiex_uap_parse_tail_ies()
|
H A D | join.c | 732 ie_ptr = cfg80211_find_ie(WLAN_EID_HT_OPERATION, assoc_rsp->ie_buffer, in mwifiex_ret_802_11_associate() 1058 ht_info->header.type = cpu_to_le16(WLAN_EID_HT_OPERATION); in mwifiex_cmd_802_11_ad_hoc_start()
|
H A D | tdls.c | 210 *pos++ = WLAN_EID_HT_OPERATION; in mwifiex_tdls_add_ht_oper() 987 case WLAN_EID_HT_OPERATION: in mwifiex_process_tdls_action_frame()
|
H A D | 11n.c | 373 cpu_to_le16(WLAN_EID_HT_OPERATION); in mwifiex_cmd_append_11n_tlv()
|
H A D | scan.c | 1400 case WLAN_EID_HT_OPERATION: in mwifiex_update_bss_desc_with_ie()
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | sta.c | 73 .ie_id = WLAN_EID_HT_OPERATION, in wfx_filter_beacon()
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 3235 BEACON_FILTER(WLAN_EID_HT_OPERATION, 0, 0, 0, 3237 BEACON_FILTER(WLAN_EID_HT_OPERATION, 0, 2, 0, 3239 BEACON_FILTER(WLAN_EID_HT_OPERATION, 0, 5, 0,
|
/openbmc/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 215 .ie = WLAN_EID_HT_OPERATION,
|
/openbmc/linux/net/mac80211/ |
H A D | util.c | 1062 case WLAN_EID_HT_OPERATION: in _ieee802_11_parse_elems_full() 1186 case WLAN_EID_HT_OPERATION: in _ieee802_11_parse_elems_full() 3360 *pos++ = WLAN_EID_HT_OPERATION; in ieee80211_ie_build_ht_oper()
|
H A D | mlme.c | 5586 (1ULL << WLAN_EID_HT_OPERATION) | 7315 ht_elem = ieee80211_bss_get_elem(cbss, WLAN_EID_HT_OPERATION); in ieee80211_setup_assoc_link()
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 356 .ie = WLAN_EID_HT_OPERATION,
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_mlme.c | 1695 WLAN_EID_HT_OPERATION, &len, in update_ht_cap()
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 455 .entry[1].ie_id = WLAN_EID_HT_OPERATION, in cw1200_update_filtering()
|
/openbmc/linux/include/linux/ |
H A D | ieee80211.h | 3414 WLAN_EID_HT_OPERATION = 61, enumerator
|
/openbmc/linux/net/wireless/ |
H A D | scan.c | 2001 tmp = cfg80211_find_elem(WLAN_EID_HT_OPERATION, ie, ielen); in cfg80211_get_ies_channel_number()
|