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.h170 #define P2P_EVENT_GROUP_REMOVED "P2P-GROUP-REMOVED " macro
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c3781 } else if (str_match(pos, P2P_EVENT_GROUP_REMOVED)) { in wpa_cli_action_process()
3889 if (str_starts(start, P2P_EVENT_GROUP_REMOVED)) { in cli_event()
Dp2p_supplicant.c912 P2P_EVENT_GROUP_REMOVED "%s %s%s", in wpas_p2p_group_delete()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp989 if (text.startsWith(P2P_EVENT_GROUP_REMOVED)) { in event_notify()