Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/
H A Dwifi_native_define.h76 HAL_CBK_CMD_REMOVE_IFACE, /* The network device interface has been deleted. */ enumerator
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_chip.c277 WriteInt(context, HAL_CBK_CMD_REMOVE_IFACE); in RegisterEventCallback()
285 WriteInt(context, HAL_CBK_CMD_REMOVE_IFACE); in RegisterEventCallback()
H A Di_wifi.c180 } else if (event == HAL_CBK_CMD_REMOVE_IFACE && callback->onIfaceRemoved != NULL) { in IdlCbkAddRemoveIface()
340 case HAL_CBK_CMD_REMOVE_IFACE: in IdlDealStaApEvent()