aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
Commit message (Expand)AuthorAgeFilesLines
* Replace eap_type_text() with EAP server methods functionJouni Malinen2009-11-292-33/+14
* Conver hostapd specific files to include common.hJouni Malinen2009-11-2922-4/+22
* Add driver wrapper callback for WPS push button pressedJouni Malinen2009-11-291-0/+6
* Include sta_flags.h explicitly, not via sta_info.hJouni Malinen2009-11-2912-2/+11
* Remove src/common from default header file pathJouni Malinen2009-11-2918-28/+24
* HT: Remove unneeded struct ht_cap_ie wrapperJouni Malinen2009-11-293-15/+11
* Remove unused/unneeded IEEE 802.11n definitionsJouni Malinen2009-11-291-6/+0
* Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driverJouni Malinen2009-11-291-6/+1
* Rename HT Capabilities IE fields to match with IEEE Std 802.11n-2009Jouni Malinen2009-11-293-17/+23
* Move acct_interim_interval away from RADIUS client configurationJouni Malinen2009-11-285-5/+5
* Remove old wpa_supplicant/hostapd doxygen filesJouni Malinen2009-11-2812-1098/+0
* WPS: Clean up Primary Device Type handlingJouni Malinen2009-11-261-30/+13
* Fix internal crypto build with some configurationsJouni Malinen2009-11-241-0/+1
* Remove deprecated driver_ops handlersJouni Malinen2009-11-232-12/+0
* Merge set_key and hapd_set_key driver_ops into a single functionJouni Malinen2009-11-231-4/+4
* Move HOSTAPD_MTU definition into driver_hostap.cJouni Malinen2009-11-232-25/+0
* Move definitions away from hostapd_defs.hJouni Malinen2009-11-234-64/+2
* Merge set_beacon driver_ops into a single oneJouni Malinen2009-11-233-16/+8
* Preparations for v0.7.0 releaseJouni Malinen2009-11-211-1/+1
* Update ChangeLog files for 0.7.0 releaseJouni Malinen2009-11-211-0/+15
* hostapd: Fix endian bugs in STA HT capability handlingFelix Fietkau2009-11-161-14/+6
* hostapd: Fix BSS channel checks in 40 MHz scanFelix Fietkau2009-11-161-1/+2
* WPS: Do not use ASCII-dump on binary PutWLANResponse NewMessageJouni Malinen2009-11-151-2/+2
* WPS: Remove unused WFA WLANConfig Service actionsJouni Malinen2009-11-141-84/+0
* Disassociate STA if it associated with invalid/missing WPA/RSN IEAndriy Tkachuk2009-11-111-0/+17
* Fix use-after-free issue with pid_file in hostapd terminationJouni Malinen2009-11-101-1/+1
* WPS: Fix credential processing for open network caseJouni Malinen2009-11-101-1/+1
* Fix hlr_auc_gw build (wpabuf.o is needed now for tls_openssh)Jouni Malinen2009-11-101-1/+1
* WPS: Add HTTP server moduleJouni Malinen2009-11-081-0/+1
* WPS: Move generic UPnP XML helper functionality into a separate fileJouni Malinen2009-11-081-0/+1
* WPS: Add HTTP client module to clean up codeJouni Malinen2009-11-081-0/+1
* Fix MCS set field to be based on driver infoJouni Malinen2009-11-051-3/+2
* Move PKCS# {1,5,8} functionality into separate filesJouni Malinen2009-10-171-0/+3
* Add ctrl_iface events for AP mode STA connect/disconnectJouni Malinen2009-10-162-0/+16
* Fix IEEE 802.11r/w compilation errorMasashi Honma2009-10-131-1/+7
* Include aes_unwrap in build when needed (FT and EAP-FAST server)Jouni Malinen2009-10-121-0/+2
* Replace CONFIG_NO_AES_EXTRAS with auto-detection during buildJouni Malinen2009-10-111-4/+17
* Clean up crypto makefile segmentsJouni Malinen2009-10-111-113/+156
* Move TLS_FUNCS and NEED_CRYPTO segment next to each otherJouni Malinen2009-10-111-13/+13
* Further crypto makefile unificationJouni Malinen2009-10-111-1/+0
* Fix crypto config for minimal buildsJouni Malinen2009-10-111-3/+9
* Cleaned up and unified some of the crypto Makefile codeJouni Malinen2009-10-111-22/+21
* Allow the internal DH implementation to be overriddenJouni Malinen2009-10-111-0/+11
* Include only the used DH groups in the buildJouni Malinen2009-10-111-0/+4
* Fix VLAN ID validation check to use the new VLAN IDBlaž Bačnik2009-09-301-1/+1
* Fix hostapd wpa_msg() calls ctx for wpa_supplicant AP modeJouni Malinen2009-09-293-5/+8
* Remove the STA entry on reassociation to clear STA PS stateJouni Malinen2009-09-261-0/+7
* Convert WPS IE concat routine to a generic helperJouni Malinen2009-09-111-31/+2
* Move STA list ctrl_iface handlers to a separate fileJouni Malinen2009-09-084-82/+130
* WPS: Store device info and make it available through AP ctrl_ifaceJouni Malinen2009-09-074-0/+21