Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_service.c50 service->interface.SetMacFilter = HostapdInterfaceSetMacFilter; 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.txt94 static int32_t HostapdInterfaceSetMacFilter(struct IHostapdInterface *self, const char* ifName, con…
162 service->interface.SetMacFilter = HostapdInterfaceSetMacFilter;
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhostapd_common_cmd.h72 int32_t HostapdInterfaceSetMacFilter(struct IHostapdInterface *self,
H A Dhostapd_common_cmd.c470 int32_t HostapdInterfaceSetMacFilter(struct IHostapdInterface *self, const char *ifName, in HostapdInterfaceSetMacFilter() function