Home
last modified time | relevance | path

Searched refs:OnReceiveFunc (Results 1 - 8 of 8) sorted by relevance

/drivers/peripheral/wlan/hostapd/client/include/
H A Dhostapd_client.h43 typedef int32_t (*OnReceiveFunc)(uint32_t event, void *data, const char *ifName); typedef
53 OnReceiveFunc onRecFunc;
57 int32_t HostapdRegisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName);
58 int32_t HostapdUnregisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName);
/drivers/peripheral/wlan/wpa/client/include/
H A Dwpa_client.h223 typedef int32_t (*OnReceiveFunc)(uint32_t event, void *data, const char *ifName); typedef
228 OnReceiveFunc onRecFunc;
245 int32_t WpaRegisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName);
246 int32_t WpaUnregisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName);
/drivers/peripheral/wlan/hostapd/client/src/
H A Dhostapd_client.c39 int32_t HostapdRegisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName) in HostapdRegisterEventCallback()
86 int32_t HostapdUnregisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName) in HostapdUnregisterEventCallback()
114 OnReceiveFunc callbackEventMap[MAX_CALL_BACK_COUNT] = {NULL}; in HostapdEventReport()
/drivers/peripheral/wlan/wpa/client/src/
H A Dwpa_client.c39 int32_t WpaRegisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName) in WpaRegisterEventCallback()
86 int32_t WpaUnregisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName) in WpaUnregisterEventCallback()
127 OnReceiveFunc callbackEventMap[MAX_CALL_BACK_COUNT] = {NULL}; in WpaEventReport()
/drivers/peripheral/wlan/client/src/
H A Dwifi_driver_client.c63 OnReceiveFunc callbackEventMap[MAX_CALL_BACK_COUNT] = {NULL}; in WifiEventReport()
83 int32_t WifiRegisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName) in WifiRegisterEventCallback()
130 void WifiUnregisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName) in WifiUnregisterEventCallback()
H A Dwifi_common_cmd.h161 OnReceiveFunc onRecFunc;
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c222 static int32_t RegisterEventCallbackInner(OnReceiveFunc onRecFunc, const char *ifName) in RegisterEventCallbackInner()
237 static int32_t UnregisterEventCallbackInner(OnReceiveFunc onRecFunc, const char *ifName) in UnregisterEventCallbackInner()
477 static int32_t HalRegisterEventCallback(OnReceiveFunc onRecFunc, const char *ifName) in HalRegisterEventCallback()
487 static int32_t HalUnregisterEventCallback(OnReceiveFunc onRecFunc, const char *ifName) in HalUnregisterEventCallback()
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h203 typedef int32_t (*OnReceiveFunc)(uint32_t event, void *data, const char *ifName); typedef
206 int32_t WifiRegisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName);
207 void WifiUnregisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName);

Completed in 6 milliseconds