| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Changes to support hidden ssid config to be sent to FW. Earlier
all ssids were hard coded as hidden, now only those indicated
as such by supplicant will be.
Change-Id: I927030fe12f162c52c93277b2ebfb4bf55daef4a
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Issue : Manta: Lack of WLS causes PNO problem
Problem : we found that race condition happens
between connection and PNO sometimes.
Connection is failed due to this race condition.
Solution: we need to cancel PNO explicitly if the connection
request start in DHD driver.
Bug : 11174374
Signed-off-by: Ecco Park <eccopark@broadcom.com>
Change-Id: I7bf81d127901a74e9f47d6cc4ee7b265c6936dc3
|
|
|
|
|
|
|
| |
add protection code to fix the issue#11051053
( [Issue 11051053] [BATCHED-SCAN] Batched scan results
become unavailable after disabling/re-enabling wifi scan)
Signed-off-by: Ecco Park <eccopark@broadcom.com>
|
|
|
|
|
|
|
| |
1. 10954142 [BATCHED-SCAN]Wifi Batching stopped after long time
2. 10412309 [BATCHED-SCAN] Batched scans aren't as frequent as
expected.
Signed-off-by: Ecco Park <eccopark@broadcom.com>
|
|
|
|
| |
Signed-off-by: Ecco Park <eccopark@broadcom.com>
|
|
|
|
|
| |
Fixed memory Leak in case of rmmod DHD without batching stop.
Signed-off-by: Ecco Park <eccopark@broadcom.com>
|
|
|
|
|
|
| |
Fixed [10378803] [BATCHED-SCAN] WLS_BATCHING commands often
return their command back rather than expected outputs
Signed-off-by: Ecco Park <eccopark@broadcom.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
updated the dhd_pno.c based on new firmware which will be
released today.
updated the wl_anroid.c based on Robert's requirement
Signed-off-by: Ecco Park <eccopark@broadcom.com>
Conflicts:
drivers/net/wireless/bcmdhd/common/include/proto/bcmevent.h
Change-Id: I270755fe4c041ea1282afaed9d120c9b83c2bc0c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Remove WL_SUPPORT_AUTO_CHANNEL codes
2. add codes for WL_IFACE_COMB_NUM_CHANNELS and
WL_CFG80211_P2P_DEV_IF to support concurent mode.
(Google Bug : [9892309] support Wifi direct 5GHZ channels)
but, remove the WL_IFACE_COM_NUM_CHANELS in Makefile
3. refactoring the codes for hidden ap roaming
Signed-off-by: Ecco Park <eccopark@broadcom.com>
Conflicts:
drivers/net/wireless/bcmdhd/Makefile
drivers/net/wireless/bcmdhd/wl_android.c
drivers/net/wireless/bcmdhd/wl_cfg80211.c
drivers/net/wireless/bcmdhd/wl_cfgp2p.c
drivers/net/wireless/bcmdhd/wl_cfgp2p.h
Change-Id: If8283f26714196aa971c186c57758c0e64ce87df
|
|
- Add batched scan implementation
Change-Id: I48a36f753597734b2a8865a53f15df30c5ae0d36
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
|