Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_mlme.h217 extern unsigned char MCS_rate_1R[16];
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme.c23 extern unsigned char MCS_rate_1R[16];
1993 ((u8 *)&pmlmeinfo->HT_caps.mcs)[i] &= MCS_rate_1R[i]; in rtw_update_ht_cap()
Drtw_wlan_util.c731 ((u8 *)&pmlmeinfo->HT_caps.mcs)[i] &= MCS_rate_1R[i]; in HT_caps_handler()
Drtw_mlme_ext.c42 unsigned char MCS_rate_1R[16] = {0xff, 0x00, 0x0, 0x0, 0x01, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0… variable
1138 memcpy((u8 *)&pmlmeinfo->HT_caps.mcs, MCS_rate_1R, 16); in issue_assocreq()