Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Dnetapp.c1500 SlNetAppHttpServerEvent_t httpServerEvent; in _SlNetAppEventHandler() local
1531 httpServerEvent.Event = SL_NETAPP_EVENT_HTTP_TOKEN_GET; in _SlNetAppEventHandler()
1532 httpServerEvent.EventData.HttpTokenName.Len = httpGetToken->TokenNameLen; in _SlNetAppEventHandler()
1533 httpServerEvent.EventData.HttpTokenName.pData = pTokenName; in _SlNetAppEventHandler()
1537 _SlDrvDispatchHttpServerEvents (&httpServerEvent, &httpServerResponse); in _SlNetAppEventHandler()
1540 Token_value.NameLen = httpServerEvent.EventData.HttpTokenName.Len; in _SlNetAppEventHandler()
1569 httpServerEvent.Event = SL_NETAPP_EVENT_HTTP_TOKEN_POST; in _SlNetAppEventHandler()
1571 httpServerEvent.EventData.HttpPostData.Action.Len = httpPostTokenArgs->PostActionLen; in _SlNetAppEventHandler()
1572 httpServerEvent.EventData.HttpPostData.Action.pData = pPostParams; in _SlNetAppEventHandler()
1575 httpServerEvent.EventData.HttpPostData.TokenName.Len = httpPostTokenArgs->TokenNameLen; in _SlNetAppEventHandler()
[all …]