|
@@ -1169,7 +1169,42 @@ struct dhcp_server {
|
|
|
"FFFFFF 00 2A F85971000000 E0 50 FFFFFF 00 2A 14ABC5000000 E0 50", \
|
|
|
"Used to specify action OUIs to disable aggressive TX")
|
|
|
|
|
|
- /* End of action oui inis */
|
|
|
+/*
|
|
|
+ * <ini>
|
|
|
+ * gActionOUIDisableAggressiveEDCA - Used to specify action OUIs to control
|
|
|
+ * EDCA configuration when join the candidate AP
|
|
|
+ *
|
|
|
+ * @Default: NULL
|
|
|
+ * Note: User should strictly add new action OUIs at the end of this
|
|
|
+ * default value.
|
|
|
+ *
|
|
|
+ * This ini is used to specify AP OUIs. The station's EDCA should follow the
|
|
|
+ * APs' when connecting to those AP, even if the gEnableEdcaParams is set.
|
|
|
+ * For example, it follows the AP's EDCA whose OUI is 0050F2 with the
|
|
|
+ * following setting:
|
|
|
+ * gActionOUIDisableAggressiveEDCA=0050F2 00 01
|
|
|
+ * Explain: 0050F2: OUI
|
|
|
+ * 00: data length is 0
|
|
|
+ * 01: info mask, only OUI present in Info mask
|
|
|
+ * Refer to gEnableActionOUI for more detail about the format.
|
|
|
+ *
|
|
|
+ * Related: gEnableEdcaParams, gEnableActionOUI
|
|
|
+ *
|
|
|
+ * Supported Feature: Action OUIs
|
|
|
+ *
|
|
|
+ * Usage: External
|
|
|
+ *
|
|
|
+ * </ini>
|
|
|
+ */
|
|
|
+#define CFG_ACTION_OUI_DISABLE_AGGRESSIVE_EDCA CFG_INI_STRING( \
|
|
|
+ "gActionOUIDisableAggressiveEDCA", \
|
|
|
+ 0, \
|
|
|
+ ACTION_OUI_MAX_STR_LEN, \
|
|
|
+ "", \
|
|
|
+ "Used to specify action OUIs to control edca configuration")
|
|
|
+
|
|
|
+/* End of action oui inis */
|
|
|
+
|
|
|
#ifdef ENABLE_MTRACE_LOG
|
|
|
/*
|
|
|
* <ini>
|
|
@@ -1451,6 +1486,7 @@ enum host_log_level {
|
|
|
CFG(CFG_ACTION_OUI_ITO_EXTENSION) \
|
|
|
CFG(CFG_ACTION_OUI_DISABLE_AGGRESSIVE_TX) \
|
|
|
CFG(CFG_ACTION_OUI_FORCE_MAX_NSS) \
|
|
|
+ CFG(CFG_ACTION_OUI_DISABLE_AGGRESSIVE_EDCA) \
|
|
|
CFG(CFG_ACTION_OUI_SWITCH_TO_11N_MODE) \
|
|
|
CFG(CFG_ADVERTISE_CONCURRENT_OPERATION) \
|
|
|
CFG(CFG_BUG_ON_REINIT_FAILURE) \
|