Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h130 WIFI_IFTYPE_AP, enumerator
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h81 WIFI_IFTYPE_AP, enumerator
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp204 int32_t type = WIFI_IFTYPE_AP;
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1079 result->infos[i].supportMode[WIFI_IFTYPE_AP] = NetLinkGetChipProp() ? 0 : 1; in GetUsableNetworkInfo()
1082 result->infos[i].supportMode[WIFI_IFTYPE_AP] = NetLinkGetChipProp() ? 1 : 0; in GetUsableNetworkInfo()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c678 if (type == WIFI_IFTYPE_AP) { in SetNetIfInfo()