1 /* Copyright (C) 2006, Red Hat, Inc. */
8 void lbs_association_worker(struct work_struct
*work
);
9 struct assoc_request
*lbs_get_association_request(struct lbs_private
*priv
);
11 int lbs_adhoc_stop(struct lbs_private
*priv
);
13 int lbs_cmd_80211_deauthenticate(struct lbs_private
*priv
,
14 u8 bssid
[ETH_ALEN
], u16 reason
);
16 #endif /* _LBS_ASSOC_H */