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

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.h 202 typedef void (*wpa_msg_cb_func)(void *ctx, int level, const char *txt, typedef
209 void wpa_msg_register_cb(wpa_msg_cb_func func);
wpa_debug.c 288 static wpa_msg_cb_func wpa_msg_cb = NULL;
290 void wpa_msg_register_cb(wpa_msg_cb_func func)
  /external/wpa_supplicant/
common.h 404 typedef void (*wpa_msg_cb_func)(void *ctx, int level, const char *txt, typedef
411 void wpa_msg_register_cb(wpa_msg_cb_func func);
common.c 403 static wpa_msg_cb_func wpa_msg_cb = NULL;
405 void wpa_msg_register_cb(wpa_msg_cb_func func)

Completed in 51 milliseconds