Home
last modified time | relevance | path

Searched refs:fst_printf (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/fst/
Dfst_ctrl_iface.c138 fst_printf(MSG_ERROR, in fst_ctrl_iface_notify()
182 fst_printf(MSG_WARNING, "CTRL: Cannot find session %u", id); in session_get()
221 fst_printf(MSG_WARNING, "CTRL: Cannot find session %u", id); in session_set()
240 fst_printf(MSG_ERROR, "CTRL: Unknown parameter: %s", p); in session_set()
256 fst_printf(MSG_WARNING, "CTRL: Cannot find group '%s'", in session_add()
263 fst_printf(MSG_ERROR, in session_add()
283 fst_printf(MSG_WARNING, "CTRL: Cannot find session %u", id); in session_remove()
306 fst_printf(MSG_WARNING, "CTRL: Cannot find session %u", id); in session_initiate()
311 fst_printf(MSG_WARNING, "CTRL: Cannot initiate session %u", id); in session_initiate()
331 fst_printf(MSG_WARNING, "CTRL: Cannot find session %u", id); in session_respond()
[all …]
Dfst_group.c34 fst_printf(MSG_WARNING, in fst_dump_mb_ies()
210 fst_printf(MSG_INFO, "unexpected eid %d", mbie->eid); in fst_mbie_get_peer_addr_for_band()
215 fst_printf(MSG_INFO, "invalid mbie len %d", in fst_mbie_get_peer_addr_for_band()
227 fst_printf(MSG_INFO, "mbie doesn't contain band %d", band_id); in fst_mbie_get_peer_addr_for_band()
296 fst_printf(MSG_INFO, in fst_group_get_peer_other_connection_1()
301 fst_printf(MSG_DEBUG, "found other peer addr from mbies: " MACSTR, in fst_group_get_peer_other_connection_1()
397 fst_printf(MSG_DEBUG, "%s: %s:" MACSTR ", %d", __func__, in fst_group_get_peer_other_connection()
412 fst_printf(MSG_DEBUG, "found by method #1. %s:" MACSTR, in fst_group_get_peer_other_connection()
422 fst_printf(MSG_DEBUG, "found by method #2. %s:" MACSTR, in fst_group_get_peer_other_connection()
428 fst_printf(MSG_INFO, "%s: other connection not found", __func__); in fst_group_get_peer_other_connection()
[all …]
Dfst_internal.h20 #define fst_printf(level, format, ...) \ macro
Dfst_session.c29 fst_printf((level), "%u (0x%08x): [" MACSTR "," MACSTR "] :" format, \
477 fst_printf(MSG_WARNING, in fst_session_handle_setup_request()
761 fst_printf(MSG_ERROR, "Cannot assign new session ID"); in fst_session_create()
767 fst_printf(MSG_ERROR, "Cannot allocate new session object"); in fst_session_create()
777 fst_printf(MSG_INFO, "Session %u created", s->id); in fst_session_create()
1127 fst_printf(MSG_INFO, "Session %u deleted", s->id); in fst_session_delete()
Dfst.c61 fst_printf(MSG_ERROR, "%s: FST group cannot be created", in fst_attach()