Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi_lite/interfaces/wifiservice/
H A Dwifi_event.h63 #define WIFI_HOTSPOT_ACTIVE 1 macro
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_event.h63 #define WIFI_HOTSPOT_ACTIVE 1 macro
/ohos5.0/foundation/communication/wifi_aware/frameworks/source/
H A Dwifiaware.c33 if (IsHotspotActive() != WIFI_HOTSPOT_ACTIVE) { in InitNAN()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/common/
H A Dsoftbus_wifi_api_adapter.c417 if (hotspotState == WIFI_HOTSPOT_ACTIVE) { in SoftBusIsHotspotActive()