Searched refs:bssrate (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 676 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.10/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 602 unsigned char bssrate[NumRates]; in issue_probereq() local 653 get_rate_set(padapter, bssrate, &bssrate_len); in issue_probereq() 656 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &pattrib->pktlen); in issue_probereq() 657 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, bssrate_len - 8, bssrate + 8, &pattrib->pktle… in issue_probereq() 659 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &pattrib->pktlen); in issue_probereq() 1007 unsigned char bssrate[NumRates], sta_bssrate[NumRates]; in issue_assocreq() local 1089 bssrate[index++] = pmlmeinfo->network.SupportedRates[i]; in issue_assocreq() 1103 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &pattrib->pktlen); in issue_assocreq() 1104 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, bssrate_len - 8, bssrate + 8, &pattrib->pktle… in issue_assocreq() 1106 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &pattrib->pktlen); in issue_assocreq()
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2827 unsigned char bssrate[NumRates]; in _issue_probereq() local 2879 get_rate_set(padapter, bssrate, &bssrate_len); in _issue_probereq() 2882 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &(pattrib->pktlen)); in _issue_probereq() 2883 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (bssrate_len - 8), (bssrate + 8), &(pattrib->… in _issue_probereq() 2885 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &(pattrib->pktlen)); in _issue_probereq() 3236 unsigned char bssrate[NumRates], sta_bssrate[NumRates]; in issue_assocreq() local 3330 bssrate[index++] = pmlmeinfo->network.SupportedRates[i]; in issue_assocreq() 3345 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &(pattrib->pktlen)); in issue_assocreq() 3346 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (bssrate_len - 8), (bssrate + 8), &(pattrib->… in issue_assocreq() 3348 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &(pattrib->pktlen)); in issue_assocreq()
|