nl80211: Preliminary code for usermode MLME support
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 15 Aug 2008 19:14:49 +0000 (22:14 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 15 Aug 2008 19:14:49 +0000 (22:14 +0300)
commit1c8735848dedfa54c8e183aed1205757354db175
tree6655a026cb44de5976a4cdae6bd9c12fcbd1358d
parent101533269f03104c08a442531cf767e1e5969d0f
nl80211: Preliminary code for usermode MLME support

This adds some parts needed to use usermode MLME with the current mac80211
(plus a patch to add a new cfg80211 command; not yet submitted to
wireless-testing). This version creates a monitor interface for management
frames and is able to send Probe Request frames during scan. However, it
looks like management frame reception is not yet working properly. In
addition, mlme_{add,remove}_sta() handlers are still missing.
src/drivers/driver_nl80211.c
src/drivers/radiotap.c [new file with mode: 0644]
src/drivers/radiotap.h [new file with mode: 0644]
src/drivers/radiotap_iter.h [new file with mode: 0644]
wpa_supplicant/Makefile