summaryrefslogtreecommitdiffstats
path: root/include/hardware_legacy/wifi_config.h
diff options
context:
space:
mode:
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);