AP: Do not reply to Probe Request frames with DS Params mismatch
authorIlan Peer <ilan.peer@intel.com>
Fri, 6 Feb 2015 01:37:04 +0000 (20:37 -0500)
committerJouni Malinen <j@w1.fi>
Sun, 8 Feb 2015 20:49:41 +0000 (22:49 +0200)
commitc612ae97a419e55bb3e815f68376a0d78c871ccf
treed27b603200f61511e34c5248f513337949c3bfed
parent9177b0a8c936e7b5ccb5ee5d07abd74230ad756e
AP: Do not reply to Probe Request frames with DS Params mismatch

Do not reply to a Probe Request frame with a DSSS Parameter Set element
in which the channel is different than the operating channel of the AP,
as the sending station is not found on the AP's operating channel.

IEEE Std 802.11-2012 describes this as a requirement for an AP with
dot11RadioMeasurementActivated set to true, but strictly speaking does
not allow such ignoring of Probe Request frames if
dot11RadioMeasurementActivated is false. Anyway, this can help reduce
number of unnecessary Probe Response frames for cases where the STA is
less likely to see them (Probe Request frame sent on a neighboring, but
partially overlapping, channel).

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
src/ap/beacon.c