|
@@ -3279,6 +3279,8 @@ static void wpa_cli_action_process(const char *msg)
|
|
|
wpa_cli_exec(action_file, ctrl_ifname, pos);
|
|
|
} else if (str_match(pos, P2P_EVENT_CROSS_CONNECT_DISABLE)) {
|
|
|
wpa_cli_exec(action_file, ctrl_ifname, pos);
|
|
|
+ } else if (str_match(pos, P2P_EVENT_GO_NEG_FAILURE)) {
|
|
|
+ wpa_cli_exec(action_file, ctrl_ifname, pos);
|
|
|
} else if (str_match(pos, WPS_EVENT_SUCCESS)) {
|
|
|
wpa_cli_exec(action_file, ctrl_ifname, pos);
|
|
|
} else if (str_match(pos, WPS_EVENT_FAIL)) {
|