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

  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 271 typedef void (*wpa_msg_cb_func)(void *ctx, int level, enum wpa_msg_type type, typedef
278 void wpa_msg_register_cb(wpa_msg_cb_func func);
wpa_debug.c 591 static wpa_msg_cb_func wpa_msg_cb = NULL;
593 void wpa_msg_register_cb(wpa_msg_cb_func func)

Completed in 759 milliseconds