Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_service.c49 service->interface.SetApMaxConn = HostapdInterfaceSetApMaxConn; in HostapdInterfaceImplGetInstance()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/c_target/wlan/hostapd/v1_0/
H A Dhostapd_interface_service.c.txt88 static int32_t HostapdInterfaceSetApMaxConn(struct IHostapdInterface *self, const char* ifName, int…
161 service->interface.SetApMaxConn = HostapdInterfaceSetApMaxConn;
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhostapd_common_cmd.h69 int32_t HostapdInterfaceSetApMaxConn(struct IHostapdInterface *self,
H A Dhostapd_common_cmd.c444 int32_t HostapdInterfaceSetApMaxConn(struct IHostapdInterface *self, const char *ifName, in HostapdInterfaceSetApMaxConn() function