Read SIG Payload and more cisco elements
This commit is contained in:
@ -86,6 +86,9 @@ enum radioelems {
|
||||
};
|
||||
|
||||
|
||||
|
||||
/** IEEE 802.11 Add WLAN Message element */
|
||||
#define CAPWAP80211_ELEM_ADD_WLAN 1024
|
||||
/** IEEE 802.11 Antenna Message element */
|
||||
#define CAPWAP80211_ELEM_ANTENNA 1025
|
||||
/** IEEE 802.11 WTP Radio Configuration */
|
||||
|
@ -145,8 +145,6 @@ int cw_out_radio_generic(struct cw_ElemHandler * handler, struct cw_ElemHandlerP
|
||||
type = (struct cw_Type*)handler->type;
|
||||
start = params->msgset->header_len(handler)+len;
|
||||
|
||||
|
||||
|
||||
l = type->write(params->cfg_list, key,dst+start+1,handler->param);
|
||||
if (l==-1)
|
||||
continue;
|
||||
|
@ -151,7 +151,7 @@
|
||||
|
||||
#define LW_ELEM_CERTIFICATE 44
|
||||
#define LW_ELEM_WTP_BOARD_DATA 50
|
||||
#define LW_BCAST_SSID_MODE 51
|
||||
#define LWAPP_ELEM_BCAST_SSID_MODE 51
|
||||
#define LW_ELEM_WTP_MODE_AND_TYPE 54
|
||||
#define LW_ELEM_QOS 57
|
||||
|
||||
|
Reference in New Issue
Block a user