Searched refs:_SlEventPropogationStatus_e (Results 1 – 2 of 2) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/drivers/net/wifi/ |
| D | simplelink.h | 331 } _SlEventPropogationStatus_e; typedef 448 … extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_1, _GeneralEventHdl) (SlDeviceEvent_t *); 457 extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_1, _WlanEventHdl) (SlWlanEvent_t *); 466 … extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_1, _NetAppEventHdl) (SlNetAppEvent_t *); 475 …extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_1, _HttpServerEventHdl) (SlNetAppHttpServ… 484 extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_1, _SockEventHdl) (SlSockEvent_t *); 493 …extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_1, _FatalErrorEventHdl) (SlDeviceEvent_t … 502 …extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_1, _NetAppRequestEventHdl) (SlNetAppReque… 516 … extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_2, _GeneralEventHdl) (SlDeviceEvent_t *); 525 extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_2, _WlanEventHdl) (SlWlanEvent_t *); [all …]
|
| /hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/ |
| D | driver.c | 105 typedef _SlEventPropogationStatus_e (*general_callback) (SlDeviceEvent_t *); 164 typedef _SlEventPropogationStatus_e (*wlan_callback) (SlWlanEvent_t *); 222 typedef _SlEventPropogationStatus_e (*netApp_callback) (SlNetAppEvent_t *); 280 typedef _SlEventPropogationStatus_e (*httpServer_callback) (SlNetAppHttpServerEvent_t*, SlNetAppHtt… 338 typedef _SlEventPropogationStatus_e (*sock_callback) (SlSockEvent_t *); 394 typedef _SlEventPropogationStatus_e (*fatal_error_callback) (SlDeviceEvent_t *); 451 typedef _SlEventPropogationStatus_e (*netapp_request_callback) (SlNetAppRequest_t*, SlNetAppRespons…
|