Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c4935 __le16 le_val16; in issue_auth() local
4979 le_val16 = cpu_to_le16(val16); in issue_auth()
4982 le_val16 = 0; in issue_auth()
4985 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_val16, &pattrib->pktlen); in issue_auth()
4989 le_val16 = cpu_to_le16(val16); in issue_auth()
4990 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_val16, &pattrib->pktlen); in issue_auth()
4994 le_val16 = cpu_to_le16(val16); in issue_auth()
4995 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_val16, &pattrib->pktlen); in issue_auth()