Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.h121 int (*setApChannel)(int channel, int id); member
H A Dhostapd_common_cmd.c437 if (hostapdHalDevice->setApChannel(channel, id) != 0) { in HostapdInterfaceSetApChannel()
H A Dhdi_hostapd_hal.c964 g_hostapdHalDevInfo[id].hostapdHalDev->setApChannel = SetApChannel; in GetWifiHostapdDev()