Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/common/
H A Dwpa_ctrl.h216 #define P2P_EVENT_GROUP_REMOVED "P2P-GROUP-REMOVED " macro
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpa_cli.c4019 } else if (str_starts(pos, P2P_EVENT_GROUP_REMOVED)) { in wpa_cli_action_process()
4186 if (str_starts(start, P2P_EVENT_GROUP_REMOVED)) { in cli_event()
H A Dp2p_supplicant.c921 P2P_EVENT_GROUP_REMOVED "%s %s%s", in wpas_p2p_group_delete()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp989 if (text.startsWith(P2P_EVENT_GROUP_REMOVED)) { in event_notify()