Radio...
FossilOrigin-Name: d315985bfce0461e598ce6e2fc62f232620f1d0bcc9f2eb32b23ac4f2a4765c5
This commit is contained in:
parent
fd05a35b83
commit
ca512ee77d
24
src/capwap/radio.h
Normal file
24
src/capwap/radio.h
Normal file
@ -0,0 +1,24 @@
|
||||
#ifndef __CW_RADIO_H
|
||||
#define __CW_RADIO_H
|
||||
|
||||
#include "mbag.h"
|
||||
|
||||
enum radiodata{
|
||||
CW_RADIO_ADMIN_STATE=10000,
|
||||
CW_RADIO_TYPE,
|
||||
CW_RADIO_REG_DOMAIN,
|
||||
CW_RADIO_BSSID,
|
||||
CW_RADIO_SHORT_PREAMBLE,
|
||||
CW_RADIO_COUNTRY_STRING,
|
||||
|
||||
/* Cisco */
|
||||
|
||||
CW_RADIO_OCCUPANCY_LIMIT,
|
||||
CW_RADIO_CFP_PERIOD,
|
||||
CW_RADIO_CFP_MAX_DURATION
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user