wext.h 336 B

12345678910111213
  1. /**
  2. * This file contains definition for IOCTL call.
  3. */
  4. #ifndef _LBS_WEXT_H_
  5. #define _LBS_WEXT_H_
  6. void lbs_send_disconnect_notification(struct lbs_private *priv);
  7. void lbs_send_iwevcustom_event(struct lbs_private *priv, s8 *str);
  8. extern struct iw_handler_def lbs_handler_def;
  9. extern struct iw_handler_def mesh_handler_def;
  10. #endif