[PATCH] hostap update
Added support for setting channel mask for scan requests ('iwpriv wlan0 scan_channels 0x00ff' masks scans to use channels 1-8). Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:

committed by
Jeff Garzik

parent
f06ac319c0
commit
72ca9c61cd
@@ -680,7 +680,8 @@ struct local_info {
|
||||
char essid[MAX_SSID_LEN + 1];
|
||||
char name[MAX_NAME_LEN + 1];
|
||||
int name_set;
|
||||
u16 channel_mask;
|
||||
u16 channel_mask; /* mask of allowed channels */
|
||||
u16 scan_channel_mask; /* mask of channels to be scanned */
|
||||
struct comm_tallies_sums comm_tallies;
|
||||
struct net_device_stats stats;
|
||||
struct proc_dir_entry *proc;
|
||||
|
Reference in New Issue
Block a user