Searched refs:WifiModule (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/include/wifi/ |
H A D | wifi_module.h | 108 int32_t (*deInit)(struct WifiModule *module); 122 …int32_t (*addFeature)(struct WifiModule *module, uint16_t featureType, struct WifiFeature *feature… 135 int32_t (*delFeature)(struct WifiModule *module, uint16_t featureType); 147 struct WifiModule { struct 206 int16_t InitWifiModule(struct WifiModule *module, const struct HdfConfigWlanModuleConfig *config);
|
H A D | wifi_inc.h | 39 struct WifiModule;
|
H A D | hdf_wifi_product.h | 103 struct WifiModule* HdfWlanGetModule(void);
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/ |
H A D | hdf_module_test.c | 16 struct WifiModule *g_hdfWifiModule = NULL; 60 g_hdfWifiModule = OsalMemCalloc(sizeof(struct WifiModule)); in WiFiModuleTestSetEnv() 79 struct WifiModule *module = NULL; in WiFiModuleTestCreateModule() 85 module = OsalMemCalloc(sizeof(struct WifiModule)); in WiFiModuleTestCreateModule() 105 struct WifiModule *module = HdfWlanGetModule(); in WiFiModuleTestAddFeature() 119 struct WifiModule *module = HdfWlanGetModule(); in WiFiModuleTestDelFeature()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_module.c | 23 int32_t DelFeature(struct WifiModule *module, uint16_t featureType); 24 int32_t AddFeature(struct WifiModule *module, uint16_t featureType, struct WifiFeature *featureData… 26 static int32_t InitFeatures(struct WifiModule *module) in InitFeatures() 54 static int32_t DeInitFeatures(struct WifiModule *module) in DeInitFeatures() 78 int16_t InitWifiModule(struct WifiModule *module, const struct HdfConfigWlanModuleConfig *config) in InitWifiModule()
|
H A D | wifi_feature.c | 17 int32_t AddFeature(struct WifiModule *module, uint16_t featureType, struct WifiFeature *feature) in AddFeature() 33 int32_t DelFeature(struct WifiModule *module, uint16_t featureType) in DelFeature()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A D | hdf_wlan_product.c | 23 struct WifiModule module; /* *< Structure of the WLAN module */ 85 struct WifiModule *HdfWlanGetModule(void) in HdfWlanGetModule()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-external-des.md | 113 - WLAN驱动模块提供给驱动开发人员可直接调用的能力接口,主要功能有:创建/释放WifiModule、关联/取消关联、申请/释放NetBuf、lwip的pbuf和NetBuf的相互转换等。 121 …truct WifiModule \*WifiModuleCreate(const struct HdfConfigWifiModuleConfig&nbs… 122 …| void WifiModuleDelete(struct WifiModule \*module) | 基于HDF开发WLAN驱动时,删除并释放WifiModul… 123 …32_t DelFeature(struct WifiModule \*module, uint16_t featureType) | 基于HDF… 124 …sp;WifiModule \*module, uint16_t featureType,<br> struct WifiFeature …
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-external-des.md | 113 …odule provides APIs that you can directly use to create or release a **WifiModule**, connect to or… 121 …| struct WifiModule \*WifiModuleCreate(const struct HdfConfigWifiModuleConfig&… 122 …| void WifiModuleDelete(struct WifiModule \*module) | Deletes a **WifiModule** and … 123 …nbsp;DelFeature(struct WifiModule \*module, uint16_t featureType) | Deletes a … 124 …bsp;WifiModule \*module, uint16_t featureType,<br> struct WifiFeature&nbs…
|
/ohos5.0/drivers/hdf_core/framework/ |
H A D | README_zh.md | 165 …I层的接口定义及公共实现,对上层输入服务提供如设置MAC地址,获取设备MAC地址,获取特性类型,设置发射功率等能力;对驱动开发者提供创建/释放WifiModule、关联/取消关联、申请/释放Net…
|
H A D | README.md | 157 …input services, as well as the capabilities of creating/releasing a **WifiModule**, connecting to…
|
/ohos5.0/drivers/hdf_core/ |
H A D | README_zh.md | 165 …I层的接口定义及公共实现,对上层输入服务提供如设置MAC地址,获取设备MAC地址,获取特性类型,设置发射功率等能力;对驱动开发者提供创建/释放WifiModule、关联/取消关联、申请/释放Net…
|
H A D | README.md | 157 …input services, as well as the capabilities of creating/releasing a **WifiModule**, connecting to…
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | wlan-search-connect-disconnect.md | 27 - WLAN的连接:点击WLAN列表中加密的WLAN,并在弹窗中输入密码后,会在AvailableWifi.ets中通过WifiModule.connectNetwork()调用wifi.conne…
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | Samples.md | 5431 …* wifi的连接功能:点击wifi列表中加密的wifi,并在弹窗中输入密码后,通过WifiModule.connectNetwork()调用wifi.connectToDevice()连接wif…
|