Merge commit 'garage/master'
[wpasupplicant] / src /
2009-06-30 RyujiFix EAP-TNC peer memory leak on an error path
2009-06-29 Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-06-29 Jouni MalinenEAP-SIM peer: Remove AT_NOTIFICATION from Notification...
2009-06-29 Jouni MalinenRename variable to avoid gcc warning about shadowed...
2009-06-12 Jouni MalinenReplace hostapd_wps_probe_req_rx() with more generic...
2009-06-11 Jouni MalinenX.509: Add parsing of alternative name to internal...
2009-06-10 Jouni MalinenWPS: Change wpa_supplicant wps_reg to not send out M8
2009-05-29 Roy Marplesdriver_bsd.c: Use new MLME method of association.
2009-05-29 Roy Marplesdriver_bsd.c: Reduce code duplication between hostapd...
2009-05-29 Jouni Malinenbsd: Get rid of printf size_t warnings with 64-bit...
2009-05-29 Karl Hiramotohostapd: nl80211 retry creating a interface if it fails...
2009-05-27 Dan Williamswext: disconnect at init and deinit
2009-05-27 Dan Williamswext: Fix deauthentication to do IW_MLME_DEAUTH prior...
2009-05-27 Dan Williamswext: don't force-disconnect in ad-hoc mode
2009-05-26 Jouni MalinenWPS: Add support for setting timeout for PIN
2009-05-26 Jouni Malinenhostapd: Fix internal crypto build without TLS
2009-05-26 Jouni MalinenResolve couple of compiler warnings
2009-05-21 Masashi Honmadriver_bsd.c: use get_scan_results2
2009-05-21 Masashi HonmaFix hostapd and wpa_supplicant comipilation on NetBSD...
2009-05-14 Jouni Malinennl80211: Add support for IEEE 802.1X port control in...
2009-05-14 Jouni Malinennl80211: Add support for NL80211_ATTR_STA_FLAGS2
2009-05-14 Jouni MalinenSync with linux/nl80211.h from wireless-testing.git
2009-05-12 Jouni Malinennl80211: Add MFP flag configuration for station mode
2009-05-08 Jouni MalinenDrop unprotected Robust Action frames from MFP STAs
2009-05-06 Jouni MalinenUpdate SA Query transaction id length based on IEEE...
2009-05-06 Jouni MalinenWPS: Add a workaround for auth/encr type flags mismatches
2009-04-26 Jouke WitteveenGeneral revision of RoboSwitch driver
2009-04-23 Jouni MalinenAdd handling of SME auth/assoc timeout events
2009-04-22 Jouni MalinenRemove unused set_broadcast_ssid() driver op
2009-04-22 Jouni MalinenRemove the unused set_ieee80211d driver op
2009-04-22 Jouni MalinenAdd new wpa_supplicant driver op for setting 802.1X...
2009-04-21 Jouni Malinennl80211: Replace WEXT code for RTS/fragmentation threshold
2009-04-21 Jouni MalinenRemove unused set_retry() driver op
2009-04-21 Jouni Malinennl80211: Sync with linux/nl80211.h from wireless-testin...
2009-04-21 Jouni Malinenwpa_supplicant AP: Add preliminary support for WPS...
2009-04-20 Jouni Malinenwpa_supplicant AP: Add sta_set_flags
2009-04-20 Jouni Malinenwpa_supplicant AP: Add EAPOL frame TX and RX
2009-04-20 Jouni Malinennl80211: Mark state disassociated on local deauth/disassoc
2009-04-20 Jouni MalinenDisconnect if 4-way handshake processing fails
2009-04-17 Jouni Malinenwpa_supplicant AP: add sta_add() and sta_remove()
2009-04-17 Jouni Malinennl80211: Add/remove monitor interface dynamically based...
2009-04-17 Jouni Malinennl80211: Delete Beacon information on deinit in wpa_sup...
2009-04-17 Jouni MalinenUse C99 designated initializers to cleanup driver_ops...
2009-04-17 Jouni Malinenhostapd: Remove unused passive scan functionality
2009-04-17 Jouni Malinennl80211: Use ifndef hostapd to reduce binary size
2009-04-17 Jouni Malinennl80211: Fix secondary BSS ifindex
2009-04-17 Jouni MalinenMove more multi-BSSID processing into drv_callbacks.c
2009-04-17 Jouni MalinenProvide own_addr buffer in hapd_init() parameters
2009-04-17 Jouni MalinenAdd own_addr as a parameter to sta_deauth() and sta_dis...
2009-04-17 Jouni Malinennl80211: Fix wpa_supplicant build
2009-04-17 Jouni Malinennl80211: Add helper functions for SIOC{G,S}IFHWADDR
2009-04-16 Jouni MalinenRemove dead code related to WDS setup
2009-04-16 Jouni Malinennl80211: Share more of init/deinit code
2009-04-16 Jouni Malinennl80211: Make it possible to build without WEXT support
2009-04-16 Jouni MalinenClean up HT40 scan and share nl80211 scanning code
2009-04-15 Jouni MalinenFix small HTTP processing issues
2009-04-14 Jouni Malinennl80211: Use shared code for netlink initialization
2009-04-14 Jouni Malinennl80211: Merge handle_frame() implementations
2009-04-14 Jouni Malinennl82011: Use common code for setting channel
2009-04-14 Jouni Malinennl80211: Remove inclusion of unneeded header files
2009-04-14 Jouni Malinennl80211: Fix management frame sending after driver_ops...
2009-04-09 Jouni MalinenShare driver beacon configuration handlers
2009-04-09 Jouni MalinenMerge hostapd driver init functions into one
2009-04-09 Jouni MalinenRemove unneeded inclusion of hostapd header files
2009-04-09 Jouni Malinennl80211: Share common interface processing code
2009-04-09 Jouni Malinennl80211: Share monitor mode filtering and reading functions
2009-04-09 Jouni MalinenShare same set_country driver op for hostapd and wpa_su...
2009-04-09 Jouni MalinenShare management frame send driver op for hostapd and...
2009-04-09 Jouni MalinenRemove flags parameter from send_mgmt_frame() driver op
2009-04-09 Jouni Malinennl80211: Replace hostapd WEXT events with nl80211 events
2009-04-09 Jouni Malinennl80211: Add Michael MIC failure event processing for...
2009-04-09 Jouni MalinenSync linux/nl80211.h with wireless-testing.git
2009-04-09 Jouni Malinennl80211: Merge hostapd and wpa_supplicant key configuration
2009-04-09 Francesco Gringolinl80211: Fix channel 14 use
2009-04-09 Jouni MalinenUse common get_hw_feature_data for hostapd and wpa_supp...
2009-04-09 Jouni MalinenMerge wpa_supplicant and hostapd driver wrapper impleme...
2009-04-04 Jouni Malinennl80211: Fix static WEP key configuration when using SME
2009-04-03 Jouni Malinenwpa_supplicant AP: Add get_hw_feature_data
2009-04-03 Jouni MalinenShare same hw_feature definitions between hostapd and...
2009-04-03 Jouni MalinenImplement management frame TX for wpa_supplicant AP...
2009-04-03 Jouni MalinenFix driver_ops function documentation
2009-04-02 Jouni Malinenwpa_supplicant AP: Add management frame RX for nl80211
2009-04-02 Jouni MalinenAdd Beacon configuration for wpa_supplicant AP mode
2009-04-01 Jouni Malinennl80211: Add IGTK (AES-128-CMAC) configuration
2009-04-01 Jouni MalinenSME: Add processing for rejected associations
2009-04-01 Jouni MalinenFix SHA-256-based KDF when using CCMP as the pairwise...
2009-03-31 Jouni Malinennl80211: Remove forgotten comment about SIOCSIWMODE
2009-03-31 Jouni Malinennl80211: Remove SIOCGIWRANGE and assume TKIP+CCMP+WPA...
2009-03-31 Jouni Malinennl80211: Remove WEXT Michael MIC event processing
2009-03-31 Jouni Malinennl80211: Remove WEXT_COMPAT
2009-03-30 Jouni MalinenWPS: Fix local configuration update after AP configuration
2009-03-26 Jouni MalinenAdd support for specifying subset of enabled frequencie...
2009-03-26 Jouni MalinenAllow hostapd/config.h and wpa_supplicant/config_ssid...
2009-03-26 Jouni MalinenFix WPS UPnP SSDP on 32-bit targets
2009-03-25 Jouni MalinenRename EAP server defines from EAP_* to EAP_SERVER_*
2009-03-25 Jouni MalinenInitial step in adding simple AP mode support into...
2009-03-24 Jouni Malinendriver_nl80211: Fix initial iftype change
2009-03-24 Jouni MalinenDeprecate set_drop_unencrypted(), set_auth_alg(), and...
2009-03-21 Jouni MalinenFix WPS UPnP build for FreeBSD
2009-03-21 Jouni MalinenFix driver_bsd.c build for FreeBSD
next