Fix value

This commit is contained in:
vemax78 2013-09-24 19:14:27 +02:00
parent 8ed0a76617
commit d33daeba4e
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ application: {
txmsdulifetime = 512; txmsdulifetime = 512;
rxmsdulifetime = 512; rxmsdulifetime = 512;
maxbssid = 4; maxbssid = 4;
dtimperiod = 0; dtimperiod = 1;
beaconperiod = 100; beaconperiod = 100;
antenna = { antenna = {
diversity = false; diversity = false;

View File

@ -4,7 +4,7 @@
#define CAPWAP_ELEMENT_80211_WTP_RADIO_CONF 1046 #define CAPWAP_ELEMENT_80211_WTP_RADIO_CONF 1046
#define CAPWAP_WTP_RADIO_CONF_BSSID_LENGTH 6 #define CAPWAP_WTP_RADIO_CONF_BSSID_LENGTH 6
#define CAPWAP_WTP_RADIO_CONF_COUNTRY_LENGTH 6 #define CAPWAP_WTP_RADIO_CONF_COUNTRY_LENGTH 4
#define CAPWAP_WTP_RADIO_CONF_SHORTPREAMBLE_DISABLE 0 #define CAPWAP_WTP_RADIO_CONF_SHORTPREAMBLE_DISABLE 0
#define CAPWAP_WTP_RADIO_CONF_SHORTPREAMBLE_ENABLE 1 #define CAPWAP_WTP_RADIO_CONF_SHORTPREAMBLE_ENABLE 1