Searched refs:hif_receive (Results 1 – 6 of 6) sorted by relevance
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/driver/source/ |
D | m2m_wifi.c | 96 if (hif_receive(u32Addr, (uint8*) &strState,sizeof(tstrM2mWifiStateChanged), 0) == M2M_SUCCESS) in m2m_wifi_cb() 105 if (hif_receive(u32Addr, (uint8*) &strSysTime,sizeof(tstrSystemTime), 0) == M2M_SUCCESS) in m2m_wifi_cb() 114 if(hif_receive(u32Addr, (uint8*)&strConnInfo, sizeof(tstrM2MConnInfo), 1) == M2M_SUCCESS) in m2m_wifi_cb() 123 if (hif_receive(u32Addr, rx_buf, 4, 1) == M2M_SUCCESS) in m2m_wifi_cb() 135 if (hif_receive(u32Addr, (uint8 *)&strIpConfig, sizeof(tstrM2MIPConfig), 0) == M2M_SUCCESS) in m2m_wifi_cb() 145 if(hif_receive(u32Addr, (uint8*)&strWps, sizeof(tstrM2MWPSInfo), 0) == M2M_SUCCESS) in m2m_wifi_cb() 154 if(hif_receive(u32Addr, (uint8 *)&u32ConflictedIP, sizeof(u32ConflictedIP), 0) == M2M_SUCCESS) in m2m_wifi_cb() 167 if(hif_receive(u32Addr, (uint8*)&strState, sizeof(tstrM2mScanDone), 0) == M2M_SUCCESS) in m2m_wifi_cb() 177 if(hif_receive(u32Addr, (uint8*)&strScanResult, sizeof(tstrM2mWifiscanResult), 0) == M2M_SUCCESS) in m2m_wifi_cb() 185 if (hif_receive(u32Addr, rx_buf, 4, 0) == M2M_SUCCESS) in m2m_wifi_cb() [all …]
|
D | m2m_crypto.c | 737 if (hif_receive(u32Addr, (uint8*) &strCtxt,sizeof(tstrM2mSha256Ctxt), 0) == M2M_SUCCESS) in m2m_crypto_cb() 740 …if(hif_receive(u32Addr + sizeof(tstrM2mSha256Ctxt), (uint8*) &strResp,sizeof(tstrCyptoResp), 1) ==… in m2m_crypto_cb() 750 if (hif_receive(u32Addr, (uint8*) &strCtxt,sizeof(tstrM2mSha256Ctxt), 0) == M2M_SUCCESS) in m2m_crypto_cb() 753 …if (hif_receive(u32Addr + sizeof(tstrM2mSha256Ctxt), (uint8*) &strResp,sizeof(tstrCyptoResp), 1) =… in m2m_crypto_cb() 764 …if (hif_receive(u32Addr + sizeof(tstrM2mSha256Ctxt), (uint8*) &strResp,sizeof(tstrCyptoResp), 0) =… in m2m_crypto_cb() 766 …if (hif_receive(u32Addr + sizeof(tstrM2mSha256Ctxt) + sizeof(tstrCyptoResp), (uint8*)gstrCryptoCtx… in m2m_crypto_cb() 777 …if (hif_receive(u32Addr + sizeof(tstrRsaPayload), (uint8*)&strResp,sizeof(tstrCyptoResp), 0) == M2… in m2m_crypto_cb() 779 …if (hif_receive(u32Addr + sizeof(tstrRsaPayload) + sizeof(tstrCyptoResp), (uint8*)gstrCryptoCtxt.p… in m2m_crypto_cb() 789 …if (hif_receive(u32Addr + sizeof(tstrRsaPayload), (uint8*)&strResp,sizeof(tstrCyptoResp), 1) == M2… in m2m_crypto_cb()
|
D | m2m_ota.c | 87 ret = hif_receive(u32Addr,(uint8*)&strOtaUpdateInfo,sizeof(tstrOtaUpdateInfo),0); in m2m_ota_cb() 98 ret = hif_receive(u32Addr, (uint8*) &strOtaUpdateStatusResp,sizeof(tstrOtaUpdateStatusResp), 0); in m2m_ota_cb()
|
D | m2m_hif.h | 151 NMI_API sint8 hif_receive(uint32 u32Addr, uint8 *pu8Buf, uint16 u16Sz, uint8 isDone);
|
D | m2m_hif.c | 606 sint8 hif_receive(uint32 u32Addr, uint8 *pu8Buf, uint16 u16Sz, uint8 isDone) in hif_receive() function
|
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/ |
D | socket.c | 166 … if(hif_receive(u32Address, gastrSockets[sock].pu8UserBuffer, u16Read, u8SetRxDone) == M2M_SUCCESS) in Socket_ReadSocketData() 181 if(hif_receive(0, NULL, 0, 1) == M2M_SUCCESS) in Socket_ReadSocketData() 223 if(hif_receive(u32Address, (uint8*)&strBindReply, sizeof(tstrBindReply), 0) == M2M_SUCCESS) in m2m_ip_cb() 234 if(hif_receive(u32Address, (uint8*)&strListenReply, sizeof(tstrListenReply), 0) == M2M_SUCCESS) in m2m_ip_cb() 245 if(hif_receive(u32Address, (uint8*)&strAcceptReply, sizeof(tstrAcceptReply), 0) == M2M_SUCCESS) in m2m_ip_cb() 274 if(hif_receive(u32Address, (uint8*)&strConnectReply, sizeof(tstrConnectReply), 0) == M2M_SUCCESS) in m2m_ip_cb() 289 if(hif_receive(u32Address, (uint8*)&strDnsReply, sizeof(tstrDnsReply), 0) == M2M_SUCCESS) in m2m_ip_cb() 311 if(hif_receive(u32Address, (uint8*)&strRecvReply, u16ReadSize, 0) == M2M_SUCCESS) in m2m_ip_cb() 356 if(hif_receive(0, NULL, 0, 1) == M2M_SUCCESS) in m2m_ip_cb() 374 if(hif_receive(u32Address, (uint8*)&strReply, sizeof(tstrSendReply), 0) == M2M_SUCCESS) in m2m_ip_cb() [all …]
|