Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c2569 __le16 le_tmp; in issue_auth() local
2609 le_tmp = cpu_to_le16(val16); in issue_auth()
2611 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth()
2615 le_tmp = cpu_to_le16(val16); in issue_auth()
2616 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth()
2620 le_tmp = cpu_to_le16(val16); in issue_auth()
2621 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth()
2636 le_tmp = cpu_to_le16(val16); in issue_auth()
2649 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth()
2652 le_tmp = cpu_to_le16(pmlmeinfo->auth_seq); in issue_auth()
[all …]
H A Drtw_ieee80211.c368 __le16 le_tmp; in rtw_get_wpa_ie() local
379 memcpy((u8 *)&le_tmp, (pbuf + 6), sizeof(val16)); in rtw_get_wpa_ie()
381 val16 = le16_to_cpu(le_tmp); in rtw_get_wpa_ie()