projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix path to libgcc.a in LIBGCC_S
[openwrt.git]
/
package
/
broadcom-wl
/
src
/
include
/
wlioctl.h
diff --git
a/package/broadcom-wl/src/include/wlioctl.h
b/package/broadcom-wl/src/include/wlioctl.h
index
0558415
..
0c88961
100644
(file)
--- a/
package/broadcom-wl/src/include/wlioctl.h
+++ b/
package/broadcom-wl/src/include/wlioctl.h
@@
-12,7
+12,6
@@
* SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
* FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
*
* SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
* FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
*
- * $Id: wlioctl.h,v 1.1.1.22 2006/04/15 01:29:08 michael Exp $
*/
#ifndef _wlioctl_h_
*/
#ifndef _wlioctl_h_
@@
-762,7
+761,11
@@
typedef struct wl_instance_info {
#define WLC_NVOTPW 274
#define WLC_OTPW 275
#define WLC_SET_LOCALE 278
#define WLC_NVOTPW 274
#define WLC_OTPW 275
#define WLC_SET_LOCALE 278
-#define WLC_LAST 279 /* do not change - use get_var/set_var */
+#define WLC_GET_ALLOW_MODE 279
+#define WLC_SET_ALLOW_MODE 280
+#define WLC_GET_DESIRED_BSSID 281
+#define WLC_SET_DESIRED_BSSID 282
+#define WLC_LAST 283 /* do not change - use get_var/set_var */
/*
* Minor kludge alert:
/*
* Minor kludge alert:
This page took
0.025725 seconds
and
4
git commands to generate.