wpasupplicant
2009-01-17 Jouni MalinenDisable per-BSSID authentication for RSN IBSS
2009-01-17 Jouni MalinenSave and restore wpa_gui state when session manager...
2009-01-16 Jouni MalinenAdded an option to add (or override) Credential attribu...
2009-01-15 Jouni MalinenFixed auth_send_eapol() to use correct ctx structure
2009-01-15 Jouni MalinenUse a hardcoded RSN IE for testing to start Authenticator
2009-01-15 Jouni MalinenImplement EAPOL sending callbacks for IBSS RSN
2009-01-14 Jouni MalinenAdded initial step for IBSS RSN support
2009-01-14 Jouni MalinenRenamed PMKSA cache functions to avoid duplicate symbol...
2009-01-14 Jouni MalinenMoved rsn_pmkid() into shared code to avoid duplication
2009-01-13 Jouni Malineneapol_test: Allow generated RADIUS attributes to be...
2009-01-13 Dan Williamsdriver_wext: Add IW_ENCODE_TEMP into SIOCSIWENCODE...
2009-01-13 Jouni MalinenRemoved wpa_sm dereference from pmksa_cache_list()
2009-01-13 Jouni MalinenMoved proto == RSN validation from pmksa_cache.c into...
2009-01-13 Jouni MalinenMoved RADIUS Class attribute helpers into RADIUS module
2009-01-13 Jouni MalinenPartial fix for test_wpa build
2009-01-13 Jouni MalinenRenamed shadowed variable
2009-01-13 Jouni MalinenRemoved dead code
2009-01-13 Jouni MalinenFixed copy-paste error in retry configuration (incorrec...
2009-01-13 Jouni MalinenRemoved unused set_regulatory_domain driver function
2009-01-12 Jouni MalinenFixed build without CONFIG_IEEE80211N
2009-01-12 Jouni MalinenFixed a typo in printf -> wpa_printf changes
2009-01-12 Jouni MalinenFixed build with wpa_printf disabled
2009-01-12 Jouni MalinenRemoved hw_features.o from build if hostapd MLME is...
2009-01-12 Jouni MalinenAdded build option for disabling control interface...
2009-01-12 Jouni MalinenAdded build option for removing VLAN support (CONFIG_NO...
2009-01-12 Jouni MalinenFixed CONFIG_NO_HOSTAPD_LOGGER build
2009-01-12 Jouni MalinenComment out RADIUS configuration parsing if RADIUS...
2009-01-12 Jouni MalinenReplaced printf() calls with wpa_printf()
2009-01-12 Jouni MalinenRemove TLS-PRF from hostapd build if it is not needed
2009-01-12 Jouni MalinenAdded CONFIG_NO_AES_EXTRAS for hostapd
2009-01-12 Jouni MalinenFixed couple of build failures with minimal configuration
2009-01-11 Kel Moddermanwpa_gui-qt4: silence compile warning + wpsTab enable...
2009-01-11 Jouni MalinenSilenced some sparse warnings
2009-01-10 Jouni MalinenFixed build with 802.11n disabled
2009-01-09 Jouni MalinenInclude SIM simular for EAP-SIM in Windows build
2009-01-09 Jouni MalinenCleaned up main() by splitting it into number of helper...
2009-01-09 Jouni MalinenMoved driver callback functions from hostapd.c to a...
2009-01-09 Jouni MalinenMoved TKIP countermeasures from hostapd.c to its own...
2009-01-09 Jouni MalinenCleanup: move related functions closer to eachother
2009-01-09 Jouni MalinenFixed TKIP countermeasueres for drivers that do not...
2009-01-09 Jouni MalinenAdd wrapper functions for IEEE 802.11 driver calls...
2009-01-09 Jouni MalinenUse a wrapper function for ieee802_1x_receive() to...
2009-01-09 Jouni MalinenMoved disassociation processing away from driver_*.c
2009-01-09 Jouni MalinenMoved association check from driver_*.c into ieee802_1x...
2009-01-09 Jouni MalinenMoved WPA setup etc. association processing away from...
2009-01-09 Jouni MalinenMove RX-from-unknown-STA processing away from driver_*.c
2009-01-09 Jouni MalinenMoved TX status processing for STA entries away from...
2009-01-09 Jouni MalinenShare the same radiotap helper implementation
2009-01-09 Jouni MalinenMoved rfc1042_header into driver_*.c that use it
2009-01-09 Jouni MalinenFixed a typo in a comment
2009-01-09 Jouni MalinenFixed eapol_test build after RADIUS API changes (const)
2009-01-08 Jouni MalinenMove generic definitions away from hostapd.h
2009-01-08 Jouni MalinenSplit hostapd/driver.h into two files
2009-01-08 Jouni MalinenAdded support for removing RADIUS accounting and RADIUS...
2009-01-08 Jouni MalinenRemove MLME code from build if none of the enabled...
2009-01-08 Jouni MalinenReplaced printf() with wpa_printf()
2009-01-08 Jouni MalinenAdded CONFIG_NO_STDOUT_DEBUG for hostapd
2009-01-08 Jouni MalinenMark shared secret const in RADIUS client routines
2009-01-08 Jouni MalinenMoved documentation from developer.txt into source...
2009-01-06 Jouni MalinenCreate PNG icon before running qmake to avoid resource...
2009-01-06 Jouni MalinenPreparations for 0.6.7 release
2009-01-05 Eygene Ryabinkinwpa_cli: Embed command usage into the wpa_cli_commands...
2009-01-05 Eygene Ryabinkinwpa_cli: Improve sensitive command detection for readli...
2009-01-05 Eygene Ryabinkinwpa_cli: fix readline history cleaning
2009-01-05 Ihar HrachyshkaFix wpa_supplicant build for uClinux
2009-01-04 Jouni MalinenFixed a typo in usage help
2009-01-04 Tomasz Wolniewiczeapol_test: Add a universal way of adding extra RADIUS...
2009-01-04 Jouni MalinenSilenced number of Doxygen warnings
2009-01-04 Jouni MalinenRemove wpa_gui from doxygen documentations
2009-01-04 Jouni MalinenFixed IMAGE_PATH for doxygen run in root directory
2009-01-04 Jouni MalinenRemove temporary Qt build directories from Doxygen run
2009-01-04 Jouni MalinenRemove unwanted wpa_supplicant -> struct wpa_supplicant...
2009-01-04 Jouni MalinenResolve a Doxygen warning
2009-01-04 Jouni MalinenFixed Doxygen function links
2009-01-04 Jouni MalinenCompleted Doxygen documentation for functions declared...
2009-01-03 Jouni MalinenUse NULL, not 0, when comparing a pointer
2009-01-03 Jouni MalinenAdded endianness annotation for sparse
2009-01-03 Jouni MalinenFixed sparse warnings about integer vs. pointer use
2009-01-03 Jouni MalinenRemoved sparse destinations since "CC=cgcc make" works...
2009-01-03 Jouni MalinenMark functions static if not used elsewhere and use...
2009-01-03 Jouni MalinenInclude the header file to validate function prototype.
2009-01-03 Jouni MalinenMoved WPS Registrar initialization from EAP peer to...
2009-01-03 Jouni MalinenRemoved registrar pointer from wps_config and wps_data
2009-01-03 Jouni MalinenRemoved duplicated authenticator yes/no from wps_config...
2009-01-03 Jouni MalinenRemoved unused WPS_PENDING processing result
2009-01-03 Jouni MalinenAdded Doxygen documentation for WPS code
2009-01-03 Jouni MalinenCreate all doxygen docs from root directory to get...
2009-01-02 Jouni MalinenFixed number of doxygen warnings
2009-01-02 Jouni MalinenAdded more src subdirectories into doxygen docs
2009-01-02 Jouni MalinenUpdated doxygen configuration files to work with new...
2009-01-02 Jouni MalinenMove addr_un definitions to avoid using out-of-scope...
2009-01-02 Jouni MalinenInitialize wpa_ie_len to 0 if WPA IE is not set on...
2009-01-02 Jouni MalinenInclude ieee802_11_defs.h explicitly instead of assumin...
2009-01-02 Jouni MalinenReplaced string comparison operator '==' with '=' to...
2009-01-01 Jouni MalinenWPS: Generate UUID based on MAC address, if not set
2009-01-01 Jouni MalinenWPS: Cleanup UUID and MAC address configuration
2008-12-31 Jouni MalinenInclude pending MFP defines in nl80211_copy.h
2008-12-31 Jouni MalinenSync nl80211.h copy with the current kernel version
2008-12-31 Jouni MalinenRenamed nl80211 HT channel parameters to match with...
2008-12-31 Jouni MalinenMFP: Require MFP is it is enabled and AP scan shows...
next