Home
last modified time | relevance | path

Searched refs:StopAp (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_service.c39 service->interface.StopAp = HostapdInterfaceStopAp; in HostapdInterfaceImplGetInstance()
/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H A Dap.c91 static uint32_t StopAp(struct NetDevice *netDev) in StopAp() function
99 RETURN_IF_CHIPOPS_NOT_IMPLEMENT(chipDriver->apOps, StopAp); in StopAp()
100 ret = chipDriver->apOps->StopAp(netDev); in StopAp()
102 HDF_LOGE("StopAp:failed, error[%d]", ret); in StopAp()
105 HDF_LOGI("%s: StopAp finished!", __func__); in StopAp()
295 return StopAp(netdev); in WifiCmdStopAp()
/drivers/peripheral/wlan/test/hdi_service/
H A Dhostapd_hdi_hal_services_c_test.cpp53 int32_t rc = g_hostapdObj->StopAp(g_hostapdObj); in TearDownTestCase()
H A Dhostapd_hdi_direct_test.cpp305 * @tc.desc: Wifi hdi StopAp function test
311 int32_t rc = g_hostapdObj->StopAp(g_hostapdObj); in HWTEST_F()
/drivers/peripheral/wlan/test/fuzztest/
H A Dhostapd_common_fuzzer.cpp85 interface->StopAp(interface); in FuzzHostapdInterfaceStopAp()
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h845 int32_t (*StopAp)(NetDevice *netDev); member
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.c332 static int StopAp(int id) in StopAp() function
955 g_hostapdHalDevInfo[id].hostapdHalDev->stopAp = StopAp; in GetWifiHostapdDev()

Completed in 6 milliseconds