30 #ifndef WLANSCAN_HANDLER_H 31 #define WLANSCAN_HANDLER_H 33 #include <asm/types.h> 34 #include <netlink/handlers.h> 47 const unsigned int *cmds;
53 extern int scan_handler(
struct nl_msg *msg,
void *arg);
56 extern int family_handler(
struct nl_msg *msg,
void *arg);
57 extern int no_seq_check(
struct nl_msg *msg,
void *arg);
58 extern int wait_event(
struct nl_msg *msg,
void *arg);
61 extern int error_handler(
struct sockaddr_nl *nla,
struct nlmsgerr *err,
void *arg);
62 extern int ack_handler(
struct nl_msg *msg,
void *arg);
63 extern int finish_handler(
struct nl_msg *msg,
void *arg);