mlme.c in wpa_supplicant

Jouni Malinen j at w1.fi
Wed Oct 19 15:59:05 EDT 2011


On Wed, Oct 19, 2011 at 12:13:21PM +0000, Atul Joshi wrote:
> In wpa_supplicant there seems to be code which can send Auth/assoc requests as management frames directly. Does it mean we can bypass mac80211 and still have softmac implementation?
> What is the purpose of this code?

It started its life as a possibility of implementing more of MLME in
wpa_supplicant, but in practice, the only remaining use is to be able to
run some tests with driver_test.c between hostapd and wpa_supplicant. I
do not expect this to be used with any real WLAN hardware. In fact, it
could be reasonable to finally remove that file since mac80211_hwsim has
pretty much replaced all the testing needs that driver_test.c with MLME
implementation provided.

-- 
Jouni Malinen                                            PGP id EFC895FA


More information about the HostAP mailing list