Home
last modified time | relevance | path

Searched refs:MCS_rate_1R (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/include/
Dosdep_service.h150 extern unsigned char MCS_rate_1R[16];
Drtw_mlme.h448 extern unsigned char MCS_rate_1R[16];
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme.c19 extern unsigned char MCS_rate_1R[16];
2089 pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate[i] &= MCS_rate_1R[i]; in rtw_update_ht_cap()
Drtw_wlan_util.c768 pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate[i] &= MCS_rate_1R[i]; in HT_caps_handler()
Drtw_mlme_ext.c72 unsigned char MCS_rate_1R[16] = {0xff, 0x00, 0x0, 0x0, 0x01, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0… variable
5335 memcpy(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_rate_1R, 16); in issue_assocreq()