#92: iwlist event doesn't show supported events
-------------------------------------------------+--------------------------
Reporter: Stijn Tintel <[EMAIL PROTECTED]> | Owner:
Type: defect | Status: new
Priority: minor | Milestone: version 1.0.0
- first stable release
Component: madwifi: driver | Version: trunk
Resolution: | Keywords:
-------------------------------------------------+--------------------------
Comment (by [EMAIL PROTECTED]):
I checked, and its not hard to have it report by the individual VAP type.
I just want to make sure I'm reporting them correctly.
{{{
/* since its kernel, I think all of them have it */
IW_EVENT_CAPA_SET_KERNEL(range->event_capa);
/* this is used for reporting replay failure, which is used by the
different encoding schemes */
IW_EVENT_CAPA_SET(range->event_capa, IWEVCUSTOM);
/* for now, only ibss, ahdemo, sta has this cap */
IW_EVENT_CAPA_SET(range->event_capa, SIOCGIWSCAN);
/* for sta only */
IW_EVENT_CAPA_SET(range->event_capa, SIOCGIWAP);
IW_EVENT_CAPA_SET(range->event_capa, IWEVREGISTERED);
IW_EVENT_CAPA_SET(range->event_capa, IWEVEXPIRED);
}}}
As far as I can tell, that's what it should be, what do people think ?
--
Ticket URL: <http://madwifi.org/ticket/92>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity