Searched defs:p2p_state_txt (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c113 static const char * p2p_state_txt(int state) function
150 return p2p_state_txt(p2p->state);
185 p2p_state_txt(p2p->state), p2p_state_txt(new_state));
201 p2p_state_txt(p2p->state), sec, usec);
209 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state));
248 p2p_state_txt(p2p->state));
3460 p2p_dbg(p2p, "Timeout (state=%s)", p2p_state_txt(p2p->state));
3954 p2p_state_txt(p2p->state));
3971 p2p_dbg(p2p, "Skip Extended Listen timeout in active state (%s)", p2p_state_txt(p2
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c113 static const char * p2p_state_txt(int state) function
150 return p2p_state_txt(p2p->state);
185 p2p_state_txt(p2p->state), p2p_state_txt(new_state));
201 p2p_state_txt(p2p->state), sec, usec);
209 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state));
248 p2p_state_txt(p2p->state));
3460 p2p_dbg(p2p, "Timeout (state=%s)", p2p_state_txt(p2p->state));
3954 p2p_state_txt(p2p->state));
3971 p2p_dbg(p2p, "Skip Extended Listen timeout in active state (%s)", p2p_state_txt(p2
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c113 static const char * p2p_state_txt(int state) function
150 return p2p_state_txt(p2p->state);
185 p2p_state_txt(p2p->state), p2p_state_txt(new_state));
201 p2p_state_txt(p2p->state), sec, usec);
209 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state));
248 p2p_state_txt(p2p->state));
3460 p2p_dbg(p2p, "Timeout (state=%s)", p2p_state_txt(p2p->state));
3954 p2p_state_txt(p2p->state));
3971 p2p_dbg(p2p, "Skip Extended Listen timeout in active state (%s)", p2p_state_txt(p2
[all...]

Completed in 1363 milliseconds