2007-02-10 22:25:27 +08:00
|
|
|
/* Copyright (C) 2006, Red Hat, Inc. */
|
|
|
|
|
|
|
|
#ifndef _WLAN_ASSOC_H_
|
|
|
|
#define _WLAN_ASSOC_H_
|
|
|
|
|
|
|
|
#include "dev.h"
|
|
|
|
|
2007-05-25 11:41:15 +08:00
|
|
|
void libertas_association_worker(struct work_struct *work);
|
2007-02-10 22:25:27 +08:00
|
|
|
|
|
|
|
struct assoc_request * wlan_get_association_request(wlan_adapter *adapter);
|
|
|
|
|
2007-05-31 00:14:34 +08:00
|
|
|
void libertas_sync_channel(struct work_struct *work);
|
|
|
|
|
2007-02-10 22:25:27 +08:00
|
|
|
#endif /* _WLAN_ASSOC_H */
|