aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/config_file.c
Commit message (Expand)AuthorAgeFilesLines
* Allow concurrent normal scan and sched scan (UPSTREAM)Eyal Shapira2012-10-291-0/+3
* P2P: Allow P2P functionality to be disabled per interfaceJouni Malinen2012-10-291-0/+3
* P2P: add conf param to prefer p2p multi channelArik Nemtsov2012-09-241-0/+2
* P2P: add a conf parameter to start a GO as HT40 if allowedArik Nemtsov2012-09-041-0/+2
* Add p2p_go_max_inactivity config option (UPSTREAM)Eyal Shapira2012-08-081-0/+3
* wpa_s: support different p2p concurrency modes when connecting STAArik Nemtsov2012-08-021-0/+4
* sched scan: Add config parameters for short and long intervalsEyal Shapira2012-08-021-0/+12
* P2P: enable to set in the conf file the wmm paramsYoni Divinsky2012-07-301-0/+18
* WPS: Add new mechanism for NFC config method using password tokenJouni Malinen2012-06-271-1/+24
* Write autoscan parameter to config file on updatesJouni Malinen2012-06-261-0/+1
* HS 2.0: Add runtime configuration of Hotspot 2.0 stationJay Katabathuni2012-05-081-0/+4
* Allow pbc_in_m1 workaround to be enabled in wpa_supplicant AP modeWei-Jen Lin2012-05-031-0/+2
* Add disable_scan_offload parameter to disable automatic scan offloadingJouni Malinen2012-04-171-0/+3
* Do not write bg_scan_period value if default (-1) has not been changedJouni Malinen2012-04-061-1/+1
* Save bgscan parameter into configuration fileEd Wildgoose2012-04-061-0/+1
* WPS: Allow vendor specific attribute to be added into M1Anirban Sirkhell2012-04-041-0/+10
* Allow background scan period to be configuredBala Shanmugam2012-03-301-0/+1
* P2P: Add support for preferred channel listJouni Malinen2012-03-291-0/+11
* Interworking: Support real SIM/USIM card for network selectionJouni Malinen2012-03-041-0/+2
* Allow PC/SC reader to be selected and initialized at startJouni Malinen2012-02-261-1/+5
* Interworking: Add support for credential prioritiesJouni Malinen2012-02-161-0/+2
* Interworking: Write cred blocks into configuration fileJouni Malinen2012-02-161-0/+26
* Interworking: Add support for multiple credentialsJouni Malinen2012-02-161-12/+72
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* P2P: Maintain a list of P2P Clients for persistent group on GOJouni Malinen2011-12-221-0/+15
* Use wpa_key_mgmt_*() helpersJouni Malinen2011-11-241-3/+1
* Do not save an invalid network block in wpa_supplicant.confJouni Malinen2011-11-241-0/+3
* Do not write all zeros device_typeJouni Malinen2011-11-241-1/+2
* Interworking: Allow ANT to be configured for Probe Request framesJouni Malinen2011-10-211-0/+3
* Interworking: Support for using EAP-SIM credentials in network selectionJouni Malinen2011-10-161-0/+4
* Interworking: Support username/password based network selectionJouni Malinen2011-10-161-0/+8
* Interworking: Parse NAI Realms and match against home realmJouni Malinen2011-10-161-0/+2
* IEEE 802.11u: Allow Interworking and HESSID to be configuredJouni Malinen2011-10-161-0/+4
* wpa_supplicant: Parameterize BSS table expiration age + countSam Leffler2011-03-201-0/+7
* WPS: Store (secondary) device type as binaryJohannes Berg2011-03-171-2/+6
* Allow AP mode to disconnect STAs based on low ACK conditionJohannes Berg2010-12-281-0/+2
* Add WPA_IGNORE_CONFIG_ERRORS option to continue in case of bad configDmitry Shmidt2010-10-311-0/+2
* P2P: Add mechanism for timing out idle groupsJouni Malinen2010-10-251-1/+2
* Add max_num_sta config option for wpa_supplicant AP modeJouni Malinen2010-10-191-0/+2
* P2P: Add option for disabling intra BSS distributionSudhakar Swaminathan2010-09-101-0/+3
* P2P: Do not save temporary networksJouni Malinen2010-09-091-2/+2
* P2P: Add global configuration parameters for P2PJouni Malinen2010-09-091-0/+20
* Move global configuration parser into config.cJouni Malinen2010-09-091-233/+0
* Add optional scan result filter based on SSIDJouni Malinen2010-03-051-1/+4
* Make maximum BSS table size configurableJouni Malinen2010-03-051-1/+4
* WPS: Make Config Methods configurable for wpa_supplicantJouni Malinen2009-12-211-0/+3
* Remove unnecessary definesJouni Malinen2009-12-051-4/+0
* WPS: Add configurable option for processing credentials externallyJouni Malinen2009-01-181-0/+4
* Fixed global conf write to skip default values for uuid and os_versionJouni Malinen2008-12-181-2/+2
* Added INT_RANGE parser for global configuration variablesJouni Malinen2008-12-131-17/+23