P2P: Fix 802.11b-only rate validation for Probe Request frames
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 2 Aug 2011 08:18:03 +0000 (11:18 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 2 Aug 2011 08:18:03 +0000 (11:18 +0300)
commit70dbe3b6d75aef6a8259790c8ef016ebc008e7b7
treea31c178ed502312aa8ec96afee30ed67866ca8b2
parent93ac240496e9d9e949e38d6e3f29f4b5df342670
P2P: Fix 802.11b-only rate validation for Probe Request frames

Commit e1d526293b27f5123777e695750a0d38bdfe936a added code for verifying
whether the receive Probe Request frame was indicating support for only
802.11b rates, but it missed the for loop for the extended supported
rates element. Add that to fix the validation code for cases where
non-802.11b rates are in the extended supported rates element.
src/p2p/p2p.c