Skip to content

Commit

Permalink
Update WifiManagerWPS.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
NivethaJosephJohnBritto committed Dec 1, 2021
1 parent 07f6e3e commit 1074230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WifiManager/impl/WifiManagerWPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ namespace WPEFramework
}

IARM_Result_t retVal = IARM_Bus_Call(IARM_BUS_NM_SRV_MGR_NAME,
IARM_BUS_WIFI_MGR_API_initiateWPSPairingv2,
IARM_BUS_WIFI_MGR_API_initiateWPSPairing2,
(void *)&wps_parameters, sizeof(wps_parameters));
LOGINFO("[%s] : retVal:%d status:%d",
IARM_BUS_WIFI_MGR_API_initiateWPSPairingv2, retVal, wps_parameters.status);
IARM_BUS_WIFI_MGR_API_initiateWPSPairing2, retVal, wps_parameters.status);

if (IARM_RESULT_SUCCESS != retVal)
returnResponse(false);
Expand Down

0 comments on commit 1074230

Please sign in to comment.