1 Star 0 Fork 4.9K

bill / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wlandevelopment-guidelines.md 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
NEEN 提交于 2021-03-12 17:59 . !197 Docs Update version 1.0.1

WLAN Development Guidelines

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

How to Develop

  1. Set 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 WLAN Development Example. The steps waiting to be performed by developers include setting configuration parameters based on hardware attributes, adapting and mounting a chip, and performing tests and verification.

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

搜索帮助