mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
add support codes
This commit is contained in:
parent
2a36bfedbd
commit
5c50512362
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue