P2P: Clone dtim_period to a new interface
[mech_eap.git] / src /
2014-01-21 Dmitry ShmidtP2P: Reduce peer expiration age to 60 sec and allow...
2014-01-20 Rashmi RamannaP2P: Extend the listen time based on the active concurr...
2014-01-17 Po-Lun LaiP2P: Allow GO Negotiation Request to update peer entry...
2014-01-17 Jithu JanceP2P: Don't expire the peer, if GO Negotiation is in...
2014-01-14 Sunil Duttnl80211: Pass station supported channel and oper class...
2014-01-14 Sunil DuttTDLS: Pass peer's Supported channel and oper class...
2014-01-14 Janusz Dziedzichostapd: DFS setup seg0 correctly for HT40-
2014-01-14 Janusz Dziedzichostapd: DFS/CSA check if CSA in progress
2014-01-08 Jouni MalinenSkip network disabling on expected EAP failure
2014-01-08 Jouni MalinenEAP-FAST peer: Make debug clearer on missing pac_file...
2014-01-07 Jouni MalinenEXT PW: Fix hash return in password fetching
2014-01-07 Jouni Malinenhostapd: Skip full AP configuration validation on SET...
2014-01-07 Arik NemtsovP2P: Wait on GO Negotiation Confirm transmit
2014-01-07 Eyal ShapiraP2P: Cancel action frame offchan wait after recv GO...
2014-01-07 Jouni Malinenbsd: Fix NULL pointer dereference on error path
2014-01-07 Masashi Honmabsd: Prepare event buffer on init process
2014-01-07 Jouni Malinennl80211: Clean up netlink parsing and debug prints
2014-01-07 Andrei Otcheretianskinl80211: Move CS supported flag to wpa_driver_capa
2014-01-07 Jouni MalinenAdd DRIVER-STATUS command for hostapd
2014-01-07 Jouni MalinenEAP-IKEv2 peer: Fix a memory leak in notify round
2014-01-07 Jouni MalinenRemove PEAPv2 support
2014-01-07 Jouni MalinenEAP-pwd peer: Allow fragmentation limit to be configured
2014-01-07 Jouni MalinenEAP-IKEv2 peer: Allow fragmentation limit to be configured
2014-01-07 Jouni MalinenWPS: Convert printf() debug print to use wpa_printf()
2014-01-07 Jouni MalinenEAP-GPSK: Report CSuite negotiation failure properly
2014-01-07 Jouni MalinenEAP-GPSK: Allow forced algorithm selection to be configured
2014-01-07 Jouni MalinenEAP peer: Improve failure reporting from METHOD with...
2014-01-07 Jouni MalinenFix req_scan-deplete-timeout and update eloop API for...
2014-01-07 Jouni MalinenAllow external programs to request wpa_radio work items
2014-01-07 Jouni MalinenP2P: Use radio work to protect offchannel Action frame...
2014-01-05 Jouni MalinenUse radio work for P2P scan requests
2014-01-05 Jouni MalinenAdd helper functions for cloning and freeing scan param...
2014-01-02 Jouni MalinenRemove some unnecessary EAPOL port (un)authorized callbacks
2014-01-02 Jouni MalinenAsk driver to report only new scan results if requested
2014-01-02 Jouni MalinenRemove hostapd dump_file functionality
2014-01-02 Jouni MalinenMake EAPOL dump data available through ctrl_iface STA...
2014-01-02 Jouni MalinenConvert EAPOL authenticator dump into easier to parse...
2014-01-02 Jouni MalinenAdd more STA information into the ctrl_iface STA command
2014-01-02 Jouni MalinenRemove forgotten notes about already removed driver...
2014-01-01 Jouni Malinennl80211: Initial support for vendor commands and events
2014-01-01 Jouni MalinenP2P: Send received Presence Response information to...
2013-12-31 Jouni MalinenACS: Mark acs_fail() static
2013-12-31 Jouni MalinenOpenSSL: Include sha1/sha256 header files to verify...
2013-12-31 Jouni MalinenWNM: Clean up le16 variable use to avoid sparse warnings
2013-12-31 Jouni MalinenMove declaration of hostapd_acs_completed() into correc...
2013-12-31 Jouni MalinenDeclare wpa_debug_* variables in src/utils/wpa_debug.h
2013-12-31 Jouni MalinenDeclare wpa_drivers in src/drivers/driver.h
2013-12-31 Jouni Malinennl80211: Add driver param for forcing monitor and conne...
2013-12-31 Jouni Malinennl80211: Fix nl_mgmt handling in partial error case
2013-12-31 Jouni Malinennl80211: Prefer newer scan result over older during...
2013-12-31 Jouni Malinennl80211: Report set_supp_port failures in debug log
2013-12-31 Jouni Malinennl80211: Share a helper function for connect and associ...
2013-12-31 Jouni MalinenRemove unnecessary build #ifdef from definitions
2013-12-31 Jouni MalinenGet rid of duplicated cipher suite and AKM definitions
2013-12-31 Jouni Malinennl80211: Use helper functions for cipher suite mapping
2013-12-31 Jouni Malinennl80211: Set control port for NL80211_CMD_COMMAND
2013-12-30 Jouni Malinennl80211: Clean up regulatory rule debug prints
2013-12-30 Jouni Malinennl80211: Print frame registration match on same debug...
2013-12-29 Jouni MalinenP2P: Remove WPA_DRIVER_FLAGS_P2P_MGMT option
2013-12-29 Jouni MalinenSAE: Fix ECC element y coordinate validation step
2013-12-29 Jouni MalinenEAP-EKE: Allow forced algorithm selection to be configured
2013-12-29 Jouni MalinenRemove unused information element parsing data
2013-12-29 Jouni MalinenRemove unnecessary EVENT_RX_ACTION
2013-12-29 Jouni MalinenDefine __maybe_unused
2013-12-29 Jouni MalinenDo not process Action frames twice in hostapd SME/MLME
2013-12-29 Jouni MalinenFix whitespace style
2013-12-29 Jouni MalinenWPS: Remove unused send_wpabuf()
2013-12-29 Jouni MalinenWPS: Make sure reconfiguration timeout is not left...
2013-12-29 Jouni MalinenWPS: Allow testing mode to disable 2.0 functionality
2013-12-29 Jouni MalinenRemove unused wps_device_data_dup()
2013-12-29 Jouni MalinenRemove unnecessary extra tracking of eloop registration
2013-12-29 Jouni MalinenReplace unnecessary hex_value() with hex2byte()
2013-12-29 Jouni MalinenEnable FT with SAE
2013-12-29 Jouni Malinennl80211: Fix protected Action frame reporting for AP...
2013-12-28 Jouni MalinenFix PeerKey 4-way handshake
2013-12-28 Jouni MalinenFix PeerKey deinit behavior
2013-12-27 Jouni MalinenWNM: Move disassociation imminent sending to wnm_ap.c
2013-12-27 Jouni Malinenhostapd: Make STA flags available through ctrl_iface...
2013-12-27 Jouni MalinenRemove IEEE80211_REQUIRE_AUTH_ACK
2013-12-27 Jouni MalinenRemove unused STA flags
2013-12-27 Jouni MalinenWNM: Add STA flag to indicate the current WNM-Sleep...
2013-12-27 Jouni MalinenWNM: Fix AP processing without wnm_oper driver callback
2013-12-27 Jouni MalinenWNM: Move ESS Disassoc Imminent sending to a helper...
2013-12-27 Jouni MalinenWNM: Minimal processing of BSS Transition Management...
2013-12-26 Jouni MalinenWNM: Fix Sleep Mode AP processing in open network
2013-12-26 Jouni MalinenInitial handling of GTK-not-used cipher suite
2013-12-26 Jouni MalinenOpenSSL: Do not accept SSL Client certificate for server
2013-12-26 Jouni MalinenOpenSSL: Use certificates from TLS authentication in...
2013-12-26 Jouni MalinenWPS ER: Fix deinit timeout handling with delayed/failin...
2013-12-26 Jouni MalinenWPS: Reschedule AP configuration reload on EAP completion
2013-12-26 Jouni MalinenTrack whether scan was started by us or an external...
2013-12-26 Jouni MalinenFix comment format
2013-12-26 Jouni Malinennl80211: Add scanned frequencies/SSIDs into debug log
2013-12-26 Jouni MalinenAdd GAS-QUERY-START and GAS-QUERY-DONE event messages
2013-12-26 Jouni Malinenhostapd: Allow external management frame processing...
2013-12-26 Jouni MalinenMove int_array helpfer functions to utils/common.c
2013-12-25 Jouni Malinennl80211: Fetch cipher capabilities from the driver
2013-12-24 Jouni MalinenConvert wpa_hexdump functions to use void pointer inste...
2013-12-24 Jouni MalinenRemove obsolete license notifications
2013-12-24 Jouni MalinenAndroid: Remove old WEXT extensions
next