Home
last modified time | relevance | path

Searched refs:WLAN_EID_HT_OPERATION (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c738 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 Drtw_ieee80211.c938 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 Drtw_mlme.c2316 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 Drtw_wlan_util.c1209 …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 Drtw_mlme_ext.c1429 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 Die.c354 case WLAN_EID_HT_OPERATION: in mwifiex_uap_parse_tail_ies()
H A Djoin.c732 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 Dtdls.c210 *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 D11n.c373 cpu_to_le16(WLAN_EID_HT_OPERATION); in mwifiex_cmd_append_11n_tlv()
H A Dscan.c1400 case WLAN_EID_HT_OPERATION: in mwifiex_update_bss_desc_with_ie()
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c73 .ie_id = WLAN_EID_HT_OPERATION, in wfx_filter_beacon()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c3235 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 Dmain.c215 .ie = WLAN_EID_HT_OPERATION,
/openbmc/linux/net/mac80211/
H A Dutil.c1062 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 Dmlme.c5586 (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 Dmain.c356 .ie = WLAN_EID_HT_OPERATION,
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mlme.c1695 WLAN_EID_HT_OPERATION, &len, in update_ht_cap()
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dsta.c455 .entry[1].ie_id = WLAN_EID_HT_OPERATION, in cw1200_update_filtering()
/openbmc/linux/include/linux/
H A Dieee80211.h3414 WLAN_EID_HT_OPERATION = 61, enumerator
/openbmc/linux/net/wireless/
H A Dscan.c2001 tmp = cfg80211_find_elem(WLAN_EID_HT_OPERATION, ie, ielen); in cfg80211_get_ies_channel_number()