iwinfo: replace more wext calls with nl80211 equivalents, attempt to infer nl80211...
[openwrt.git] / package / network / utils / iwinfo / src / iwinfo_lib.c
index dd65e45..e943546 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * iwinfo - Wireless Information Library - Lua Bindings
  *
- *   Copyright (C) 2009 Jo-Philipp Wich <xm@subsignal.org>
+ *   Copyright (C) 2009-2013 Jo-Philipp Wich <xm@subsignal.org>
  *
  * The iwinfo library is free software: you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version 2
@@ -50,6 +50,11 @@ const char *IWINFO_OPMODE_NAMES[] = {
        "Ad-Hoc",
        "Client",
        "Monitor",
+       "Master (VLAN)",
+       "WDS",
+       "Mesh Point",
+       "P2P Client",
+       "P2P Go",
 };