Skip to content

Commit f968487

Browse files
author
=
committed
fixed exitoeapol flags
1 parent 0997eef commit f968487

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

include/hcxdumptool.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
#define HCX_DONE 1
4747
#define EXIT_ON_SIGTERM 0x00000001
4848
#define EXIT_ON_SIGUSR1 0x00000002
49-
#define EXIT_ON_GPIOBUTTON 0x00000003
50-
#define EXIT_ON_TOT 0x00000008
51-
#define EXIT_ON_WATCHDOG 0x00000010
52-
#define EXIT_ON_EAPOL_PMKID 0x00000020
53-
#define EXIT_ON_EAPOL_M3 0x00000040
54-
#define EXIT_ON_EAPOL_M2 0x00000080
55-
#define EXIT_ON_EAPOL_M2RG 0x00000100
56-
#define EXIT_ON_EAPOL_M1 0x00000200
57-
#define EXIT_ON_ERROR 0x00000400
49+
#define EXIT_ON_GPIOBUTTON 0x00000004
50+
#define EXIT_ON_EAPOL_PMKID 0x00000010
51+
#define EXIT_ON_EAPOL_M3 0x00000020
52+
#define EXIT_ON_EAPOL_M2 0x00000040
53+
#define EXIT_ON_EAPOL_M2RG 0x00000080
54+
#define EXIT_ON_EAPOL_M1 0x00000100
55+
#define EXIT_ON_TOT 0x00001000
56+
#define EXIT_ON_WATCHDOG 0x00002000
57+
#define EXIT_ON_ERROR 0x00004000
5858

5959
#define EXIT_ACTION_REBOOT 0x01
6060
#define EXIT_ACTION_POWEROFF 0x02

0 commit comments

Comments
 (0)