Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_config.h51 struct HdfConfigWifiHostAp hostAp; member
H A Dhdf_wlan_config.h46 struct HdfConfigWlanHostAp hostAp; member
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/
H A Dhdf_module_test.c25 .hostAp = {
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_config_parser.c198 if (ParseWlanApConfig(apConfigNode, &modConfig->hostAp) != HDF_SUCCESS) { in ParseWlanModuleConfig()