Home
last modified time | relevance | path

Searched refs:wpa_msg_cb_func (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dwpa_debug.h244 typedef void (*wpa_msg_cb_func)(void *ctx, int level, int global, typedef
251 void wpa_msg_register_cb(wpa_msg_cb_func func);
Dwpa_debug.c579 static wpa_msg_cb_func wpa_msg_cb = NULL;
581 void wpa_msg_register_cb(wpa_msg_cb_func func) in wpa_msg_register_cb()