wpa_cli: WPS-PIN-ACTIVE and WPS-CANCEL events for action scripts
These events were added in commit b1b62a1364
("WPS: Add WPS-PIN-ACTIVE
and WPS-CANCEL events").
Signed-off-by: Bekir Celik <bekir.celik@airties.com>
Signed-off-by: Bilal Hatipoglu <bilal.hatipoglu@airties.com>
This commit is contained in:
parent
4153243932
commit
59536a33d8
1 changed files with 4 additions and 0 deletions
|
@ -4004,6 +4004,10 @@ static void wpa_cli_action_process(const char *msg)
|
||||||
wpa_cli_exec(action_file, ifname, pos);
|
wpa_cli_exec(action_file, ifname, pos);
|
||||||
} else if (str_starts(pos, WPS_EVENT_ACTIVE)) {
|
} else if (str_starts(pos, WPS_EVENT_ACTIVE)) {
|
||||||
wpa_cli_exec(action_file, ifname, pos);
|
wpa_cli_exec(action_file, ifname, pos);
|
||||||
|
} else if (str_starts(pos, WPS_EVENT_PIN_ACTIVE)) {
|
||||||
|
wpa_cli_exec(action_file, ifname, pos);
|
||||||
|
} else if (str_starts(pos, WPS_EVENT_CANCEL)) {
|
||||||
|
wpa_cli_exec(action_file, ifname, pos);
|
||||||
} else if (str_starts(pos, WPS_EVENT_TIMEOUT)) {
|
} else if (str_starts(pos, WPS_EVENT_TIMEOUT)) {
|
||||||
wpa_cli_exec(action_file, ifname, pos);
|
wpa_cli_exec(action_file, ifname, pos);
|
||||||
} else if (str_starts(pos, WPS_EVENT_FAIL)) {
|
} else if (str_starts(pos, WPS_EVENT_FAIL)) {
|
||||||
|
|
Loading…
Reference in a new issue