Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c445 __le16 le_tmp; in rtw_get_wpa_ie() local
459 memcpy((u8 *)&le_tmp, (pbuf + 6), sizeof(val16)); in rtw_get_wpa_ie()
461 val16 = le16_to_cpu(le_tmp); in rtw_get_wpa_ie()
1228 __le16 le_tmp; in rtw_get_bcn_info() local
1235 memcpy(&le_tmp, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); in rtw_get_bcn_info()
1236 cap = le16_to_cpu(le_tmp); in rtw_get_bcn_info()
Drtw_mlme_ext.c1034 __le16 le_tmp; in issue_assocreq() local
1080 le_tmp = cpu_to_le16(3); in issue_assocreq()
1081 memcpy(pframe , (unsigned char *)&le_tmp, 2); in issue_assocreq()
1479 __le16 le_tmp; in _issue_deauth() local
1509 le_tmp = cpu_to_le16(reason); in _issue_deauth()
1510 pframe = rtw_set_fixed_ie(pframe, _RSON_CODE_, &le_tmp, in _issue_deauth()
1640 __le16 le_tmp; in issue_action_BA() local
1698 le_tmp = cpu_to_le16(BA_para_set); in issue_action_BA()
1699 pframe = rtw_set_fixed_ie(pframe, 2, &(le_tmp), in issue_action_BA()
1703 le_tmp = cpu_to_le16(BA_timeout_value); in issue_action_BA()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c113 __le16 le_tmp; in translate_scan() local
178 memcpy(&le_tmp, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); in translate_scan()
180 cap = le16_to_cpu(le_tmp); in translate_scan()