mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-25 13:19:35 -05:00
wpa_cli: WPS-PIN-ACTIVE and WPS-CANCEL events for action scripts
These events were added in commit b1b62a13648e ("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
@ -4004,6 +4004,10 @@ static void wpa_cli_action_process(const char *msg)
|
||||
wpa_cli_exec(action_file, ifname, pos);
|
||||
} else if (str_starts(pos, WPS_EVENT_ACTIVE)) {
|
||||
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)) {
|
||||
wpa_cli_exec(action_file, ifname, pos);
|
||||
} else if (str_starts(pos, WPS_EVENT_FAIL)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user