Searched refs:p2p_state_txt (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/p2p/ |
D | p2p.c | 115 static const char * p2p_state_txt(int state) in p2p_state_txt() function 152 return p2p_state_txt(p2p->state); in p2p_get_state_txt() 200 p2p_state_txt(p2p->state), p2p_state_txt(new_state)); in p2p_set_state() 216 p2p_state_txt(p2p->state), sec, usec); in p2p_set_timeout() 224 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state)); in p2p_clear_timeout() 269 p2p_state_txt(p2p->state)); in p2p_listen_in_find() 3665 MAC2STR(bssid), result, p2p_state_txt(p2p->state)); in p2p_send_action_cb() 3993 p2p_dbg(p2p, "Timeout (state=%s)", p2p_state_txt(p2p->state)); in p2p_state_timeout() 4497 p2p_state_txt(p2p->state)); in p2p_ext_listen_timeout() 4514 p2p_dbg(p2p, "Skip Extended Listen timeout in active state (%s)", p2p_state_txt(p2p->state)); in p2p_ext_listen_timeout()
|