]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/events.c
Remove unnecessary EVENT_RX_MGMT data validation
authorJouni Malinen <j@w1.fi>
Sat, 21 Apr 2012 15:54:35 +0000 (18:54 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 21 Apr 2012 15:57:13 +0000 (18:57 +0300)
commiteab6f5e04a2b31d8ef579b15bf3208b0cbccdfee
tree30a86087475eec778e6cd53960a9df34c0a5b33b
parentc9b72c257aa07e1f7bbb4b4897943d969e739055
Remove unnecessary EVENT_RX_MGMT data validation

Make wpa_supplicant_event() more consistent by not checking
data in either location handling EVENT_RX_MGMT events. This event
is required to specify the data so this pointer cannot be NULL.

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