Home
last modified time | relevance | path

Searched refs:_SUPPORTEDRATES_IE_ (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_ieee80211.c252 ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, 8, pdev_network->SupportedRates, &sz); in rtw_generate_ie()
255 ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, rateLen, pdev_network->SupportedRates, &sz); in rtw_generate_ie()
Drtw_mlme_ext.c952 …p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SUPPORTEDRATES_IE_, &ie_len, pkt_len - WLAN_… in OnAssocReq()
3014 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, pwdinfo->support_rate, &pattrib->pktlen); in issue_probersp_p2p()
3252 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, pwdinfo->support_rate, &pattrib->pktlen); in _issue_probereq_p2p()
4207 …pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8) ? 8 : rate_len), cur_network->Sup… in issue_beacon()
4356 …pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8) ? 8 : rate_len), cur_network->Sup… in issue_probersp()
4452 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &pattrib->pktlen); in _issue_probereq()
4455 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &pattrib->pktlen); in _issue_probereq()
4697 …pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, pstat->bssratelen, pstat->bssrateset, &pattrib->p… in issue_asocrsp()
4699 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, pstat->bssrateset, &pattrib->pktlen); in issue_asocrsp()
4863 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &pattrib->pktlen); in issue_assocreq()
[all …]
Drtw_ap.c82 p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, _SUPPORTEDRATES_IE_, in update_BCNTIM()
Drtw_wlan_util.c1469 pIE = (struct ndis_802_11_var_ie *)rtw_get_ie(pvar_ie, _SUPPORTEDRATES_IE_, &ie_len, var_ie_len); in update_sta_support_rate()
Drtw_p2p.c736 …p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SUPPORTEDRATES_IE_, (int *)&rate_… in process_probe_req_p2p_ie()
/linux-5.19.10/drivers/staging/r8188eu/include/
Dwifi.h343 #define _SUPPORTEDRATES_IE_ 1 macro
/linux-5.19.10/drivers/staging/r8188eu/hal/
Drtl8188e_cmd.c259 …pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8) ? 8 : rate_len), cur_network->Sup… in ConstructBeacon()