]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
Added initial step for IBSS RSN support
authorJouni Malinen <j@w1.fi>
Wed, 14 Jan 2009 23:21:55 +0000 (01:21 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 14 Jan 2009 23:21:55 +0000 (01:21 +0200)
commit11ef8d3578f0c57d9503bbee97cbb8e5c0c42207
tree3b517a406bd104fd007d7568b23f0edb09bf91f3
parent4bb081f1b457b958ad735f1b4c01074bc816c909
Added initial step for IBSS RSN support

This commit adds a new build option, CONFIG_IBSS_RSN=y, that can be used
to enable RSN support for IBSS. This links in RSN Authenticator code
from hostapd and adds code for managing per-peer information for IBSS. A
new wpa_cli command or driver event can be used to request RSN
authentication with an IBSS peer. New RSN Authenticator and Supplicant
will be allocated for each peer.

The basic state machine setup code is included in this commit, but the
state machines are not properly started yet. In addition, some of the
callback functions are not yet complete.
src/drivers/driver.h
wpa_supplicant/Makefile
wpa_supplicant/ctrl_iface.c
wpa_supplicant/events.c
wpa_supplicant/ibss_rsn.c [new file with mode: 0644]
wpa_supplicant/ibss_rsn.h [new file with mode: 0644]
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h