summaryrefslogtreecommitdiffstats
path: root/include/hardware_legacy/wifi_config.h
diff options
context:
space:
mode:
authorPierre Vandwalle <vandwalle@google.com>2015-02-11 16:23:19 -0800
committerPierre Vandwalle <vandwalle@google.com>2015-02-11 16:23:19 -0800
commitec5301b3af1f35ceeb11a9c4971143a9dea3ae29 (patch)
tree231f2b28b5d738e6244de1fdf94fcfac4695feaf /include/hardware_legacy/wifi_config.h
parentf654d41b8b81de38051200ac6cf34007ae55f646 (diff)
downloadhardware_libhardware_legacy-ec5301b3af1f35ceeb11a9c4971143a9dea3ae29.zip
hardware_libhardware_legacy-ec5301b3af1f35ceeb11a9c4971143a9dea3ae29.tar.gz
hardware_libhardware_legacy-ec5301b3af1f35ceeb11a9c4971143a9dea3ae29.tar.bz2
clarify comments and complete EPNO API
Change-Id: Ibba242ee3d3c1803a5ffca4cc72625f354527f4a
Diffstat (limited to 'include/hardware_legacy/wifi_config.h')
-rw-r--r--include/hardware_legacy/wifi_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hardware_legacy/wifi_config.h b/include/hardware_legacy/wifi_config.h
index c19099d..88e5286 100644
--- a/include/hardware_legacy/wifi_config.h
+++ b/include/hardware_legacy/wifi_config.h
@@ -15,6 +15,7 @@ extern "C"
typedef int wifi_radio;
// whether the wifi chipset wakes at every dtim beacon or a multiple of the dtim period
+// if extended_dtim is set to 3, the STA shall wake up every 3 DTIM beacons
wifi_error wifi_extended_dtim_config_set(wifi_request_id id,
wifi_interface_handle iface, int extended_dtim);