Renamed struct conn to struct cw_Conn
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
|
||||
#include "cw/mavltypes.h"
|
||||
|
||||
static int postprocess_join_request(struct conn *conn);
|
||||
static int postprocess_join_request(struct cw_Conn *conn);
|
||||
|
||||
|
||||
static cw_ValStruct_t wtp_reboot_statistics[] = {
|
||||
@ -772,7 +772,7 @@ static struct cw_MsgDef messages[] = {
|
||||
};
|
||||
|
||||
|
||||
static int postprocess_join_request(struct conn *conn)
|
||||
static int postprocess_join_request(struct cw_Conn *conn)
|
||||
{
|
||||
cw_Val_t * result;
|
||||
|
||||
|
@ -34,7 +34,7 @@ static int init(struct cw_Mod * mod, mavl_t global_cfg, int role)
|
||||
}
|
||||
|
||||
|
||||
static int detect(struct conn *conn, const uint8_t * rawmsg, int rawlen, int elems_len,
|
||||
static int detect(struct cw_Conn *conn, const uint8_t * rawmsg, int rawlen, int elems_len,
|
||||
struct sockaddr *from, int mode)
|
||||
{
|
||||
if (mode != CW_MOD_MODE_CAPWAP)
|
||||
@ -44,7 +44,7 @@ static int detect(struct conn *conn, const uint8_t * rawmsg, int rawlen, int ele
|
||||
}
|
||||
|
||||
|
||||
int static setup_cfg(struct conn * conn)
|
||||
int static setup_cfg(struct cw_Conn * conn)
|
||||
{
|
||||
int security;
|
||||
|
||||
|
Reference in New Issue
Block a user