OSDN Git Service

Fix a bug in single socket connection to Wifi Supplicant
authorVinit Deshapnde <vinitd@google.com>
Mon, 12 Aug 2013 22:54:01 +0000 (15:54 -0700)
committerVinit Deshapnde <vinitd@google.com>
Mon, 12 Aug 2013 22:54:01 +0000 (15:54 -0700)
commit4b2766a3d8eaf6f7f50c05108c15010a3f275bde
tree380e026ecf577e8ddc1f2e2bdae26491cda6b428
parent37ee68fc091f64e17c0ef29b123b782b6daecf16
Fix a bug in single socket connection to Wifi Supplicant

My change to post messages without IFACE=<iface> prefix to all interfaces
was correct; but messages sent with IFACE=p2p-p2p0-0 et al were being sent
to p2p monitor only. This change mimics that to resolve some issues
introduced by the single socket change.

Bug: 10257602
Change-Id: Ia6164cb3cfd11c2a0a7b011eceaeabfd9677f62c
wifi/java/android/net/wifi/WifiMonitor.java