1 Star 0 Fork 5.2K

袁莹-Andrea / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wlandevelopment-guidelines.md 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

WLAN Development Guidelines

The WLAN driver is developed based on the HDF and PAL. It provides a unified driver model for WLAN modules of different vendors regardless of the operating system (OS) and system on a chip (SoC).

Limitations and Constraints

None

How to Develop

  1. Configure hardware parameters such as module (different features) and chip in the wifi_config.hcs file.
  2. Parse the wifi_config.hcs file and generate a structure with the configured parameters.
  3. Initialize and create a module.
  4. Mount and initialize the chip.
  5. Initialize the bus.
  6. Mount the upper-layer WPA service.

NOTE: Some of the above adaptation steps have been provided. For details, see the third part Development Example. The steps waiting to be performed by developers include modifying configuration parameters based on hardware parameters, adapting and mounting a module, and performing tests and verification.

1
https://gitee.com/AndreaYYmm/docs.git
git@gitee.com:AndreaYYmm/docs.git
AndreaYYmm
docs
docs
master

搜索帮助