mac80211: allow calling ieee80211_ap_probereq_get() during auth/assoc
authorEliad Peller <eliad@wizery.com>
Thu, 28 Jun 2012 12:03:13 +0000 (15:03 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 2 Jul 2012 12:47:44 +0000 (14:47 +0200)
commitd9b3b28b93812715dcee8e4eed8cb8d0707a45f8
treee595e36f1d1b4d591d31a4560b26380998d048a1
parente4e32459c2daea59516da59999706b357e6eb480
mac80211: allow calling ieee80211_ap_probereq_get() during auth/assoc

Drivers might need getting the probe request
(e.g. in order to extract the ssid) even during
auth/assoc.

Make ieee80211_ap_probereq_get() support it
by considering auth_data/assoc_data as well.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c