Commit 1d9576d0 authored by Dmitry Shmidt's avatar Dmitry Shmidt
Browse files

wifi: Sync with wpa_supplicant commit 76cd2cc (147848e)


Change-Id: I42bc6906cc1dde27ce8ba38f0f919d2c791c09bb
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent f466bfe1
......@@ -32,6 +32,7 @@
#include "eloop.h"
#include "utils/list.h"
#include "common/qca-vendor.h"
#include "common/qca-vendor-attr.h"
#include "common/ieee802_11_defs.h"
#include "common/ieee802_11_common.h"
#include "l2_packet/l2_packet.h"
......@@ -105,6 +106,7 @@ struct i802_bss {
u8 addr[ETH_ALEN];
int freq;
int bandwidth;
int if_dynamic;
void *ctx;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment