Home
last modified time | relevance | path

Searched refs:iw_debug (Results 1 – 3 of 3) sorted by relevance

/external/iw/
Diw.c45 int iw_debug = 0; variable
436 cb = nl_cb_alloc(iw_debug ? NL_CB_DEBUG : NL_CB_DEFAULT); in __handle_cmd()
437 s_cb = nl_cb_alloc(iw_debug ? NL_CB_DEBUG : NL_CB_DEFAULT); in __handle_cmd()
508 iw_debug = 1; in main()
Diw.h115 extern int iw_debug;
Devent.c696 struct nl_cb *cb = nl_cb_alloc(iw_debug ? NL_CB_DEBUG : NL_CB_DEFAULT); in __do_listen_events()