From 3a50bcc184059d40e8b3b7f84fc76c0dac0099d5 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 2 Jan 2013 19:10:29 +0000 Subject: iwinfo: replace more wext calls with nl80211 equivalents, attempt to infer nl80211 tx power from debugfs before querying wext git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34982 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/utils/iwinfo/src/iwinfo_lib.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'package/network/utils/iwinfo/src/iwinfo_lib.c') diff --git a/package/network/utils/iwinfo/src/iwinfo_lib.c b/package/network/utils/iwinfo/src/iwinfo_lib.c index dd65e45aa..e943546e7 100644 --- a/package/network/utils/iwinfo/src/iwinfo_lib.c +++ b/package/network/utils/iwinfo/src/iwinfo_lib.c @@ -1,7 +1,7 @@ /* * iwinfo - Wireless Information Library - Lua Bindings * - * Copyright (C) 2009 Jo-Philipp Wich + * Copyright (C) 2009-2013 Jo-Philipp Wich * * 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", }; -- cgit v1.2.3