wpa_supplicant: Add timer based eloop implementation

This commit is contained in:
Kapil Gupta
2022-03-09 22:10:36 +05:30
parent 30fed9c891
commit d06daee350
9 changed files with 698 additions and 35 deletions

View File

@@ -118,16 +118,4 @@ void wpa_hexdump_key(int level, const char *title, const u8 *buf, size_t len)
}
#endif
int eloop_cancel_timeout(eloop_timeout_handler handler,
void *eloop_data, void *user_data)
{
return 0;
}
int eloop_register_timeout(unsigned int secs, unsigned int usecs,
eloop_timeout_handler handler,
void *eloop_data, void *user_data)
{
return 0;
}
#endif // ESP_SUPPLICANT