Home
last modified time | relevance | path

Searched refs:p2pWpsPinDisplay (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c337 P2pWpsPinDisplayArgv p2pWpsPinDisplay = {0}; in WpaInterfaceP2pSetupWpsPin() local
344 P2pSupplicantErrCode ret = pGroupIfc->wpaP2pCliCmdWpsPin(pGroupIfc, &p2pWpsPinDisplay); in WpaInterfaceP2pSetupWpsPin()
350 p2pWpsPinDisplay.mode = P2P_PIN_KEYPAD; in WpaInterfaceP2pSetupWpsPin()
351 …if (strncpy_s(p2pWpsPinDisplay.pinCode, sizeof(p2pWpsPinDisplay.pinCode), pin, strlen(pin)) != EOK… in WpaInterfaceP2pSetupWpsPin()
356 p2pWpsPinDisplay.mode = P2P_PIN_DISPLAY; in WpaInterfaceP2pSetupWpsPin()
357 …if ((strncpy_s(p2pWpsPinDisplay.bssid, sizeof(p2pWpsPinDisplay.bssid), address, strlen(address)) !… in WpaInterfaceP2pSetupWpsPin()
358 …(strncpy_s(result, resultLen, p2pWpsPinDisplay.pinCode, strlen(p2pWpsPinDisplay.pinCode)) != EOK))… in WpaInterfaceP2pSetupWpsPin()