]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wnm_sta.c
WNM: Fix BSS Transition Management Request processing
authorJouni Malinen <j@w1.fi>
Sat, 22 Dec 2012 10:02:15 +0000 (12:02 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 22 Dec 2012 10:02:15 +0000 (12:02 +0200)
commit27c77751f76348141b3b1ba1ce4771076df44437
treea0545aa2390eb99523baebc829926842c159b22b
parenta38fdf1c696ff9e68b1151ba36c8e35eae277f5f
WNM: Fix BSS Transition Management Request processing

The WNM-Sleep Mode handler took over WNM Action frame processing without
addressing the previously implemented WNM handler. Fix this by moving
the BSs Transition Management processing into wnm_sta.c to share a
single handler function for WNM Action frames.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/events.c
wpa_supplicant/wnm_sta.c