Home
last modified time | relevance | path

Searched refs:M2M_REQ_GROUP_IP (Results 1 – 4 of 4) sorted by relevance

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/driver/source/
Dm2m_hif.c334 reg |= (u8Gid == M2M_REQ_GROUP_IP) ? (NBIT3):(0); /*IP = 1 or non IP*/ in hif_send()
489 else if(M2M_REQ_GROUP_IP == strHif.u8Gid) in hif_isr()
667 case M2M_REQ_GROUP_IP: in hif_register_cb()
Dm2m_wifi.c662 return hif_send(M2M_REQ_GROUP_IP, M2M_IP_REQ_STATIC_IP_CONF, in m2m_wifi_set_static_ip()
692 return hif_send(M2M_REQ_GROUP_IP, u8Req, NULL, 0, NULL, 0, 0); in m2m_wifi_enable_dhcp()
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/
Dsocket.c70 hif_send(M2M_REQ_GROUP_IP, reqID, reqArgs, reqSize, reqPayload, reqPayloadSize, reqPayloadOffset)
431 hif_register_cb(M2M_REQ_GROUP_IP,m2m_ip_cb); in socketInit()
457 hif_register_cb(M2M_REQ_GROUP_IP, NULL); in socketDeinit()
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/driver/include/
Dm2m_types.h581 M2M_REQ_GROUP_IP, enumerator