Add fortinet mod

FossilOrigin-Name: 2eb8102b0c6e9c3f5e2b735573f39e2d2245a7d8c7925d2b57735f8c5a4f0690
This commit is contained in:
alexis.lagoutte@gmail.com
2016-03-25 13:04:24 +00:00
parent 28a1e50d6b
commit 1b4618bd84
11 changed files with 1001 additions and 7 deletions

View File

@ -0,0 +1,29 @@
#ifndef __FORTINET_H
#define __FORTINET_H
#include "cw/conn.h"
#include "cw/action.h"
#if 0
extern int cisco_out_ap_timesync(struct conn *conn, struct cw_action_out *a,
uint8_t * dst);
extern int cisco_in_wtp_descriptor(struct conn *conn, struct cw_action_in *a,
uint8_t * data, int len, struct sockaddr *from);
extern int cisco_out_ac_descriptor(struct conn *conn, struct cw_action_out *a,
uint8_t * dst);
extern int cisco_out_wtp_descriptor(struct conn *conn, struct cw_action_out *a,
uint8_t * dst);
extern int cisco_out_board_data_options(struct conn *conn, struct cw_action_out *a,
uint8_t * dst);
extern int cisco_in_ac_descriptor(struct conn *conn, struct cw_action_in *a,
uint8_t * data, int len, struct sockaddr *from);
extern int cisco_in_radio_administrative_state_wtp(struct conn *conn,
struct cw_action_in *a, uint8_t * data,
int len, struct sockaddr *from);
#endif
#endif