aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* android: wpa_s template: disassoc on low ack by default (ANDROID)Arik Nemtsov2012-10-031-0/+1
* P2P: block find if P2P GO or CLI are active (INTERNAL)Eyal Shapira2012-09-301-0/+20
* wpa_s: handle channel conflicts on GO+STA shared interfaceVictor Goldenshtein2012-09-271-0/+6
* P2P: correct p2p_mult_chan operation (SQUASH)Arik Nemtsov2012-09-251-1/+1
* android: wpa_s template: allow p2p multi channel operation (ANDROID)Arik Nemtsov2012-09-241-0/+1
* P2P: add conf param to prefer p2p multi channelArik Nemtsov2012-09-244-7/+22
* P2P: don't handle concurrency conflicts in multi-chan mode (ANDROID)Arik Nemtsov2012-09-241-0/+3
* hostap: add channel switch ability to AP & GO (INTERNAL)Victor Goldenshtein2012-09-131-0/+6
* android: wpa_s template: allow HT40 GO by default (ANDROID)Arik Nemtsov2012-09-041-1/+2
* P2P: add a conf parameter to start a GO as HT40 if allowedArik Nemtsov2012-09-044-2/+15
* P2P: Use larger GO config timeout if HT40 is usedJouni Malinen2012-09-041-0/+7
* P2P: Add optional "ht40" argument for p2p_connectRajkumar Manoharan2012-09-046-8/+21
* P2P: Enable 40 MHz support for autonomous P2P group additionRajkumar Manoharan2012-09-047-19/+68
* P2P: Move channel validation into a separate functionRajkumar Manoharan2012-09-041-25/+38
* Supply the connection scan results to bgscan after initYoni Divinsky2012-09-041-1/+9
* Revert "Supply the connection scan results to bgscan after init"Arik Nemtsov2012-09-041-5/+1
* Remove default ACM=1 from AC_VO and AC_VIJouni Malinen2012-09-041-2/+2
* ctrl_iface: allow forcing go_intent during p2p_connect (ANDROID)Arik Nemtsov2012-08-151-9/+17
* Add P2P IEs to probe requests only when in P2P (UPSTREAM)Eyal Shapira2012-08-133-1/+9
* Fix adding extra ies in sched scan (UPSTREAM)Eyal Shapira2012-08-121-7/+9
* Fix wpa_s crash and kickstart sched scan (INTERNAL-SQ)Eyal Shapira2012-08-091-1/+2
* SME: Fix handle Netgear APs WEP shared quirks (UPSTREAM-SQ)William List2012-08-091-1/+1
* WPS: Update dev.config_methods in wps_update_configjim1_lin2012-08-081-0/+1
* Fix a couple memory leaksPaul Stewart2012-08-081-0/+1
* android: wpa_s template: set p2p_go_max_inactivity (ANDROID)Eyal Shapira2012-08-081-0/+1
* Add p2p_go_max_inactivity config option (UPSTREAM)Eyal Shapira2012-08-084-0/+17
* android: wpa_s template: use group interface and set conc modeArik Nemtsov2012-08-021-0/+2
* wpa_s: support p2p concurrency modes when connecting P2PArik Nemtsov2012-08-021-0/+80
* wpa_s: support different p2p concurrency modes when connecting STAArik Nemtsov2012-08-025-10/+42
* Initialize P2P on p2p0 and not wlan0 (JB)Eyal Shapira2012-08-021-4/+7
* Increase P2P_MAX_CLIENT_IDLE to 20 secs (BRCM)Eyal Shapira2012-08-021-0/+5
* Handle new interface parameter in ctrl commands (BRCM)Eyal Shapira2012-08-021-0/+29
* P2P: Improve scan results handling (BRCM)Eyal Shapira2012-08-021-7/+38
* P2P: Start blocked p2p find even if scan was on another interface (BRCM)Eyal Shapira2012-08-021-0/+4
* P2P: Defer p2p scan if scanning on other interfaces (BRCM)Eyal Shapira2012-08-021-0/+24
* P2P: fix freq conflict resolution in case of P2P and STAEyal Shapira2012-08-022-25/+31
* P2P: Resolve frequency conflicts between STA and P2P (BRCM)Eyal Shapira2012-08-024-1/+79
* Prep work to configure a prioritized interface (BRCM)Eyal Shapira2012-08-022-0/+19
* Fix null pointer access for SSID printing.andy2_kuo2012-08-022-2/+4
* Fix SSID printing in eventsIrfan Sheriff2012-08-022-2/+4
* Add SSID in supplicant change eventIrfan Sheriff2012-08-022-4/+8
* Allow immediate scan request even if another scan was scheduled laterDmitry Shmidt2012-08-021-1/+2
* Android.mk: Define ANDROID_P2PEyal Shapira2012-08-021-0/+2
* wpa_supplicant: Fix compilation without BOARD_WPA_SUPPLICANT_DRIVERDmitry Shmidt2012-08-021-6/+2
* Restore OpenSSL ENGINE supportKenny Root2012-08-021-3/+0
* Add network connection event for statusIrfan Sheriff2012-08-021-0/+9
* Add state message sent after 'status' commandDmitry Shmidt2012-08-021-0/+7
* Moving keystore to system/securityKenny Root2012-08-021-1/+1
* wpa_supplicant: delay scans only for android builds (INTERNAL)Eliad Peller2012-08-021-0/+4
* android: Delay scan after startup to prevent race with framework (INTERNAL)Eyal Shapira2012-08-021-1/+1