]> git.ipfire.org Git - thirdparty/hostap.git/history - src/ap/ieee802_11.c
AP: Extend the BSS bridge neighbor entry management to support IPv6
[thirdparty/hostap.git] / src / ap / ieee802_11.c
2014-11-19  Kyeyoon ParkAP: Extend the BSS bridge neighbor entry management...
2014-11-19  Ilan PeerAP: Drop retransmitted auth/assoc/action frames
2014-11-16  Bob Copelandmesh: Start mesh peering after successful authentication
2014-11-16  Bob CopelandSAE: Enhance AP implementation to handle auth for mesh...
2014-10-27  Kyeyoon ParkAP: Add support for Proxy ARP, DHCP snooping mechanism
2014-10-25  Bob Copelandmesh: Accept Action frames without BSSID match
2014-10-18  Jouni MalinenSAE: Add support for PMKSA caching on the AP side
2014-07-02  Jouni MalinenSAE: Use os_memcmp_const() for hash/password comparisons
2014-07-02  Jouni MalinenWEP shared key: Use os_memcmp_const() for hash/password...
2014-04-29  Jouni MalinenMake sta NULL-check easier for static analyzers
2014-04-29  Jouni MalinenRemove duplicated variable zeroing
2014-04-29  Jouni MalinenRemove floating constant suffix 'd' from test coee
2014-04-29  Peng XuAdd AP mode support for HT 20/40 co-ex Action frame
2014-03-15  Jouni MalinenRemove unused STA entry information
2014-03-02  Jouni MalinenRedirect more frames with ext_mgmt_frame_handling=1
2014-02-25  Jouni MalinenHS 2.0R2 AP: Add OSEN implementation
2014-02-24  Chaitanya T Khostapd: Configure spectrum management capability
2014-02-14  Marek Kwaczynskihostapd: Add Operating Mode Notification support
2014-02-13  Eytan LifshitzRemove unnecessary NULL check
2014-02-12  Jouni MalinenFix SAE state validation on AP
2014-02-04  Jouni MalinenReplace ieee802_11_print_ssid() with wpa_ssid_txt()
2014-01-23  Jouni MalinenGAS server: Add support for Protected Dual of Public...
2014-01-23  Jouni Malinenhostapd: Fix PMF robust Action frame processing rules
2013-12-29  Jouni MalinenRemove unnecessary EVENT_RX_ACTION
2013-12-29  Jouni MalinenDo not process Action frames twice in hostapd SME/MLME
2013-12-29  Jouni MalinenEnable FT with SAE
2013-12-27  Jouni MalinenRemove IEEE80211_REQUIRE_AUTH_ACK
2013-12-27  Jouni MalinenWNM: Add STA flag to indicate the current WNM-Sleep...
2013-12-26  Jouni Malinenhostapd: Allow external management frame processing...
2013-12-24  Jouni MalinenVHT: Use status code 104 to indicate VHT required
2013-12-24  Andrei OtcheretianskiInclude driver.h in hostapd.h
2013-12-08  Johannes BergUse monotonic clock for last_sae_token_key_update
2013-11-02  Jouni MalinenConvert perror/printf calls to wpa_printf
2013-10-18  Kyeyoon ParkInterworking: Add support for QoS Mapping functionality...
2013-09-01  Jouni MalinenP2P: Make peer's P2P Device Address available to authen...
2013-07-20  Sujith ManoharanWDS: Fix WEP usage with nl80211 wds_sta=1
2013-06-25  Michael BraunVLAN: Avoid access to non-existing interfaces
2013-04-28  Ben GreearUse status code 17 (unable to handle new STA) on max...
2013-04-23  Johannes Berghostapd: Add some testing options
2013-02-16  Jouni MalinenGAS server: Fix a regression in GAS server callback
2013-02-04  Jouni MalinenP2P: Fix Action frame processing if Interworking is...
2013-01-12  Jouni MalinenSAE: Free temporary buffers when moving to Accepted...
2013-01-12  Jouni MalinenSAE: Check random_get_bytes() return value
2013-01-12  Jouni MalinenSAE: Allow enabled groups to be configured
2013-01-12  Jouni MalinenSAE: Add support for Anti-Clogging mechanism
2013-01-12  Jouni MalinenSAE: Rename state variables to match IEEE 802.11 standard
2013-01-12  Jouni MalinenSAE: Add processing of the confirm message
2013-01-12  Jouni MalinenSAE: Add generation of the confirm message fields
2013-01-12  Jouni MalinenSAE: Add processing of the commit message
2013-01-12  Jouni MalinenSAE: Add generation of the commit message fields
2013-01-12  Jouni MalinenSAE: Move related operations next to each other
2013-01-12  Jouni MalinenSAE: Use a shared data structure for AP and station
2013-01-12  Johannes Berghostapd: Pass VHT capabilities to driver wrapper
2012-12-16  Jouni MalinenWNM: Enable WNM-Sleep Mode configuration with hostapd...
2012-11-25  Jouni MalinenUse a shared function for freeing PSK list
2012-11-25  Michael BraunKeep and use list of PSKs per station for RADIUS-based PSK
2012-11-25  Michael BraunCache a list of PSK entries for RADIUS-based PSK delivery
2012-11-24  Johannes Berghostapd: Add VHT PHY selector if VHT is required
2012-11-24  Jouni MalinenHS 2.0: Maintain a copy of HS 2.0 Indication from Assoc...
2012-10-06  Jouni MalinenSAE: Add Finite Cyclic Group negotiation and Send-Confirm
2012-09-30  Jouni MalinenAdd initial parts for SAE
2012-09-23  Felix Fietkauhostapd: Add check for the wds sta flag before creating...
2012-09-23  Felix Fietkauhostapd: Clear WLAN_STA_ASSOC_REQ_OK if sending the...
2012-08-19  Jouni MalinenShow an error message if sending of Action frame fails
2012-08-19  Jouni MalinenUse a shared helper function for merging supported...
2012-08-19  Michael BraunCopy User-Name/CUI from RADIUS ACL to STA entry
2012-08-11  Christian LamparterAP: Fix erroneous "station tried TKIP" error
2012-08-10  Mahesh PalivelaVHT: Add option for requiring use of VHT
2012-08-10  Mahesh PalivelaVHT: Add VHT elements into (Re)Association Response
2012-08-10  Mahesh PalivelaVHT: Do not allow use of TKIP with VHT
2012-08-10  Mahesh PalivelaVHT: Store VHT capabilities and manage VHT flag for...
2012-05-28  Jouni MalinenWNM: Add advertisement of BSS max idle period
2012-04-01  Johannes BergPass signal strength through, fix units
2012-02-14  Jouni MalinenIgnore TX status for Data frames from not associated STA aosp-jb-start
2012-02-11  Jouni MalinenRemove the GPL notification from files contributed...
2012-02-04  Jouni MalinenIgnore TX status for Data frames from not associated STA
2011-12-17  Jouni MalinenMake hostapd_eid_wmm_valid() return more logical return...
2011-12-17  Jason YoungAP: Pass station's WMM configuration to driver wrappers
2011-12-17  Eliad PellerAP: Add uapsd_queues and max_sp fields
2011-12-11  Michael BraunAllow WPA passphrase to be fetched with RADIUS Tunnel...
2011-12-04  Arik NemtsovAllow Action frames with unknown BSSID in GO mode
2011-11-24  Jouni MalinenUse wpa_key_mgmt_*() helpers
2011-11-24  Jouni MalinenWPS: Include WSC IE in (Re)Association Response for...
2011-11-19  Helmut SchaaAllow MLME frames to be sent without expecting an ACK...
2011-11-19  Johannes BergAP: Add explicit EAPOL TX status event
2011-11-03  Jouni MalinenMove AP events for STA connected/disconnected into...
2011-11-03  Jouni MalinenFix some recent wpa_msg() calls in hostapd use correct...
2011-10-23  Jouni MalinenRemove unused variables
2011-10-20  Johannes BergAP: Do station poll in driver wrapper
2011-10-17  Jouni MalinenMove Ext Capab and Interworking element construction...
2011-10-17  Mahesh PalivelaMove SA Query mechanism into a file that can be shared...
2011-10-16  Jouni MalinenIEEE 802.11u: Add configuration and advertisement for...
2011-10-15  Yogesh Ashok PowarDisconnect STA when it fails to get added in kernel...
2011-08-28  Jouni MalinenDelay STA entry removal until Deauth/Disassoc TX status...
2011-08-28  Jouni MalinenWPS: Wait for EAPOL-Start unless WPS 2.0 station as...
2011-07-12  Arik Nemtsovhostapd: Set STA flags when adding a new station
2011-04-15  Jouni MalinenAdd workaround for race condition with AssocResp TX...
2011-04-11  Per EkmanRemove references to time_t/time()/random()
2011-02-24  Ben GreearAP: Update logging related to inactivity and disassociation
2011-02-21  Helmut Schaahostapd: Allow coexistance of HT BSSes with WEP/TKIP...
next