summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wifi_hal/common.h
diff options
context:
space:
mode:
authorAshwin <ashwin.bhat@broadcom.com>2014-08-04 16:52:29 -0700
committerVinit Deshpande <vinitd@google.com>2014-08-21 20:57:16 +0000
commitf0d5070a931327e6356d765478069b9e66452a5b (patch)
tree20608939cf5af1248864742cda9947f97cd0e054 /bcmdhd/wifi_hal/common.h
parentbd06406dceb430cca32ae2aa195fbf37b10d58b0 (diff)
downloadhardware_broadcom_wlan-f0d5070a931327e6356d765478069b9e66452a5b.zip
hardware_broadcom_wlan-f0d5070a931327e6356d765478069b9e66452a5b.tar.gz
hardware_broadcom_wlan-f0d5070a931327e6356d765478069b9e66452a5b.tar.bz2
PNO MAC rotation + Hotlist Lost event
modified: bcmdhd/wifi_hal/common.h modified: bcmdhd/wifi_hal/gscan.cpp modified: bcmdhd/wifi_hal/wifi_hal.cpp Change-Id: I85b8975f1d0578e4524e30c94e8947246b8b128f
Diffstat (limited to 'bcmdhd/wifi_hal/common.h')
-rw-r--r--bcmdhd/wifi_hal/common.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/bcmdhd/wifi_hal/common.h b/bcmdhd/wifi_hal/common.h
index e617e4e..4c4fa68 100644
--- a/bcmdhd/wifi_hal/common.h
+++ b/bcmdhd/wifi_hal/common.h
@@ -14,6 +14,7 @@
#define RECV_BUF_SIZE (4096)
#define DEFAULT_EVENT_CB_SIZE (64)
#define DEFAULT_CMD_SIZE (64)
+#define DOT11_OUI_LEN 3
/*
Vendor OUI - This is a unique identifier that identifies organization. Lets
@@ -77,9 +78,10 @@ typedef enum {
WIFI_SUBCMD_GET_FEATURE_SET, /* 0x100A */
WIFI_SUBCMD_GET_FEATURE_SET_MATRIX, /* 0x100B */
+ WIFI_SUBCMD_SET_PNO_RANDOM_MAC_OUI, /* 0x100C */
/* Add more sub commands here */
- GSCAN_SUBCMD_MAX /* 0x100C */
+ GSCAN_SUBCMD_MAX /* 0x100D */
} WIFI_SUB_COMMAND;
@@ -87,12 +89,12 @@ typedef enum {
BRCM_RESERVED1,
BRCM_RESERVED2,
GSCAN_EVENT_SIGNIFICANT_CHANGE_RESULTS ,
- GSCAN_EVENT_HOTLIST_RESULTS,
+ GSCAN_EVENT_HOTLIST_RESULTS_FOUND,
GSCAN_EVENT_SCAN_RESULTS_AVAILABLE,
GSCAN_EVENT_FULL_SCAN_RESULTS,
RTT_EVENT_COMPLETE,
- GSCAN_EVENT_COMPLETE_SCAN
-
+ GSCAN_EVENT_COMPLETE_SCAN,
+ GSCAN_EVENT_HOTLIST_RESULTS_LOST
} WIFI_EVENT;
typedef void (*wifi_internal_event_handler) (wifi_handle handle, int events);