assoc.h 326 B

1234567891011121314
  1. /* Copyright (C) 2006, Red Hat, Inc. */
  2. #ifndef _WLAN_ASSOC_H_
  3. #define _WLAN_ASSOC_H_
  4. #include "dev.h"
  5. void libertas_association_worker(struct work_struct *work);
  6. struct assoc_request * wlan_get_association_request(wlan_adapter *adapter);
  7. void libertas_sync_channel(struct work_struct *work);
  8. #endif /* _WLAN_ASSOC_H */