Some Cisco changes.
FossilOrigin-Name: 44efd5a9c29a3dbfaed7420161b28f165d85e971e67ea84bbc1a4957871df7b3
This commit is contained in:
parent
03bd3d00d1
commit
bc65f7cf3b
@ -2,6 +2,8 @@
|
||||
#include "cw.h"
|
||||
#include "capwap_items.h"
|
||||
#include "capwap80211.h"
|
||||
#include "capwap80211_items.h"
|
||||
|
||||
#include "radio.h"
|
||||
|
||||
#include "dbg.h"
|
||||
@ -14,7 +16,7 @@
|
||||
int cw_put_elem_radio_info(uint8_t*dst,int radio_id,mbag_t radio)
|
||||
{
|
||||
cw_put_byte(dst+4,radio_id);
|
||||
cw_put_dword(dst+5,mbag_get_dword(radio,CW_RADIO_TYPE,0));
|
||||
cw_put_dword(dst+5,mbag_get_dword(radio,CW_ITEM80211_WTP_RADIO_INFORMATION,0));
|
||||
return 5 + cw_put_elem_hdr(dst,CW_ELEM80211_WTP_RADIO_INFORMATION,5);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user