summaryrefslogtreecommitdiff
path: root/hostapd/config_file.c
Commit message (Expand)AuthorAgeFilesLines
* Add option to reject authentication on 2.4 GHz from dualband STAJouni Malinen2015-09-051-0/+3
* Add option to ignore Probe Request frames on 2.4 GHz from dualband STAJouni Malinen2015-09-051-0/+3
* hostapd: Add mechanism to track unconnected stationsJouni Malinen2015-09-051-0/+4
* EAP server: Add tls_session_lifetime configurationJouni Malinen2015-08-241-0/+2
* hostapd: Add testing option to override own WPA/RSN IE(s)Jouni Malinen2015-08-081-0/+18
* hostapd: Mark config parameter name constJouni Malinen2015-07-211-5/+6
* hostapd: Extend the sounding and BF steering capabilitiesVivek Natarajan2015-07-171-0/+12
* FST: hostapd configuration parametersAnton Nayshtut2015-07-161-0/+58
* AP: Increase maximum value accepted for cwmin/cwmaxJouni Malinen2015-06-271-1/+3
* Remove [MU-BEAMFORMEE] option from hostapd vht_capab parameterJouni Malinen2015-06-101-2/+0
* Extend hw_mode to support any band for offloaded ACS casePeng Xu2015-05-271-0/+2
* WPS: Add support for 60 GHz bandHamad Kadmany2015-04-281-1/+3
* Make IPv6 NA multicast-to-unicast conversion configurableJouni Malinen2015-04-271-0/+2
* Replace HOSTAPD_MAX_SSID_LEN with SSID_MAX_LENJouni Malinen2015-04-221-3/+3
* Add WPS_DEV_NAME_MAX_LEN define and use it when comparing lengthJouni Malinen2015-04-221-1/+1
* Error out if user configures SQLite DB without CONFIG_SQLITEBen Greear2015-03-281-0/+6
* Extend offloaded ACS QCA vendor command to support VHTManikandan Mohan2015-03-231-2/+23
* Add option to force a specific RADIUS client address to be usedJouni Malinen2015-03-011-0/+8
* Allow RADIUS server address to be replacedJouni Malinen2015-02-281-0/+18
* Add helper function to clear and free wpa_psk listStefan Tomanek2015-02-211-5/+3
* ACS: Allow specific channels to be preferredJouni Malinen2015-02-061-0/+48
* Free old eap_user_file data on configuration changeJouni Malinen2015-01-301-2/+14
* Add Suite B 192-bit AKMJouni Malinen2015-01-271-1/+7
* hostapd: Add vendor specific VHT extension for the 2.4 GHz bandYanbo Li2015-01-141-0/+2
* RRM: Add AP mode minimal advertisement support for testingJouni Malinen2014-12-121-0/+2
* ERP: Add support for ERP on EAP server and authenticatorJouni Malinen2014-12-041-0/+2
* ERP: Add optional EAP-Initiate/Re-auth-Start transmissionJouni Malinen2014-12-041-0/+5
* Add hostapd driver_params config parameterJouni Malinen2014-11-291-0/+3
* Remove forgotten driver_test.c variablesJouni Malinen2014-11-291-3/+0
* hostapd: Add wowlan_triggers config paramDmitry Shmidt2014-11-161-0/+3
* Suite B: Add AKM 00-0F-AC:11Jouni Malinen2014-11-161-0/+2
* AP: Add support for Proxy ARP, DHCP snooping mechanismKyeyoon Park2014-10-281-0/+2
* AP: Add support for BSS load element (STA Count, Channel Utilization)Kyeyoon Park2014-10-211-0/+9
* hostapd: Allow OpenSSL cipherlist string to be configuredJouni Malinen2014-10-121-0/+3
* hostapd: Remove unused variable assignmentJouni Malinen2014-09-031-2/+3
* hostapd: Fix configuration of multiple RADIUS servers with SETJouni Malinen2014-05-301-2/+2
* Remove floating constant suffix 'd' from test coeeJouni Malinen2014-04-291-2/+2
* ACS: Clean up ifdef CONFIG_ACS to avoid unreachable codeJouni Malinen2014-04-291-1/+2
* Remove PSMP option from ht_capabJouni Malinen2014-04-071-2/+0
* Fix memory leaks in hostapd configuration updatesJouni Malinen2014-04-051-0/+7
* Make hs20_wan_metrics parser error print more helpfulJouni Malinen2014-03-301-1/+1
* Fix validation of anqp_3gpp_cell_net configuration parameterJouni Malinen2014-03-301-1/+1
* Remove duplicated vht_capab parser entryJouni Malinen2014-03-301-2/+0
* RADIUS server: Add support for MAC ACLJouni Malinen2014-03-291-1/+5
* Allow hostapd to advertise 40 MHz intolerant HT capabilityJouni Malinen2014-03-231-0/+2
* Allow management group cipher to be configuredJouni Malinen2014-03-141-0/+14
* Clean up hostapd_config_fill() parsersJouni Malinen2014-03-121-49/+45
* Fix memory leaks on wpa_config_parse_string() error pathsJouni Malinen2014-03-121-4/+5
* Simplify hostapd_config_fill() error reportingJouni Malinen2014-03-121-132/+109
* Remove extra indentation level from hostapd_config_fill()Jouni Malinen2014-03-121-1306/+1252