Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dgroup_formed_state.cpp353 constexpr int defaultChannel = 6; in ProcessCmdStartListen() local
354 if (WifiP2PHalInterface::GetInstance().SetListenChannel(defaultChannel, defaultOpClass)) { in ProcessCmdStartListen()
355 … WIFI_LOGI("p2p set listen channel failed. channel:%{public}d, opclass:%{public}d", defaultChannel, in ProcessCmdStartListen()
H A Dp2p_enabled_state.cpp149 constexpr int defaultChannel = 6; in ProcessCmdStartListen() local
150 if (WifiP2PHalInterface::GetInstance().SetListenChannel(defaultChannel, defaultOpClass)) { in ProcessCmdStartListen()
151 … WIFI_LOGI("p2p set listen channel failed. channel:%{public}d, opclass:%{public}d", defaultChannel, in ProcessCmdStartListen()