projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_scsc_wifibt_wifi_hal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc7989b
)
[APR-2987]wlbt: Changes for Comms Test
author
Kavitha Velayutham
<k.velayutham@samsung.com>
Sat, 21 Sep 2019 18:45:07 +0000
(
00:15
+0530)
committer
Jan Altensen
<info@stricted.net>
Tue, 17 Nov 2020 09:52:46 +0000
(10:52 +0100)
Changes in Processdiscovery event for event attribute status
SCSC-Bug-Id: HOST-10989
Change-Id: I5366fb61355ec2c61d3bfef06d157cc68ebfccbb
Signed-off-by: Kavitha Velayutham <k.velayutham@samsung.com>
wifi_nan.cpp
patch
|
blob
|
blame
|
history
diff --git
a/wifi_nan.cpp
b/wifi_nan.cpp
index 8fd9cc2921a792e36a299a291a12a660d72e49f4..86e7414fa2fc8f32daa467fba3201e725148c79d 100755
(executable)
--- a/
wifi_nan.cpp
+++ b/
wifi_nan.cpp
@@
-492,6
+492,8
@@
class NanCommand : public WifiCommand {
case NAN_EVT_ATTR_DISCOVERY_ENGINE_MAC_ADDR:
addr = (u8 *)nl_itr.get_data();
break;
+ case NAN_EVT_ATTR_STATUS:
+ break;
default :
ALOGE("processNanDiscoveryEvent: unknown attribute(%d)", nl_itr.get_type());
return NL_SKIP;