BWU Hotspot Responder(client) need to disconnect Hotspot when the session is done

PiperOrigin-RevId: 460577462
This commit is contained in:
hai007
2022-07-12 16:23:48 -07:00
committed by Copybara-Service
parent 61c9876ce9
commit e4a0f280e2
5 changed files with 79 additions and 5 deletions
@@ -40,6 +40,10 @@ class BaseBwuHandler : public BwuHandler {
void RevertInitiatorState() final;
void RevertInitiatorState(const std::string& upgrade_service_id,
const std::string& endpoint_id) final;
// If BWU Medium is Hotspot. The client needs to disconnect from Hotspot, then
// it can restore the previous AP connection right away. The following method
// is only for Hotspot Client
void RevertResponderState(const std::string& service_id) final;
protected:
// Invoked by InitializeUpgradedMediumForEndpoint and RevertInitiatorState,