assoc.h 408 B

12345678910111213141516
  1. /* Copyright (C) 2006, Red Hat, Inc. */
  2. #ifndef _LBS_ASSOC_H_
  3. #define _LBS_ASSOC_H_
  4. #include "dev.h"
  5. void lbs_association_worker(struct work_struct *work);
  6. struct assoc_request *lbs_get_association_request(struct lbs_private *priv);
  7. int lbs_adhoc_stop(struct lbs_private *priv);
  8. int lbs_cmd_80211_deauthenticate(struct lbs_private *priv,
  9. u8 bssid[ETH_ALEN], u16 reason);
  10. #endif /* _LBS_ASSOC_H */