commit | 41be37f2ac0a4d54525e1397c36fac64ae8ea412 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Fri Sep 19 17:34:55 2008 +0200 |
committer | Johannes Berg <johannes@sipsolutions.net> | Fri Sep 19 17:34:55 2008 +0200 |
tree | d4e0377ea202fd98471612fc23beb7000ff2d964 | |
parent | 3f4577f8ffb74848c6f6d442326cce9af252e197 [diff] [blame] |
add max # scan SSIDs
diff --git a/info.c b/info.c index 5f24df2..bb6f7ce 100644 --- a/info.c +++ b/info.c
@@ -105,6 +105,10 @@ } } + if (tb_msg[NL80211_ATTR_MAX_NUM_SCAN_SSIDS]) + printf("\tmax # scan SSIDs: %d\n", + nla_get_u8(tb_msg[NL80211_ATTR_MAX_NUM_SCAN_SSIDS])); + if (!tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES]) return NL_SKIP;