Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_service.c48 service->interface.SetApChannel = HostapdInterfaceSetApChannel; 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.txt82 static int32_t HostapdInterfaceSetApChannel(struct IHostapdInterface *self, const char* ifName, int…
160 service->interface.SetApChannel = HostapdInterfaceSetApChannel;
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhostapd_common_cmd.h66 int32_t HostapdInterfaceSetApChannel(struct IHostapdInterface *self,
H A Dhostapd_common_cmd.c422 int32_t HostapdInterfaceSetApChannel(struct IHostapdInterface *self, const char *ifName, in HostapdInterfaceSetApChannel() function