Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/hal/
Dsdio_ops.c144 __le16 le_tmp; in sdio_read16() local
147 sd_cmd52_read(intfhdl, ftaddr, 2, (u8 *)&le_tmp); in sdio_read16()
149 return le16_to_cpu(le_tmp); in sdio_read16()
162 __le32 le_tmp; in sdio_read32() local
173 err = sd_cmd52_read(intfhdl, ftaddr, 4, (u8 *)&le_tmp); in sdio_read32()
174 return le32_to_cpu(le_tmp); in sdio_read32()
190 memcpy(&le_tmp, tmpbuf + shift, 4); in sdio_read32()
191 val = le32_to_cpu(le_tmp); in sdio_read32()
257 __le16 le_tmp; in sdio_write16() local
260 le_tmp = cpu_to_le16(val); in sdio_write16()
[all …]
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c2621 __le16 le_tmp; in issue_auth() local
2661 le_tmp = cpu_to_le16(val16); in issue_auth()
2663 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth()
2667 le_tmp = cpu_to_le16(val16); in issue_auth()
2668 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth()
2672 le_tmp = cpu_to_le16(val16); in issue_auth()
2673 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth()
2689 le_tmp = cpu_to_le16(val16); in issue_auth()
2702 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth()
2705 le_tmp = cpu_to_le16(pmlmeinfo->auth_seq); in issue_auth()
[all …]
Drtw_ieee80211.c366 __le16 le_tmp; in rtw_get_wpa_ie() local
378 memcpy((u8 *)&le_tmp, (pbuf + 6), sizeof(val16)); in rtw_get_wpa_ie()
380 val16 = le16_to_cpu(le_tmp); in rtw_get_wpa_ie()
Drtw_security.c1382 __le16 le_tmp; in rtw_BIP_verify() local
1411 memcpy(&le_tmp, p+2, 2); in rtw_BIP_verify()
1412 keyid = le16_to_cpu(le_tmp); in rtw_BIP_verify()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_ieee80211.c420 __le16 le_tmp; in rtw_get_wpa_ie() local
434 memcpy((u8 *)&le_tmp, (pbuf + 6), sizeof(val16)); in rtw_get_wpa_ie()
436 val16 = le16_to_cpu(le_tmp); in rtw_get_wpa_ie()
1378 __le16 le_tmp; in rtw_get_bcn_info() local
1385 memcpy(&le_tmp, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); in rtw_get_bcn_info()
1386 cap = le16_to_cpu(le_tmp); in rtw_get_bcn_info()
Drtw_p2p.c400 __le16 le_tmp; in build_beacon_p2p_ie() local
427 le_tmp = cpu_to_le16(capability); in build_beacon_p2p_ie()
428 p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_CAPABILITY, 2, (u8 *)&le_tmp); in build_beacon_p2p_ie()
822 __le16 le_tmp; in process_assoc_req_p2p_ie() local
847 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CAPABILITY, (u8 *)&le_tmp, (uint *)&attr_… in process_assoc_req_p2p_ie()
849 cap_attr = le16_to_cpu(le_tmp); in process_assoc_req_p2p_ie()
Drtw_mlme_ext.c5201 __le16 le_tmp; in issue_assocreq() local
5251 le_tmp = cpu_to_le16(3); in issue_assocreq()
5252 memcpy(pframe, (unsigned char *)&le_tmp, 2); in issue_assocreq()
5772 __le16 le_tmp; in _issue_deauth() local
5812 le_tmp = cpu_to_le16(reason); in _issue_deauth()
5813 pframe = rtw_set_fixed_ie(pframe, _RSON_CODE_, (unsigned char *)&le_tmp, &pattrib->pktlen); in _issue_deauth()
5938 __le16 le_tmp; in issue_action_BA() local
5995 le_tmp = cpu_to_le16(BA_para_set); in issue_action_BA()
5996 pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)&le_tmp, &pattrib->pktlen); in issue_action_BA()
5999 le_tmp = cpu_to_le16(BA_timeout_value); in issue_action_BA()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c131 __le16 le_tmp; in translate_scan() local
221 memcpy(&le_tmp, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); in translate_scan()
223 cap = le16_to_cpu(le_tmp); in translate_scan()