2 * Copyright 2009-2010, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _BOSII_DRIVER_H_
6 #define _BOSII_DRIVER_H_
9 #include <ether_driver.h>
12 #define ETHER_OP_CODES_END (ETHER_GET_LINK_STATE + 1)
14 // TODO: those will be removed again
15 /* ioctl() opcodes a wlan driver should support */
17 BOSII_DEVICE
= ETHER_OP_CODES_END
,
18 BOSII_DETECT_NETWORKS
,
19 BOSII_GET_DETECTED_NETWORKS
,
21 BOSII_GET_ASSOCIATED_NETWORK
24 #endif /* _BOSII_DRIVER_H_ */