|
@@ -168,7 +168,6 @@ typedef QDF_STATUS (*wlan_ser_umac_cmd_cb)(void *umac_cmd);
|
|
* @WLAN_SER_CMD_SME_ISSUE_REASSOC_SAME_AP: SME Reassoc cmd
|
|
* @WLAN_SER_CMD_SME_ISSUE_REASSOC_SAME_AP: SME Reassoc cmd
|
|
* @WLAN_SER_CMD_SME_ISSUE_DISASSOC_FOR_HANDOFF: SME Disassoc cmd
|
|
* @WLAN_SER_CMD_SME_ISSUE_DISASSOC_FOR_HANDOFF: SME Disassoc cmd
|
|
* @WLAN_SER_CMD_SME_ISSUE_ASSOC_TO_SIMILAR_AP: SME Assoc cmd
|
|
* @WLAN_SER_CMD_SME_ISSUE_ASSOC_TO_SIMILAR_AP: SME Assoc cmd
|
|
- * @WLAN_SER_CMD_FORCE_IBSS_LEAVE: IBSS leave AP cmd
|
|
|
|
* @WLAN_SER_CMD_SME_ISSUE_FT_REASSOC: SME reassoc cmd
|
|
* @WLAN_SER_CMD_SME_ISSUE_FT_REASSOC: SME reassoc cmd
|
|
* @WLAN_SER_CMD_FORCE_DISASSOC_STA: Force diassoc for STA vap
|
|
* @WLAN_SER_CMD_FORCE_DISASSOC_STA: Force diassoc for STA vap
|
|
* @WLAN_SER_CMD_FORCE_DEAUTH_STA: Force deauth for STA vap
|
|
* @WLAN_SER_CMD_FORCE_DEAUTH_STA: Force deauth for STA vap
|
|
@@ -196,19 +195,20 @@ typedef QDF_STATUS (*wlan_ser_umac_cmd_cb)(void *umac_cmd);
|
|
* @WLAN_SER_CMD_PDEV_RESTART: Cmd to restart all VDEVs of a PDEV
|
|
* @WLAN_SER_CMD_PDEV_RESTART: Cmd to restart all VDEVs of a PDEV
|
|
* @WLAN_SER_CMD_PDEV_CSA_RESTART: Cmd to CSA restart all AP VDEVs of a PDEV
|
|
* @WLAN_SER_CMD_PDEV_CSA_RESTART: Cmd to CSA restart all AP VDEVs of a PDEV
|
|
* @WLAN_SER_CMD_GET_DISCONNECT_STATS: Cmd to get peer stats on disconnection
|
|
* @WLAN_SER_CMD_GET_DISCONNECT_STATS: Cmd to get peer stats on disconnection
|
|
- * @WLAN_SER_CMD_VDEV_REASSOC: Cmd to roam a STA VDEV
|
|
|
|
|
|
+ * @WLAN_SER_CMD_VDEV_ROAM: Cmd to roam a STA VDEV
|
|
*/
|
|
*/
|
|
enum wlan_serialization_cmd_type {
|
|
enum wlan_serialization_cmd_type {
|
|
/* all scan command before non-scan */
|
|
/* all scan command before non-scan */
|
|
WLAN_SER_CMD_SCAN,
|
|
WLAN_SER_CMD_SCAN,
|
|
/* all non-scan command below */
|
|
/* all non-scan command below */
|
|
WLAN_SER_CMD_NONSCAN,
|
|
WLAN_SER_CMD_NONSCAN,
|
|
|
|
+#ifndef FEATURE_CM_ENABLE
|
|
WLAN_SER_CMD_HDD_ISSUE_REASSOC_SAME_AP,
|
|
WLAN_SER_CMD_HDD_ISSUE_REASSOC_SAME_AP,
|
|
WLAN_SER_CMD_SME_ISSUE_REASSOC_SAME_AP,
|
|
WLAN_SER_CMD_SME_ISSUE_REASSOC_SAME_AP,
|
|
WLAN_SER_CMD_SME_ISSUE_DISASSOC_FOR_HANDOFF,
|
|
WLAN_SER_CMD_SME_ISSUE_DISASSOC_FOR_HANDOFF,
|
|
WLAN_SER_CMD_SME_ISSUE_ASSOC_TO_SIMILAR_AP,
|
|
WLAN_SER_CMD_SME_ISSUE_ASSOC_TO_SIMILAR_AP,
|
|
- WLAN_SER_CMD_FORCE_IBSS_LEAVE,
|
|
|
|
WLAN_SER_CMD_SME_ISSUE_FT_REASSOC,
|
|
WLAN_SER_CMD_SME_ISSUE_FT_REASSOC,
|
|
|
|
+#endif
|
|
WLAN_SER_CMD_FORCE_DISASSOC_STA,
|
|
WLAN_SER_CMD_FORCE_DISASSOC_STA,
|
|
WLAN_SER_CMD_FORCE_DEAUTH_STA,
|
|
WLAN_SER_CMD_FORCE_DEAUTH_STA,
|
|
WLAN_SER_CMD_PERFORM_PRE_AUTH,
|
|
WLAN_SER_CMD_PERFORM_PRE_AUTH,
|
|
@@ -235,7 +235,7 @@ enum wlan_serialization_cmd_type {
|
|
WLAN_SER_CMD_PDEV_RESTART,
|
|
WLAN_SER_CMD_PDEV_RESTART,
|
|
WLAN_SER_CMD_PDEV_CSA_RESTART,
|
|
WLAN_SER_CMD_PDEV_CSA_RESTART,
|
|
WLAN_SER_CMD_GET_DISCONNECT_STATS,
|
|
WLAN_SER_CMD_GET_DISCONNECT_STATS,
|
|
- WLAN_SER_CMD_VDEV_REASSOC,
|
|
|
|
|
|
+ WLAN_SER_CMD_VDEV_ROAM,
|
|
WLAN_SER_CMD_MAX
|
|
WLAN_SER_CMD_MAX
|
|
};
|
|
};
|
|
|
|
|