missed two patches in last commit
[openwrt.git] / package / openwrt / include / wlioctl.h
index e452488..1a46101 100644 (file)
@@ -562,6 +562,8 @@ typedef struct wlc_rev_info {
 #define WLC_SET_WEP                            43
 #define WLC_GET_KEY                            44
 #define WLC_SET_KEY                            45
+#define WLC_GET_PASSIVE                                48      /* added by nbd */
+#define WLC_SET_PASSIVE                                49      /* added by nbd */
 #define WLC_SCAN                               50
 #define WLC_SCAN_RESULTS                       51
 #define WLC_DISASSOC                           52
@@ -595,6 +597,8 @@ typedef struct wlc_rev_info {
 #define WLC_GET_REVINFO                                98
 #define WLC_GET_MACMODE                                105
 #define WLC_SET_MACMODE                                106
+#define WLC_GET_MONITOR                                107     /* added by nbd */
+#define WLC_SET_MONITOR                                108     /* added by nbd */
 #define WLC_GET_GMODE                          109
 #define WLC_SET_GMODE                          110
 #define WLC_GET_CURR_RATESET                   114     /* current rateset */
This page took 0.021283 seconds and 4 git commands to generate.