Searched refs:le_tmp (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 443 __le16 le_tmp; in rtw_get_wpa_ie() local 457 memcpy((u8 *)&le_tmp, (pbuf + 6), sizeof(val16)); in rtw_get_wpa_ie() 459 val16 = le16_to_cpu(le_tmp); in rtw_get_wpa_ie() 1226 __le16 le_tmp; in rtw_get_bcn_info() local 1233 memcpy(&le_tmp, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); in rtw_get_bcn_info() 1234 cap = le16_to_cpu(le_tmp); in rtw_get_bcn_info()
|
D | rtw_mlme_ext.c | 2673 __le16 le_tmp; in issue_assocreq() local 2719 le_tmp = cpu_to_le16(3); in issue_assocreq() 2720 memcpy(pframe , (unsigned char *)&le_tmp, 2); in issue_assocreq() 3119 __le16 le_tmp; in _issue_deauth() local 3149 le_tmp = cpu_to_le16(reason); in _issue_deauth() 3150 pframe = rtw_set_fixed_ie(pframe, _RSON_CODE_ , (unsigned char *)&le_tmp, &(pattrib->pktlen)); in _issue_deauth() 3277 __le16 le_tmp; in issue_action_BA() local 3335 le_tmp = cpu_to_le16(BA_para_set); in issue_action_BA() 3336 pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(le_tmp)), &(pattrib->pktlen)); in issue_action_BA() 3339 le_tmp = cpu_to_le16(BA_timeout_value); in issue_action_BA() [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 111 __le16 le_tmp; in translate_scan() local 176 memcpy(&le_tmp, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); in translate_scan() 178 cap = le16_to_cpu(le_tmp); in translate_scan()
|