ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6973] Add a new toolbar for channel setting on nl80211 wir

Date: Sat, 7 Jul 2012 19:48:44 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973

Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeff.morriss.ws@xxxxxxxxx

--- Comment #46 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2012-07-07 19:48:44 PDT ---
(In reply to comment #45)
> Jeff, does it build for you, and does it let you choose the channel but not let
> you select a channel type other than "no HT"?  (That's what it should do, with
> your version of the kernel.)

Well, not yet.  Now it gets to:

~~~
../ws80211_utils.c: In function 'get_phys_handler':
../ws80211_utils.c:175: error: 'NL80211_FREQUENCY_ATTR_MAX_TX_POWER' undeclared
(first use in this function)
../ws80211_utils.c:175: error: (Each undeclared identifier is reported only
once
../ws80211_utils.c:175: error: for each function it appears in.)
../ws80211_utils.c:175: error: array index in initializer not of integer type
../ws80211_utils.c:175: error: (near initialization for 'freq_policy')
cc1: warnings being treated as errors
../ws80211_utils.c:175: error: excess elements in array initializer
../ws80211_utils.c:175: error: (near initialization for 'freq_policy')
../ws80211_utils.c:193: error: 'NL80211_ATTR_SUPPORTED_IFTYPES' undeclared
(first use in this function)
../ws80211_utils.c:248: error: 'NL80211_ATTR_SUPPORTED_COMMANDS' undeclared
(first use in this function)
../ws80211_utils.c:251: error: 'NL80211_CMD_SET_CHANNEL' undeclared (first use
in this function)
../ws80211_utils.c: In function 'get_iface_info_handler':
../ws80211_utils.c:335: error: 'NL80211_ATTR_WIPHY_FREQ' undeclared (first use
in this function)
../ws80211_utils.c:337: error: 'NL80211_CHAN_NO_HT' undeclared (first use in
this function)
../ws80211_utils.c:339: error: 'NL80211_ATTR_WIPHY_CHANNEL_TYPE' undeclared
(first use in this function)
../ws80211_utils.c: In function 'ws80211_set_freq':
../ws80211_utils.c:543: error: 'NL80211_CMD_SET_CHANNEL' undeclared (first use
in this function)
../ws80211_utils.c:545: error: 'NL80211_ATTR_WIPHY_FREQ' undeclared (first use
in this function)
~~~

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.