aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * hostapd: implement channel switch request drv ops (INTERNAL)Victor Goldenshtein2012-09-134-0/+55
| * nl80211: make unicast RX filter always match STA iface mac (ANDROID)Eyal Shapira2012-09-131-4/+4
| * nl80211: reconfigure RX filters whenever a new interface is added (ANDROID)Eyal Shapira2012-09-131-0/+35
| * nl80211: support configuring RX filters dynamically (ANDROID)Eyal Shapira2012-09-121-5/+128
| * nl80211: make rx filters config global (ANDROID)Eyal Shapira2012-09-121-12/+24
| * nl80211: Remove driver specific commands not used in JB (JB)Eyal Shapira2012-09-121-99/+0
| * nl80211: Remove driver command DROPBCAST (ANDROID)Eyal Shapira2012-09-121-74/+0
* | wpa_supplicant: template conf file updateVishal Mahaveer2012-09-171-6/+0
* | Merge commit 'ol_r8.a4.02' into d-jb-releaseVishal Mahaveer2012-09-1724-97/+292
|\ \ | |/
| * Make copies basic_rates list more usefulJouni Malinen2012-09-071-0/+2
| * P2P: prefer operating channels where HT40 is possibleArik Nemtsov2012-09-041-0/+15
| * P2P: always re-select oper channel if not hard codedArik Nemtsov2012-09-041-1/+16
| * 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-046-3/+36
| * 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-048-19/+70
| * 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-042-4/+4
| * AP: configure basic rates from iface and not confArik Nemtsov2012-09-041-1/+1
| * 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-135-1/+26
| * WPS: fix nonce comparisons (UPSTREAM)Eyal Shapira2012-08-132-12/+12
| * Fix adding extra ies in sched scan (UPSTREAM)Eyal Shapira2012-08-121-7/+9
| * P2P: Increase GO Negotiation timeoutsJouni Malinen2012-08-122-3/+3
* | Android.mk: update version stringVishal Mahaveer2012-08-101-1/+1
|/
* 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-082-1/+5
* 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
* nl80211: avoid using another interface for P2P GO (INTERNAL)Eyal Shapira2012-08-021-1/+0
* 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
* Fix a crash in WPS PBC overlap (BRCM)Eyal Shapira2012-08-021-0/+5
* P2P: Avoid peer expiration while connection in progress (BRCM)Eyal Shapira2012-08-021-1/+34
* P2P: Improve scan results handling (BRCM)Eyal Shapira2012-08-023-7/+63
* P2P: Start blocked p2p find even if scan was on another interface (BRCM)Eyal Shapira2012-08-022-0/+16
* P2P: Defer p2p scan if scanning on other interfaces (BRCM)Eyal Shapira2012-08-021-0/+24
* P2P: Decrease peer expiry time (BRCM)Eyal Shapira2012-08-021-0/+4
* nl80211: add parameter to force multi channel concurrency (BRCM)Eyal Shapira2012-08-021-0/+9
* nl80211: fix extending shared_freq detection to AP/GO (BRCM)Eyal Shapira2012-08-021-0/+4
* P2P: fix freq conflict resolution in case of P2P and STAEyal Shapira2012-08-022-25/+31