From ee234765234fe38f7b4f9e9b6a95278549f58a05 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 17 Jan 2017 18:20:50 -0600 Subject: [PATCH] TODO: Add PBC session overlap enhancement task --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index 38e756f1..c27f7b69 100644 --- a/TODO +++ b/TODO @@ -332,6 +332,17 @@ Wireless daemon Priority: Medium Complexity: C2 +- Implement Enrollee Session Overlap Detection after WSC Protocol Run + + WSC Best Practices v2.0.1, Section 3.15 describes an enhacement to detect + PBC session overlaps. The Enrollee is asked to perform an extra scan without + the PBC request in the ProbeRequest frames after EAP-WSC completes + successfully. If another AP in PBC mode is found, then a SessionOverlap + error should be reported to the user. + + Priority: Low + Complexity: C2 + Client ======