Skip to content

Commit 0b8fb82

Browse files
Peng Xujmberg-intel
authored andcommitted
cfg80211: Parsing of Multiple BSSID information in scanning
This extends cfg80211 BSS table processing to be able to parse Multiple BSSID element from Beacon and Probe Response frames and to update the BSS profiles in internal database for non-transmitted BSSs. Signed-off-by: Peng Xu <pxu@codeaurora.org> Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Jouni Malinen <jouni@codeaurora.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent fcea7db commit 0b8fb82

File tree

2 files changed

+472
-39
lines changed

2 files changed

+472
-39
lines changed

net/wireless/core.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Wireless configuration interface internals.
44
*
55
* Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net>
6-
* Copyright (C) 2018 Intel Corporation
6+
* Copyright (C) 2018-2019 Intel Corporation
77
*/
88
#ifndef __NET_WIRELESS_CORE_H
99
#define __NET_WIRELESS_CORE_H
@@ -152,6 +152,7 @@ extern int cfg80211_rdev_list_generation;
152152
struct cfg80211_internal_bss {
153153
struct list_head list;
154154
struct list_head hidden_list;
155+
struct list_head nontrans_list;
155156
struct rb_node rbn;
156157
u64 ts_boottime;
157158
unsigned long ts;

0 commit comments

Comments
 (0)