2016-02-05 17:38:49 +01:00
|
|
|
#ifndef __KMOD_WTP_NETLINKAPP_HEADER__
|
|
|
|
#define __KMOD_WTP_NETLINKAPP_HEADER__
|
|
|
|
|
|
|
|
#include "capwap_rfc.h"
|
2016-02-18 15:06:39 +01:00
|
|
|
#include "capwap.h"
|
2016-02-05 17:38:49 +01:00
|
|
|
|
|
|
|
/* */
|
|
|
|
int sc_netlink_init(void);
|
|
|
|
void sc_netlink_exit(void);
|
|
|
|
|
|
|
|
/* */
|
2016-02-05 17:43:15 +01:00
|
|
|
struct net_device* sc_netlink_getdev_from_wlanid(struct net *net, uint8_t radioid, uint8_t wlanid);
|
2016-02-05 17:38:49 +01:00
|
|
|
|
|
|
|
/* */
|
2016-02-05 17:43:15 +01:00
|
|
|
int sc_netlink_notify_recv_keepalive(struct net *net,
|
|
|
|
struct sc_capwap_sessionid_element* sessionid);
|
|
|
|
int sc_netlink_notify_recv_data(struct net *net, uint8_t* packet, int length);
|
2016-02-05 17:38:49 +01:00
|
|
|
|
|
|
|
#endif /* __KMOD_WTP_NETLINKAPP_HEADER__ */
|