2007-02-10 14:25:27 +00:00
|
|
|
/**
|
|
|
|
* This file contains definition for IOCTL call.
|
|
|
|
*/
|
2007-11-15 23:05:47 +00:00
|
|
|
#ifndef _LBS_WEXT_H_
|
|
|
|
#define _LBS_WEXT_H_
|
2007-02-10 14:25:27 +00:00
|
|
|
|
2009-10-22 13:30:56 +00:00
|
|
|
void lbs_send_disconnect_notification(struct lbs_private *priv);
|
2009-10-22 13:30:52 +00:00
|
|
|
void lbs_send_iwevcustom_event(struct lbs_private *priv, s8 *str);
|
|
|
|
|
2007-11-15 23:05:47 +00:00
|
|
|
extern struct iw_handler_def lbs_handler_def;
|
2007-05-26 03:08:34 +00:00
|
|
|
extern struct iw_handler_def mesh_handler_def;
|
2007-02-10 14:25:27 +00:00
|
|
|
|
2007-11-15 23:05:47 +00:00
|
|
|
#endif
|