Added Reboot failure types.
FossilOrigin-Name: ec74a79b9cd9a466016016364cc728fc8c4e0162a20853feb903567951683388
This commit is contained in:
parent
dfb2088e84
commit
8f1d79a41a
@ -449,6 +449,17 @@ extern int cw_readelem_vendor_specific_payload(void *data, int msgtype, int elem
|
||||
#define CW_VENDOR_ID_FORTINET 12356
|
||||
|
||||
|
||||
enum cw_reboot_failure_types {
|
||||
CW_REBOOT_FAILURE_TYPE_NOT_SUPPORTED=0,
|
||||
CW_REBOOT_FAILURE_TYPE_AC_INITIATED=1,
|
||||
CW_REBOOT_FAILURE_TYPE_LINK_FAILURE=2,
|
||||
CW_REBOOT_FAILURE_TYPE_SOFTWARE_FAILURE=3,
|
||||
CW_REBOOT_FAILURE_TYPE_HARDWARE_FAILURE=4,
|
||||
CW_REBOOT_FAILURE_TYPE_OTHER_FAILURE=5,
|
||||
CW_REBOOT_FAILURE_ONKNOWN
|
||||
|
||||
};
|
||||
|
||||
|
||||
#define CW_RESULT_SUCCESS 0
|
||||
#define CW_RESULT_MISSING_AC_LIST 1
|
||||
@ -1068,4 +1079,5 @@ int cw_in_radio_administrative_state_wtp(struct conn *conn, struct cw_action_in
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user