#241: Hostapd + RSN broken
-------------------------------------------------+--------------------------
Reporter: Stijn Tintel <[EMAIL PROTECTED]> | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: madwifi: 802.11 stack | Version: trunk
Resolution: | Keywords:
-------------------------------------------------+--------------------------
Comment (by Charles Bovy):
Sorry, did not test my patch in AP mode. We need to provide both WPA and
RSN ie to hostapd. So, we need to change madwifi-ng (struct
ieee80211req_wpaie) and adapt hostapd so hostapd can handle both WPA and
RSN ie. Before the RSN ie was stored in the wpa_ie, which resulted in RSN
being preferred above WPA. I'll try to write a patch asap and post it.
The following is going to change in ieee80211_ioctl.h:
{{{
struct ieee80211req_wpaie {
u_int8_t wpa_macaddr[IEEE80211_ADDR_LEN];
u_int8_t wpa_ie[IEEE80211_MAX_OPT_IE];
u_int8_t rsn_ie[IEEE80211_MAX_OPT_IE];
};
}}}
Can someone have a look at hostapd code and change it so it can select
wpa_ie or rsn_ie?
--
Ticket URL: <http://www.madwifi.org/ticket/241>
Madwifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity