privsep: Support multiple scan SSIDs
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
002b504d19
commit
da818ee5e9
3 changed files with 39 additions and 8 deletions
|
@ -9,6 +9,7 @@
|
|||
#ifndef PRIVSEP_COMMANDS_H
|
||||
#define PRIVSEP_COMMANDS_H
|
||||
|
||||
#include "drivers/driver.h"
|
||||
#include "common/ieee802_11_defs.h"
|
||||
|
||||
enum privsep_cmd {
|
||||
|
@ -29,6 +30,12 @@ enum privsep_cmd {
|
|||
PRIVSEP_CMD_AUTHENTICATE,
|
||||
};
|
||||
|
||||
struct privsep_cmd_scan {
|
||||
unsigned int num_ssids;
|
||||
u8 ssids[WPAS_MAX_SCAN_SSIDS][32];
|
||||
u8 ssid_lens[WPAS_MAX_SCAN_SSIDS];
|
||||
};
|
||||
|
||||
struct privsep_cmd_authenticate {
|
||||
int freq;
|
||||
u8 bssid[ETH_ALEN];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue