Searched refs:p2p_state_txt (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/p2p/ |
D | p2p.c | 106 static const char * p2p_state_txt(int state) in p2p_state_txt() function 143 return p2p_state_txt(p2p->state); in p2p_get_state_txt() 191 p2p_state_txt(p2p->state), p2p_state_txt(new_state)); in p2p_set_state() 207 p2p_state_txt(p2p->state), sec, usec); in p2p_set_timeout() 215 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state)); in p2p_clear_timeout() 260 p2p_state_txt(p2p->state)); in p2p_listen_in_find() 3747 MAC2STR(bssid), result, p2p_state_txt(p2p->state)); in p2p_send_action_cb() 4075 p2p_dbg(p2p, "Timeout (state=%s)", p2p_state_txt(p2p->state)); in p2p_state_timeout() 4579 p2p_state_txt(p2p->state)); in p2p_ext_listen_timeout() 4596 p2p_dbg(p2p, "Skip Extended Listen timeout in active state (%s)", p2p_state_txt(p2p->state)); in p2p_ext_listen_timeout()
|