1 Star 0 Fork 5.2K

vv_justdoit / docs

forked from OpenHarmony / docs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
wlandevelopment-guidelines.md 1.10 KB
Copy Edit Raw Blame History
wenjun authored 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/vv-justdoit/docs.git
git@gitee.com:vv-justdoit/docs.git
vv-justdoit
docs
docs
master

Search