Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.h125 int (*setApMaxConnHw)(int maxConn, int channel); member
H A Dhostapd_common_cmd.c463 if (hostapdHalDevice->setApMaxConnHw(maxConn, g_channel) != 0) { in HostapdInterfaceSetApMaxConn()
H A Dhdi_hostapd_hal.c968 g_hostapdHalDevInfo[id].hostapdHalDev->setApMaxConnHw = SetApMaxConnHw; in GetWifiHostapdDev()