summaryrefslogtreecommitdiff
path: root/gpxe/src/include/usr/iwmgmt.h
blob: c1bdc37a80e474ed8a3f2b7ba4283b991254bd95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _USR_IWMGMT_H
#define _USR_IWMGMT_H

/** @file
 *
 * Wireless network interface management
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

struct net80211_device;

extern void iwstat ( struct net80211_device *dev );
extern int iwlist ( struct net80211_device *dev );

#endif /* _USR_IWMGMT_H */