Home
last modified time | relevance | path

Searched refs:WIFI_IFTYPE_STATION (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h129 WIFI_IFTYPE_STATION, enumerator
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h80 WIFI_IFTYPE_STATION, enumerator
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp185 int32_t type = WIFI_IFTYPE_STATION;
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1078 result->infos[i].supportMode[WIFI_IFTYPE_STATION] = 1; in GetUsableNetworkInfo()
1081 result->infos[i].supportMode[WIFI_IFTYPE_STATION] = 1; in GetUsableNetworkInfo()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c701 if (type == WIFI_IFTYPE_STATION) { in SetNetworkAddr()