From 5c505123620ef416fbfc48450b678273efa6976d Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Mon, 12 Mar 2018 16:09:43 +0100 Subject: [PATCH] add support codes --- src/include/ubus.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/ubus.h b/src/include/ubus.h index 2987941..a086be2 100644 --- a/src/include/ubus.h +++ b/src/include/ubus.h @@ -6,8 +6,11 @@ #include "datastorage.h" +// 802.11 Status codes... #define WLAN_STATUS_SUCCESS 0 #define WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA 17 +#define WLAN_STATUS_DENIED_NOT_HT_SUPPORT 27 +#define WLAN_STATUS_DENIED_NOT_VHT_SUPPORT 104 // Disassociation Reason #define UNSPECIFIED_REASON 0