summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLior David <qca_liord@qca.qualcomm.com>2016-03-31 15:56:46 +0300
committerKyle Yan <kyan@codeaurora.org>2016-05-27 14:52:36 -0700
commit9be37d74ff75f745c1ce68d78eb0a49260459b98 (patch)
tree6b85e14acf0dc21b2b81852d3174d0c6901aee63 /tools/perf/scripts/python
parent27342c0ecec853c3a4f4be83493f1e5987af0f6e (diff)
wil6210: P2P_DEVICE virtual interface support
Added support for the P2P_DEVICE virtual interface. This interface is intended for P2P management operations such as discovery and GO negotiation. Normally it is implemented by drivers to allow a separate interface for P2P management with its own MAC address, but for 11ad drivers it is needed to support P2P search, since it cannot otherwise be separated from normal scan. Since we only support a single interface/MAC address, we can't easily separate between primary and P2P_DEVICE interfaces. For example when a management packet arrives we can't tell for which interface it is intended. To work around this, we store a pointer to the interface where the last "radio operation" was triggered such as scan or remain on channel, and we forward management packets and scan results to this interface. Change-Id: Ief04b007c0507f9240d8f0b02b98fe7712213a0e Signed-off-by: Lior David <qca_liord@qca.qualcomm.com> Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Git-commit: 4332cac17b5c0cb80d8b99fda33a0faad3238b0e Git-repo: https://github.com/kvalo/ath.git CRs-Fixed: 982931 [merez@codeaurora.org: conflict in wil_cfg80211_add_iface definition] Signed-off-by: Maya Erez <merez@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions