mech_eap.git
2011-12-06 Jouni MalinenP2P: Add group ifname to P2P-PROV-DISC-* events
2011-12-06 Jithu JanceP2P: Skip duplicated provision discovery on join
2011-12-06 Jithu JanceP2P: Add optional "join" argument for p2p_prov_disc...
2011-12-06 Jouni MalinenRemove documentation for label option in p2p_connect
2011-12-06 Jouni Malinennl80211: Remove unnecessary struct nl80211_handles...
2011-12-06 Johannes Bergnl80211: Listen to unexpected 4addr events
2011-12-06 Johannes Bergnl80211: Use global event socket for multicast events
2011-12-06 Johannes Bergnl80211: Register for Beacon frames in AP mode
2011-12-06 Johannes Bergnl80211: Subscribe to spurious class3 frame events
2011-12-06 Johannes Bergnl80211: Use nl80211 for mgmt TX/RX in AP mode
2011-12-06 Jouni MalinenEAP server: Force identity request after eapRestart...
2011-12-06 Jouni MalinenRevert "EAP server: Force identity request after INITIA...
2011-12-04 Jouni Malinennl80211: Use driver event to indicate failure on authen...
2011-12-04 Jouni MalinenSME: Fix processing of Authentication timeout
2011-12-04 Jouni MalinenTry to reconnect to the same BSS on recoverable disconn...
2011-12-04 Jouni Malinennl80211: Recover from auth req ENOENT with a scan
2011-12-04 Jouni MalinenSME: Fix processing of Authentication request failure
2011-12-04 Jouni MalinenEAP-AKA peer: Keep pseudonym identity across EAP exchanges
2011-12-04 Simon BaatzEAP-SIM peer: Only log the identities that we actually...
2011-12-04 Simon BaatzEAP-SIM: Keep pseudonym identity
2011-12-04 Jouni MalinenUse explicit type casting to avoid sign extensions
2011-12-04 Jouni MalinenCheck nt_password_hash() return code
2011-12-04 Jouni MalinenCheck wpa_supplicant_parse_ies() return value more...
2011-12-04 Jouni MalinenFix basic_rates copying
2011-12-04 Jouni MalinenFix no-NEED_AP_MLME build
2011-12-04 Arik NemtsovAllow Action frames with unknown BSSID in GO mode
2011-12-03 Johannes Bergnl80211: Do not encrypt IEEE 802.1X WEP EAPOL
2011-12-03 Johannes Bergnl80211: Allocate nl CB for BSS RX
2011-12-03 Johannes Bergnl80211: Rename process_event
2011-12-03 Johannes Bergnl80211: Pass cb to eloop function
2011-12-03 Johannes Bergnl80211: Use one CB for driver event RX
2011-12-03 Johannes Bergnl80211: Store frequency in bss struct
2011-12-03 Johannes Bergnl80211: Move AP SME setup to mode change
2011-12-03 Johannes Bergnl80211: Use socket error queue for EAPOL TX status
2011-12-03 Jouni MalinenEAP server: Force identity request after INITIALIZE...
2011-12-03 Jouni MalinenUpdate internal MAC address on EVENT_INTERFACE_ENABLED...
2011-12-03 Jouni Malinennl80211: Ignore interface up event if interface is...
2011-12-03 Johan HedlundUpdate RSN supplicant MAC address on driver reinitializ...
2011-12-03 Jouni Malinennl80211: Use binary hexdump for scan IEs instead of...
2011-12-03 Jouni MalinenConvert hostapd_prepare_rates() to use struct hostapd_iface
2011-12-03 Jouni MalinenMerge set_rate_sets() driver_ops into set_ap()
2011-12-03 Jouni MalinenRemove unused parameters from set_rate_sets()
2011-12-03 Jouni Malinenhostapd: Show driver event names in debug log
2011-12-03 Jouni Malinennl80211: Merge ap_isolate configuration into nl80211_se...
2011-12-03 Jouni MalinenFix a typo in a comment
2011-12-02 Szymon BigosFix generated WPS PIN values to use zero-padding
2011-12-01 Jouni MalinenAdd example WPS AP mode UI for wpa_supplicant
2011-12-01 Jouni Malinenwpa_supplicant AP: Allows passphrase to be fetched
2011-12-01 Jouni MalinenWPS: Disable WPS(v2) in WPA/TKIP-only configuration
2011-12-01 Jouni MalinenCall wpas_connection_failed() only if actually trying...
2011-12-01 Jouni MalinenMake reconnect-on-disassoc debug prints somewhat more...
2011-12-01 Jouni MalinenP2P: Clear show_group_started on GO start
2011-11-30 Bharat ChakravartyWPS: Allow RF Bands value to be overridden
2011-11-30 Subrat DashWPS: Fix stopping of active WPS operation on dual concu...
2011-11-30 Jouni MalinenWPS ER: Fix segfault in some selected registrar change...
2011-11-29 Arik NemtsovSet ht_capab from based on driver capabilities when...
2011-11-29 Jouni MalinenIncrease min sched_scan interval from 2 to 10 seconds
2011-11-29 Dmitry ShmidtAndroid: nl80211: Add Android specific PNO configuration
2011-11-29 Dmitry ShmidtAndroid: wext: Add sched_scan functions for PNO
2011-11-29 Dmitry ShmidtAndroid: wext: Add driver state events
2011-11-29 Dmitry ShmidtFix pno_start() to initialize SSID list properly
2011-11-28 Jouni MalinenUse normal scan before sched_scan if that can speed...
2011-11-28 Jouni MalinenAdd broadcast SSID for sched_scan for scan_ssid=0 networks
2011-11-28 Jouni MalinenUse common code for disabled network case in sched_scan
2011-11-28 Jouni MalinenDrop sched_scan filter if not enough match sets supported
2011-11-28 Jouni MalinenMake sched_scan debug clearer on timeout use
2011-11-28 Jouni MalinenStop sched_scan on DISCONNECT command
2011-11-28 Jouni MalinenAdd preferred network offload (PNO) functionality
2011-11-28 Jouni MalinenFix sched_scan filter_ssids setting for no filters...
2011-11-27 Jouni MalinenInterworking: Verify that BSS information includes...
2011-11-27 Jouni MalinenEAP-AKA: Use strdup instead of strlen + malloc + memcpy
2011-11-27 Jouni MalinenEAP-PEAP: Remove unused hdr assignment
2011-11-27 Jouni MalinenEAP-PSK: Fix memory leak on error path
2011-11-27 Jouni MalinenTLS: Add support for SHA256-based cipher suites from...
2011-11-27 Jouni Malinenwpa_passphrase: Include SHA256 objects to fix some...
2011-11-27 Jouni MalinenTLS: Update file headers to include TLS v1.2 support
2011-11-27 Jouni MalinenInclude TLS v1.1 and v1.2 support in library build
2011-11-27 Jouni MalinenTLS: Allow TLS v1.2 to be negotiated
2011-11-27 Jouni MalinenTLS: Add TLS v1.2 style CertificateVerify functionality
2011-11-27 Jouni MalinenTLS: Add SHA256-based verify_data derivation for TLS...
2011-11-27 Jouni MalinenTLS: Maintain SHA256-based hash values for TLS v1.2
2011-11-27 Jouni MalinenTLS: Add build configuration for TLS v1.2 support
2011-11-27 Jouni MalinenTLS: Assume explicit IV for TLS v1.1 and newer
2011-11-27 Jouni MalinenTLS: Increase maximum MAC key from 20 to 32 octets
2011-11-27 Jouni MalinenTLS: Pass version to tls_prf() in preparation for new...
2011-11-27 Jouni MalinenRename tls_prf() to tls_prf_sha1_md5()
2011-11-27 Jouni MalinenTLS: Add helper functions for version number handling
2011-11-27 Jouni MalinenAdd implementation of TLS v1.2 PRF (P_SHA256)
2011-11-27 Jouni Malinenhostapd: Define CONFIG_SHA256 for SHA256 builds
2011-11-27 Jouni MalinenAdd SHA256-hash functions to generic crypto_hash_*...
2011-11-27 Jouni Malinentest-https: Fix memory leaks in TLS processing
2011-11-27 Jouni MalinenTLS: Add a debug information on unsupported private...
2011-11-25 Dmitry Shmidtwpa_cli: Add action script call on P2P-GO-NEG-FAILURE...
2011-11-25 Jouni Malinenwext: Define some new values if linux/wireless.h is...
2011-11-25 Dmitry ShmidtP2P: Send STA connected/disconnected events to parent...
2011-11-25 Jouni MalinenFix sched_scan filter setting for max_match_sets == 0
2011-11-25 Jouni Malinennl80211: Do not set sched_scan filter if driver does...
2011-11-25 Jouni Malinennl80211: Implement set_p2p_powersave for legacy_ps...
2011-11-24 Jouni MalinenUse wpa_key_mgmt_*() helpers
2011-11-24 Jouni MalinenDo not save an invalid network block in wpa_supplicant...
next