Home
last modified time | relevance | path

Searched refs:P2P_EVENT_GROUP_REMOVED (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dwpa_ctrl.h112 #define P2P_EVENT_GROUP_REMOVED "P2P-GROUP-REMOVED " macro
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c3323 } else if (str_match(pos, P2P_EVENT_GROUP_REMOVED)) { in wpa_cli_action_process()
3418 if (str_starts(start, P2P_EVENT_GROUP_REMOVED)) { in cli_event()
Dp2p_supplicant.c295 wpa_msg(wpa_s->parent, MSG_INFO, P2P_EVENT_GROUP_REMOVED "%s %s%s",
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp989 if (text.startsWith(P2P_EVENT_GROUP_REMOVED)) { in event_notify()