Added firs 802.11 meessage.
FossilOrigin-Name: f8e0071954efc0a349880fbeadc094d947bcbb8503635dd1a0740c178a6f6247
This commit is contained in:
parent
18501739c2
commit
f09c1389ef
@ -18,6 +18,7 @@
|
||||
|
||||
|
||||
#include "capwap.h"
|
||||
#include "capwap_ieee80211.h"
|
||||
|
||||
|
||||
const char * cw_msgelemtostr(int elem)
|
||||
@ -124,6 +125,17 @@ const char * cw_msgelemtostr(int elem)
|
||||
WTP Reboot Statistics 48
|
||||
WTP Static IP Address Information 49
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
case CWMSGELEM_IEEE80211_WTP_RADIO_INFO:
|
||||
return "802.11: wtp radio info";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
return "unknown";
|
||||
|
Loading…
Reference in New Issue
Block a user