Home
last modified time | relevance | path

Searched refs:bssrate (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c676 unsigned char bssrate[NumRates]; in ConstructProbeReq() local
700 get_rate_set(padapter, bssrate, &bssrate_len); in ConstructProbeReq()
703 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &pktlen); in ConstructProbeReq()
704 pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (bssrate_len - 8), (bssrate + 8), &pktlen); in ConstructProbeReq()
706 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &pktlen); in ConstructProbeReq()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c608 unsigned char bssrate[NumRates]; in issue_probereq() local
659 get_rate_set(padapter, bssrate, &bssrate_len); in issue_probereq()
662 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &pattrib->pktlen); in issue_probereq()
663 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, bssrate_len - 8, bssrate + 8, &pattrib->pktle… in issue_probereq()
665 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &pattrib->pktlen); in issue_probereq()
1013 unsigned char bssrate[NumRates], sta_bssrate[NumRates]; in issue_assocreq() local
1095 bssrate[index++] = pmlmeinfo->network.SupportedRates[i]; in issue_assocreq()
1109 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &pattrib->pktlen); in issue_assocreq()
1110 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, bssrate_len - 8, bssrate + 8, &pattrib->pktle… in issue_assocreq()
1112 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &pattrib->pktlen); in issue_assocreq()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c2825 unsigned char bssrate[NumRates]; in _issue_probereq() local
2877 get_rate_set(padapter, bssrate, &bssrate_len); in _issue_probereq()
2880 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &(pattrib->pktlen)); in _issue_probereq()
2881 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (bssrate_len - 8), (bssrate + 8), &(pattrib->… in _issue_probereq()
2883 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &(pattrib->pktlen)); in _issue_probereq()
3235 unsigned char bssrate[NumRates], sta_bssrate[NumRates]; in issue_assocreq() local
3329 bssrate[index++] = pmlmeinfo->network.SupportedRates[i]; in issue_assocreq()
3344 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &(pattrib->pktlen)); in issue_assocreq()
3345 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (bssrate_len - 8), (bssrate + 8), &(pattrib->… in issue_assocreq()
3347 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &(pattrib->pktlen)); in issue_assocreq()