RE: [RFC 2/3] make d80211 use cfg80211

2006-09-14 Thread Johannes Berg
Simon, > Does the packet injection allow hostapd to use nl80211 instead of the > wlan0ap interface to send management frames? It's intended that it does that, yes. > Important features for this > include requesting a transmit status - i.e. the ability for > hostapd/wpa_supplicant to know if the

RE: [RFC 2/3] make d80211 use cfg80211

2006-09-14 Thread Simon Barber
: [RFC 2/3] make d80211 use cfg80211 This patch makes d80211 partially configurable using the infrastructure that nl80211 provides. So far, it allows packet injection and adding/removing virtual interfaces. Also identical to previous patches except for the file and Kconfig renames that nl80211

[RFC 2/3] make d80211 use cfg80211

2006-09-14 Thread Johannes Berg
This patch makes d80211 partially configurable using the infrastructure that nl80211 provides. So far, it allows packet injection and adding/removing virtual interfaces. Also identical to previous patches except for the file and Kconfig renames that nl80211/cfg80211 went through. Signed-off-by: J