Searched refs:OnReceiveFunc (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/wlan/hostapd/client/include/ |
H A D | hostapd_client.h | 43 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 D | wpa_client.h | 223 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 D | hostapd_client.c | 39 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 D | wpa_client.c | 39 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 D | wifi_driver_client.c | 63 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 D | wifi_common_cmd.h | 161 OnReceiveFunc onRecFunc;
|
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 222 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 D | wifi_driver_client.h | 203 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