Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/core/
A Drtw_p2p.c812 __be16 be_tmp; in process_assoc_req_p2p_ie() local
861 memcpy(&be_tmp, pattr_content, 2);/* Config Methods */ in process_assoc_req_p2p_ie()
862 psta->config_methods = be16_to_cpu(be_tmp); in process_assoc_req_p2p_ie()
982 __be16 be_tmp; in process_p2p_provdisc_req() local
988 …if (rtw_get_wps_attr_content(wpsie, wps_ielen, WPS_ATTR_CONF_METHOD, (u8 *)&be_tmp, &attr_contentl… in process_p2p_provdisc_req()
989 uconfig_method = be16_to_cpu(be_tmp); in process_p2p_provdisc_req()
1067 __be16 be_tmp; in process_p2p_group_negotation_req() local
1075 …rtw_get_wps_attr_content(wpsie, wps_ielen, WPS_ATTR_DEVICE_PWID, (u8 *)&be_tmp, &wps_devicepasswor… in process_p2p_group_negotation_req()
1076 wps_devicepassword_id = be16_to_cpu(be_tmp); in process_p2p_group_negotation_req()
A Drtw_recv.c401 __be16 be_tmp; in portctrl() local
424 memcpy(&be_tmp, ptr, 2); in portctrl()
425 ether_type = ntohs(be_tmp); in portctrl()
1182 __be16 be_tmp; in wlanhdr_to_ethhdr() local
1214 memcpy(&be_tmp, ptr + rmv_len, 2); in wlanhdr_to_ethhdr()
1215 eth_type = ntohs(be_tmp); /* pattrib->ether_type */ in wlanhdr_to_ethhdr()
1236 be_tmp = htons(len); in wlanhdr_to_ethhdr()
1237 memcpy(ptr + 12, &be_tmp, 2); in wlanhdr_to_ethhdr()
A Drtw_mlme_ext.c2093 __be16 be_tmp; in issue_p2p_GO_response() local
2145 …rtw_get_wps_attr_content(wpsie, wpsielen, WPS_ATTR_DEVICE_PWID, (u8 *)&be_tmp, &wps_devicepassword… in issue_p2p_GO_response()
2146 wps_devicepassword_id = be16_to_cpu(be_tmp); in issue_p2p_GO_response()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_recv.c479 __be16 be_tmp; in portctrl() local
488 memcpy(&be_tmp, ptr, 2); in portctrl()
489 ether_type = ntohs(be_tmp); in portctrl()
1510 __be16 be_tmp; in wlanhdr_to_ethhdr() local
1537 memcpy(&be_tmp, ptr+rmv_len, 2); in wlanhdr_to_ethhdr()
1538 eth_type = ntohs(be_tmp); /* pattrib->ether_type */ in wlanhdr_to_ethhdr()
1558 be_tmp = htons(len); in wlanhdr_to_ethhdr()
1559 memcpy(ptr+12, &be_tmp, 2); in wlanhdr_to_ethhdr()
/linux/drivers/staging/rtl8712/
A Drtl871x_recv.c641 __be16 be_tmp = htons(len); in r8712_wlanhdr_to_ethhdr() local
643 memcpy(ptr + 12, &be_tmp, 2); in r8712_wlanhdr_to_ethhdr()
/linux/drivers/staging/r8188eu/os_dep/
A Dioctl_linux.c2705 __be16 be_tmp; in rtw_p2p_get_wps_configmethod() local
2710 … rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&be_tmp, &attr_contentlen); in rtw_p2p_get_wps_configmethod()
2712 attr_content = be16_to_cpu(be_tmp); in rtw_p2p_get_wps_configmethod()
2865 __be16 be_tmp; in rtw_p2p_get_device_type() local
2867 memcpy(&be_tmp, dev_type, 2); in rtw_p2p_get_device_type()
2868 type = be16_to_cpu(be_tmp); in rtw_p2p_get_device_type()

Completed in 31 milliseconds