Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2482 __le16 le_tmp16; in issue_auth() local
2501 le_tmp16 = cpu_to_le16(val16); in issue_auth()
2502 …pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp16, &(pattrib->pktlen)); in issue_auth()
2506 le_tmp16 = cpu_to_le16(val16); in issue_auth()
2507 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp16, &(pattrib->pktlen)); in issue_auth()
2511 le_tmp16 = cpu_to_le16(status); in issue_auth()
2512 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp16, &(pattrib->pktlen)); in issue_auth()