|
@@ -1343,6 +1343,43 @@ struct dhcp_server {
|
|
|
"000CE7 08 00000000BF0CB101 FF 01", \
|
|
|
"Used to specify action OUIs to control mu edca configuration")
|
|
|
|
|
|
+/*
|
|
|
+ * <ini>
|
|
|
+ * gActionOUIExtendWowITO - Used to extend ITO(Inactivity Time-Out) value under
|
|
|
+ * WoWLAN mode for specified APs.
|
|
|
+ *
|
|
|
+ * @Default: NULL
|
|
|
+ *
|
|
|
+ * Some APs sometimes don't honor Qos null frames under WoWLAN mode if
|
|
|
+ * station's ITO is too small. This ini is used to specify AP OUIs which
|
|
|
+ * exhibit this behavior. When connected to such an AP, the station's ITO
|
|
|
+ * value will be extended when in WoWLAN mode.
|
|
|
+ * For example, it extends the ITO value(under WoWLAN mode) when connected
|
|
|
+ * to AP whose OUI is 001018 and vendor specific data is 0201009C0000 with
|
|
|
+ * the following setting:
|
|
|
+ * gActionOUIExtendWowITO=001018 06 0201009C0000 FC 01
|
|
|
+ * OUI: 001018
|
|
|
+ * OUI data Len : 06
|
|
|
+ * OUI Data : 0201009C0000
|
|
|
+ * OUI data Mask: FC - 11111100
|
|
|
+ * Info Mask : 01 - only OUI present in Info mask
|
|
|
+ * Refer to gEnableActionOUI for more detail about the format.
|
|
|
+ *
|
|
|
+ * Related: gEnableActionOUI
|
|
|
+ *
|
|
|
+ * Supported Feature: Action OUIs
|
|
|
+ *
|
|
|
+ * Usage: External
|
|
|
+ *
|
|
|
+ * </ini>
|
|
|
+ */
|
|
|
+#define CFG_ACTION_OUI_EXTEND_WOW_ITO CFG_INI_STRING( \
|
|
|
+ "gActionOUIExtendWowITO", \
|
|
|
+ 0, \
|
|
|
+ ACTION_OUI_MAX_STR_LEN, \
|
|
|
+ "", \
|
|
|
+ "Used to extend inactivity time out under WoWLAN mode for specified APs")
|
|
|
+
|
|
|
/*
|
|
|
* <ini>
|
|
|
* gActionOUIReconnAssocTimeout - Used to specify action OUIs to
|
|
@@ -1876,6 +1913,7 @@ enum host_log_level {
|
|
|
CFG(CFG_ACTION_OUI_FORCE_MAX_NSS) \
|
|
|
CFG(CFG_ACTION_OUI_DISABLE_AGGRESSIVE_EDCA) \
|
|
|
CFG(CFG_ACTION_OUI_DISABLE_MU_EDCA) \
|
|
|
+ CFG(CFG_ACTION_OUI_EXTEND_WOW_ITO) \
|
|
|
CFG(CFG_ACTION_OUI_SWITCH_TO_11N_MODE) \
|
|
|
CFG(CFG_ACTION_OUI_RECONN_ASSOCTIMEOUT) \
|
|
|
CFG(CFG_ACTION_OUI_DISABLE_TWT) \
|