Added a separate ctx pointer for wpa_msg() calls in WPA supp
authorJouni Malinen <j@w1.fi>
Sat, 17 Jan 2009 15:54:40 +0000 (17:54 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 17 Jan 2009 15:54:40 +0000 (17:54 +0200)
commit0f057fb2c705010c96175e4c5e658f076fef0701
treeda53bd559271af93c200a86fded03155cf991014
parentb9a2e577b431a54afc045a4dceb787ed50ab955c
Added a separate ctx pointer for wpa_msg() calls in WPA supp

This is needed to allow IBSS RSN to use per-peer context while
maintaining support for wpa_msg() calls to get *wpa_s as the pointer.
src/rsn_supp/peerkey.c
src/rsn_supp/preauth.c
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
wpa_supplicant/ibss_rsn.c
wpa_supplicant/preauth_test.c
wpa_supplicant/tests/test_wpa.c
wpa_supplicant/wpas_glue.c