<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:10pt"><DIV></DIV>
<DIV>Hello Jouni Malinen</DIV>
<DIV>&nbsp;Its nice&nbsp;to hear about the new develompnet Release v0.6.6.</DIV>
<DIV>&gt;<EM>updated userspace MLME instructions to match with the current Linux<BR>&nbsp; &nbsp;mac80211 implementation; please also note that this can only be used<BR>&nbsp;&nbsp; with driver_nl80211.c (the old code from driver_wext.c was removed).</EM></DIV>
<DIV>&nbsp;</DIV>
<DIV>There was no default configuration entry in "defconfig" of wpa_supplicant v0.6.6 for nl80211?</DIV>
<DIV>I configured it&nbsp;similar to the hostapd v0.6.6</DIV><SPAN lang=EN>
<P>CONFIG_DRIVER_NL80211=y</P>
<P>CFLAGS += -I$(LIBNL)/include</P>
<P>LIBS += -L$(LIBNL)/lib</P>
<P>&nbsp;</P>
<P>And I also enabled the MLME instructions to match with my linux mac80211 implementation.</P><SPAN lang=EN>
<P>CONFIG_CLIENT_MLME=y</P>
<P>WIRELESS_DEV=/usr/src/wireless-testing</P>
<P>CFLAGS += -I$(WIRELESS_DEV)/net/mac80211</P></SPAN></SPAN>
<DIV><BR>When I run # wpa_supplicant -dd -Dnl80211 -iwlan2 -puse_mlme=1 -c wpa_supplicant.ft_psk.conf<BR>either for ath5k or ath9k, it always fails.<A href="http://w1.fi/wireless-testing/userspace_mlme_allow_bssid_mismatch.patch" target=_blank rel=nofollow><SPAN class=yshortcuts id=lw_1227542665_3>userspace_mlme_allow_bssid_mismatch.patch</SPAN></A>&nbsp;and <A href="http://w1.fi/wireless-testing/vif_conf.patch" target=_blank rel=nofollow><SPAN class=yshortcuts id=lw_1227542665_4><FONT color=#800080>vif_conf.patch</FONT></SPAN></A>&nbsp;are there.</DIV>
<DIV>I get the following error.........<BR><STRONG><FONT color=#ff0000>Failed to set interface wlan2 mode<BR>Could not configure driver to use managed mode<BR>nl80211: Using user space MLME<BR>nl80211: Failed to enable userspace MLME<BR></FONT></STRONG></DIV>
<DIV><STRONG><FONT color=#ff0000>Does I am missing anything?</DIV></FONT></STRONG>
<DIV><STRONG><FONT color=#ff0000>&nbsp;</DIV></FONT></STRONG>
<P><SPAN style="COLOR: rgb(0,0,255)"><SPAN style="FONT-WEIGHT: bold">B</SPAN>est <SPAN style="FONT-WEIGHT: bold">R</SPAN>egards <BR><BR style="COLOR: rgb(0,0,255)"></SPAN><SPAN style="COLOR: rgb(0,0,255)"><SPAN style="FONT-WEIGHT: bold">A</SPAN>hmad <SPAN style="FONT-WEIGHT: bold">A</SPAN>li </SPAN><SPAN style="FONT-WEIGHT: bold; COLOR: rgb(0,0,255)">T</SPAN><SPAN style="COLOR: rgb(0,0,255)">abassam</SPAN><BR>Institute Industrial IT<BR>Dept. of Electrical Engineering and Computer Science<BR>University of Applied Sciences, Lemgo Germany<BR>Cell:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +49 176 64672248<BR>Land line: +49 5261 2835790</P>
<DIV><BR></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: times new roman, new york, times, serif"><BR>
<DIV style="FONT-SIZE: 13px; FONT-FAMILY: arial, helvetica, sans-serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Jouni Malinen &lt;j@w1.fi&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> hostap@lists.shmoo.com<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Sunday, November 23, 2008 7:25:49 AM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> hostapd/wpa_supplicant - new development release v0.6.6<BR></FONT><BR>New versions of wpa_supplicant and hostapd were just<BR>released and are now available from <A href="http://w1.fi/" target=_blank>http://w1.fi/</A><BR><BR>This release is from the development branch (0.6.x). Please note that<BR>the 0.5.x branch continues to be the current source of stable releases.<BR><BR>hostapd:<BR>* added a new configuration option, wpa_ptk_rekey, that can be used to<BR>&nbsp; enforce frequent PTK rekeying, e.g., to mitigate some attacks against<BR>&nbsp; TKIP deficiencies<BR>* updated OpenSSL code for EAP-FAST to use an updated version of the<BR>&nbsp; session
 ticket overriding API that was included into the upstream<BR>&nbsp; OpenSSL 0.9.9 tree on 2008-11-15 (no additional OpenSSL patch is<BR>&nbsp; needed with that version anymore)<BR>* changed channel flags configuration to read the information from<BR>&nbsp; the driver (e.g., via driver_nl80211 when using mac80211) instead of<BR>&nbsp; using hostapd as the source of the regulatory information (i.e.,<BR>&nbsp; information from CRDA is now used with mac80211); this allows 5 GHz<BR>&nbsp; channels to be used with hostapd (if allowed in the current<BR>&nbsp; regulatory domain)<BR>* fixed EAP-TLS message processing for the last TLS message if it is<BR>&nbsp; large enough to require fragmentation (e.g., if a large Session<BR>&nbsp; Ticket data is included)<BR>* fixed listen interval configuration for nl80211 drivers<BR><BR>wpa_supplicant:<BR>* added Milenage SIM/USIM emulator for EAP-SIM/EAP-AKA<BR>&nbsp; (can be used to simulate test SIM/USIM card with a known
 private key;<BR>&nbsp; enable with CONFIG_SIM_SIMULATOR=y/CONFIG_USIM_SIMULATOR=y in .config<BR>&nbsp; and password="Ki:OPc"/password="Ki:OPc:SQN" in network configuration)<BR>* added a new network configuration option, wpa_ptk_rekey, that can be<BR>&nbsp; used to enforce frequent PTK rekeying, e.g., to mitigate some attacks<BR>&nbsp; against TKIP deficiencies<BR>* added an optional mitigation mechanism for certain attacks against<BR>&nbsp; TKIP by delaying Michael MIC error reports by a random amount of time<BR>&nbsp; between 0 and 60 seconds; this can be enabled with a build option<BR>&nbsp; CONFIG_DELAYED_MIC_ERROR_REPORT=y in .config<BR>* fixed EAP-AKA to use RES Length field in AT_RES as length in bits,<BR>&nbsp; not bytes<BR>* updated OpenSSL code for EAP-FAST to use an updated version of the<BR>&nbsp; session ticket overriding API that was included into the upstream<BR>&nbsp; OpenSSL 0.9.9 tree on 2008-11-15 (no additional OpenSSL patch
 is<BR>&nbsp; needed with that version anymore)<BR>* updated userspace MLME instructions to match with the current Linux<BR>&nbsp; mac80211 implementation; please also note that this can only be used<BR>&nbsp; with driver_nl80211.c (the old code from driver_wext.c was removed)<BR>* added support (Linux only) for RoboSwitch chipsets (often found in<BR>&nbsp; consumer grade routers); driver interface 'roboswitch'<BR>* fixed canceling of PMKSA caching when using drivers that generate<BR>&nbsp; RSN IE and refuse to drop PMKIDs that wpa_supplicant does not know<BR>&nbsp; about<BR><BR><BR>git-shortlog for 0.6.5 -&gt; 0.6.6:<BR><BR>Carolin Latze (1):<BR>&nbsp; &nbsp; &nbsp; Separate OpenSSL engine configuration for Phase 2<BR><BR>Jouke Witteveen (2):<BR>&nbsp; &nbsp; &nbsp; Add RoboSwitch driver interface for wpa_supplicant<BR>&nbsp; &nbsp; &nbsp; Fixed a bug in read -&gt; _read cleanup; one missed change<BR><BR>Jouni Malinen (46):<BR>&nbsp; &nbsp; &nbsp; Added
 Milenage USIM emulator for EAP-AKA (can be used to simulate test<BR>&nbsp; &nbsp; &nbsp; driver_ndis: Added a workaround for a driver that removes SSID IE in scan<BR>&nbsp; &nbsp; &nbsp; Added Milenage-GSM simulator for EAP-SIM<BR>&nbsp; &nbsp; &nbsp; Added support for enforcing frequent PTK rekeying<BR>&nbsp; &nbsp; &nbsp; EAP-FAST: Include Tunnel PAC request only after EAP authentication<BR>&nbsp; &nbsp; &nbsp; EAP-FAST server: allow expired PAC for PAC refresh<BR>&nbsp; &nbsp; &nbsp; Fixed EAP-AKA RES Length field in AT_RES as length in bits, not bytes<BR>&nbsp; &nbsp; &nbsp; EAP-AKA: Validate RES Length field in AT_RES<BR>&nbsp; &nbsp; &nbsp; EAP-SIM/AKA: fixed initialization to verify PIN even if identity is set<BR>&nbsp; &nbsp; &nbsp; Added an optional mitigation mechanism for certain attacks against TKIP by<BR>&nbsp; &nbsp; &nbsp; Updated indentation in the patch to match style used elsewhere in OpenSSL<BR>&nbsp; &nbsp; &nbsp; Modified the
 OpenSSL patch to use session ticket -specific function<BR>&nbsp; &nbsp; &nbsp; EAP-FAST: Reorder TLVs in PAC Acknowledgment to fix interop issues<BR>&nbsp; &nbsp; &nbsp; Updated interop results for ACS 4.2<BR>&nbsp; &nbsp; &nbsp; OpenSSL 0.9.9 API change for EAP-FAST session ticket overriding API<BR>&nbsp; &nbsp; &nbsp; Changed channel flags configuration to read the information from the driver<BR>&nbsp; &nbsp; &nbsp; driver_nl80211: Remove monitor interface if AP initialization fails<BR>&nbsp; &nbsp; &nbsp; Improved the error message for passive scan not being available<BR>&nbsp; &nbsp; &nbsp; Remove extra typedefs since they do not seem to be needed anymore<BR>&nbsp; &nbsp; &nbsp; Updated userspace MLME instructions for current mac80211<BR>&nbsp; &nbsp; &nbsp; roboswitch: Minor coding style cleanup<BR>&nbsp; &nbsp; &nbsp; EAP-PEAP: Copy Binding nonce from cryptobinding request to reply<BR>&nbsp; &nbsp; &nbsp; Fixed size_t printf format for 64-bit
 builds<BR>&nbsp; &nbsp; &nbsp; Changed PEAPv0 cryptobinding to be disabled by default<BR>&nbsp; &nbsp; &nbsp; Fixed EAPA-AKA warning message about AT_RES length to use bits<BR>&nbsp; &nbsp; &nbsp; Fixed Milenage debug output to use correct length for IK and CK<BR>&nbsp; &nbsp; &nbsp; Fixed EAP-TLS message fragmentation for the last TLS message<BR>&nbsp; &nbsp; &nbsp; wpa_gui: Add a PNG version of the tray icon for Windows binary build<BR>&nbsp; &nbsp; &nbsp; Silence printf() calls in wpa_gui to avoid stdout output from a GUI program<BR>&nbsp; &nbsp; &nbsp; Remove the unwanted Windows console from the Windows binary version of wpa_gui<BR>&nbsp; &nbsp; &nbsp; Fixed canceling of PMKSA caching with driver generated RSN IE<BR>&nbsp; &nbsp; &nbsp; Fixed hostapd build without l2_packet (e.g., RADIUS server only).<BR>&nbsp; &nbsp; &nbsp; Added an attribution based on the original SSLeay license for OpenSSL.<BR>&nbsp; &nbsp; &nbsp; reconfig.c file was not used
 at all, so remove it.<BR>&nbsp; &nbsp; &nbsp; Removed now unused reconfig variables.<BR>&nbsp; &nbsp; &nbsp; Removed partial IEEE 802.11h implementation<BR>&nbsp; &nbsp; &nbsp; Removed forgotten register_drivers() prototype<BR>&nbsp; &nbsp; &nbsp; Remove overly complex hostapd setup sequence with n+1 callbacks<BR>&nbsp; &nbsp; &nbsp; Remove experimental non-AP STA code from hostapd<BR>&nbsp; &nbsp; &nbsp; Add more verbose debug output for GSM-Milenage use (RAND,SRES,Kc)<BR>&nbsp; &nbsp; &nbsp; Fixed listen interval configuration for nl80211 drivers<BR>&nbsp; &nbsp; &nbsp; Allocate new Acct-Session-Id on EAPOL-Logoff<BR>&nbsp; &nbsp; &nbsp; Use SM_ENTER_GLOBAL to clean up EAPOL state machine debug messages<BR>&nbsp; &nbsp; &nbsp; Simplified RADIUS accounting id usage<BR>&nbsp; &nbsp; &nbsp; Preparations for 0.6.6 release<BR>&nbsp; &nbsp; &nbsp; Preparations for 0.6.6 release<BR><BR>Kel Modderman (1):<BR>&nbsp; &nbsp; &nbsp; wpa_gui-qt4: tweak icon
 Makefile<BR><BR>Martin Michlmayr (1):<BR>&nbsp; &nbsp; &nbsp; wpa_gui-qt4: FTBFS with GCC 4.4: missing #include<BR><BR>-- <BR>Jouni Malinen&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PGP id EFC895FA<BR>_______________________________________________<BR>HostAP mailing list<BR><A href="mailto:HostAP@lists.shmoo.com" ymailto="mailto:HostAP@lists.shmoo.com">HostAP@lists.shmoo.com</A><BR><A href="http://lists.shmoo.com/mailman/listinfo/hostap" target=_blank>http://lists.shmoo.com/mailman/listinfo/hostap</A><BR></DIV></DIV></div><br>

      </body></html>