wext.h 402 B

1234567891011121314151617
  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_mic_failureevent(struct lbs_private *priv, u32 event);
  8. struct chan_freq_power *lbs_find_cfp_by_band_and_channel(
  9. struct lbs_private *priv,
  10. u8 band,
  11. u16 channel);
  12. extern struct iw_handler_def lbs_handler_def;
  13. #endif