Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.h126 int (*setApMaxConn)(int maxConn, int id); member
H A Dhostapd_common_cmd.c459 if (hostapdHalDevice->setApMaxConn(maxConn, id) != 0) { in HostapdInterfaceSetApMaxConn()
H A Dhdi_hostapd_hal.c969 g_hostapdHalDevInfo[id].hostapdHalDev->setApMaxConn = SetApMaxConn; in GetWifiHostapdDev()