HomeSort by relevance Sort by last modified time
    Searched refs:hostapd_logger_cb_func (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.h 220 typedef void (*hostapd_logger_cb_func)(void *ctx, const u8 *addr, typedef
228 void hostapd_logger_register_cb(hostapd_logger_cb_func func);
wpa_debug.c 349 static hostapd_logger_cb_func hostapd_logger_cb = NULL;
351 void hostapd_logger_register_cb(hostapd_logger_cb_func func)
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 247 typedef void (*hostapd_logger_cb_func)(void *ctx, const u8 *addr, typedef
255 void hostapd_logger_register_cb(hostapd_logger_cb_func func);
wpa_debug.c 454 static hostapd_logger_cb_func hostapd_logger_cb = NULL;
456 void hostapd_logger_register_cb(hostapd_logger_cb_func func)

Completed in 1172 milliseconds