Searched defs:p2p_state_txt (Results 1 - 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/p2p/ |
H A D | p2p.c | 144 static const char * p2p_state_txt(int state) function 185 return p2p_state_txt(p2p->state); 220 p2p_state_txt(p2p->state), p2p_state_txt(new_state)); 228 p2p_state_txt(p2p->state), sec, usec); 236 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state)); 272 p2p_state_txt(p2p->state)); 3375 p2p_dbg(p2p, "Timeout (state=%s)", p2p_state_txt(p2p->state)); 3879 p2p_dbg(p2p, "Skip Extended Listen timeout in active state (%s)", p2p_state_txt(p2p->state));
|
/external/wpa_supplicant_8/src/p2p/ |
H A D | p2p.c | 144 static const char * p2p_state_txt(int state) function 185 return p2p_state_txt(p2p->state); 220 p2p_state_txt(p2p->state), p2p_state_txt(new_state)); 228 p2p_state_txt(p2p->state), sec, usec); 236 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state)); 272 p2p_state_txt(p2p->state)); 3375 p2p_dbg(p2p, "Timeout (state=%s)", p2p_state_txt(p2p->state)); 3879 p2p_dbg(p2p, "Skip Extended Listen timeout in active state (%s)", p2p_state_txt(p2p->state));
|
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/ |
H A D | p2p.c | 144 static const char * p2p_state_txt(int state) function 185 return p2p_state_txt(p2p->state); 220 p2p_state_txt(p2p->state), p2p_state_txt(new_state)); 228 p2p_state_txt(p2p->state), sec, usec); 236 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state)); 272 p2p_state_txt(p2p->state)); 3375 p2p_dbg(p2p, "Timeout (state=%s)", p2p_state_txt(p2p->state)); 3879 p2p_dbg(p2p, "Skip Extended Listen timeout in active state (%s)", p2p_state_txt(p2p->state));
|
Completed in 41 milliseconds