On Dec 12, 2007 10:25 AM, Dan Williams <dcbw@xxxxxxxxxx> wrote: > --- a/include/linux/wireless.h > +++ b/include/linux/wireless.h > @@ -541,6 +541,16 @@ > /* Maximum size of returned data */ > #define IW_SCAN_MAX_DATA 4096 /* In bytes */ > > +/* Scan capability flags - in (struct iw_range *)->scan_capa */ > +#define IW_SCAN_CAPA_NONE 0x00 > +#define IW_SCAN_CAPA_ESSID 0x01 > +#define IW_SCAN_CAPA_BSSID 0x02 > +#define IW_SCAN_CAPA_CHANNEL 0x04 > +#define IW_SCAN_CAPA_MODE 0x08 > +#define IW_SCAN_CAPA_RATE 0x10 > +#define IW_SCAN_CAPA_TYPE 0x20 > +#define IW_SCAN_CAPA_TIME 0x40 > + Oh well... Would you mind putting this on enum and kerneldoc'ing them? I'm not sure what some of these would imply capabilities for. Luis - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html