18 lines
242 B
C
18 lines
242 B
C
|
|
#include "action.h"
|
|
#include "dbg.h"
|
|
#include "log.h"
|
|
#include "mbag.h"
|
|
#include "capwap.h"
|
|
|
|
|
|
|
|
int cw_in_radio_operational_state(struct conn *conn, struct cw_action_in *a, uint8_t * data,
|
|
int len, struct sockaddr *from)
|
|
{
|
|
|
|
|
|
return 1;
|
|
}
|
|
|