aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/ctrl_iface.c
Commit message (Expand)AuthorAgeFilesLines
* WFD: Add support for sending Wi-Fi Display service discovery requestsJouni Malinen2012-12-141-0/+4
* WFD: Add wfd_subelems hexdump in BSS ctrl_iface command outputJouni Malinen2012-12-141-0/+26
* WFD: Add Wi-Fi Display supportJouni Malinen2012-12-141-0/+21
* Merge commit 'ol_r8.a5.06' into p-jb-mr1-releaseVishal Mahaveer2012-12-111-6/+19
|\
| * Don't disable and select new network if SETBAND didn't change (ANDROID)Eyal Shapira2012-10-291-4/+14
| * Allow concurrent normal scan and sched scan (UPSTREAM)Eyal Shapira2012-10-291-2/+5
* | Add delimiter for bss commandIrfan Sheriff2012-10-241-0/+7
|/
* P2P: don't handle concurrency conflicts in multi-chan mode (ANDROID)Arik Nemtsov2012-09-241-0/+3
* P2P: add a conf parameter to start a GO as HT40 if allowedArik Nemtsov2012-09-041-2/+2
* P2P: Add optional "ht40" argument for p2p_connectRajkumar Manoharan2012-09-041-2/+6
* P2P: Enable 40 MHz support for autonomous P2P group additionRajkumar Manoharan2012-09-041-7/+12
* ctrl_iface: allow forcing go_intent during p2p_connect (ANDROID)Arik Nemtsov2012-08-151-9/+17
* wpa_s: support p2p concurrency modes when connecting P2PArik Nemtsov2012-08-021-0/+80
* Fix null pointer access for SSID printing.andy2_kuo2012-08-021-1/+2
* Fix SSID printing in eventsIrfan Sheriff2012-08-021-1/+2
* Add SSID in supplicant change eventIrfan Sheriff2012-08-021-2/+4
* Add network connection event for statusIrfan Sheriff2012-08-021-0/+9
* Add state message sent after 'status' commandDmitry Shmidt2012-08-021-0/+7
* print ctrl_iface commandsEliad Peller2012-08-021-0/+1
* wpa_s: make SETBAND take immediate effectVishal Mahaveer2012-08-021-0/+5
* Android: Implement SETBAND for scan requestsJouni Malinen2012-08-021-1/+20
* Android: Convert driver_cmd BGSCAN-START/STOP to proper driver_opsJouni Malinen2012-08-021-1/+6
* Add extended 'driver' commandDmitry Shmidt2012-08-021-0/+15
* wpa_s: add API to disable or enable roamingEyal Shapira2012-08-021-0/+7
* Add API and CLI command to control sched scan intervalsEyal Shapira2012-08-021-0/+59
* sched scan: add support for short and long intervalsEyal Shapira2012-08-021-1/+1
* Fix use-after-free bug when removing a connected networkEyal Shapira2012-08-021-49/+11
* ctrl_iface: check for ongoing sched_scan on SCAN commandEliad Peller2012-07-301-1/+1
* nl80211: Support setting sched scan RSSI thresholdThomas Pedersen2012-07-251-0/+3
* Move p2p_connect PIN format validation into a separate functionJouni Malinen2012-06-301-6/+1
* P2P: Add error message for invalid PINMasashi Honma2012-06-301-0/+9
* WPS ER: Add support for building NFC configuration tokenJouni Malinen2012-06-281-1/+43
* WPS: Fix ifdef use for the new NFC mechanism in wpa_supplicantJouni Malinen2012-06-281-2/+8
* WPS: Add support for NFC configuration token from external programJouni Malinen2012-06-281-0/+31
* WPS: Add new mechanism for NFC config method using password tokenJouni Malinen2012-06-271-0/+52
* Allow autoscan parameters to be changed in SCANNING stateJouni Malinen2012-06-261-0/+2
* Reinitialize autoscan on explicit reassocciate/reconnect commandJouni Malinen2012-06-261-0/+2
* Cancel pending scan request on DISCONNECT commandJouni Malinen2012-06-261-0/+1
* Start autoscan for first connection attemptJouni Malinen2012-06-261-1/+1
* Add ctrl iface command for autoscanTomasz Bursztyka2012-06-261-0/+34
* P2P: Add preference setting for concurrent use casesJithu Jance2012-06-101-0/+14
* P2P: Add option for Provision Discovery before GO NegotiationJouni Malinen2012-05-111-2/+4
* Validate WEP key lengths based on driver capabilitiesJouni Malinen2012-05-101-2/+2
* HS 2.0: Indicate Hotspot 2.0 in BSS table and statusJouni Malinen2012-05-081-0/+26
* HS 2.0: Add Hotspot 2.0 station ctrl_ifaceJay Katabathuni2012-05-081-0/+114
* HS 2.0: Add Hotspot 2.0 ANQP routinesJay Katabathuni2012-05-081-0/+8
* Ignore network blocks that have invalid WEP key lengthJouni Malinen2012-05-071-2/+2
* Fix D-Bus build without ctrl_ifaceJouni Malinen2012-04-271-72/+0
* P2P: Add option to force SSID/passphrase for GO NegotiationJouni Malinen2012-04-271-3/+17
* P2P: Add p2p_prov_disc auto mechanismJouni Malinen2012-04-261-3/+8