low-level-api


Project maintained by wcloetens Hosted on GitHub Pages — Theme by mattgraham

Wireless LAN

Abstract

The WLAN API recommendations are:

Scope

The primary focus is the control interface to radio and access point functionality, with STA (client) functionality as a lower priority. The data path is generally not a problem, as all known existing drivers model this as a Linux Ethernet device. Availability of source code, and the license of, the device driver, microcode, and any firmware on an embedded offloaded processor, are out of scope. The operating system scope is limited to Linux.

Vendor-specific extensions should be limited to hardware or implementation specific functionality that is distinctly not present in cfg80211, and does not lend itself to an extension of cfg80211 either. Examples are control of embedded firmware, debugging interfaces to the lower layers of the implementation, and special calibration logic. Any interfaces that must be used by an operational control interface should be standardized. The recommended interface for vendor-specific extensions is cfg80211 vendor commands.

Next Steps

Basic profile definition

RDK-B harmonization

EasyMesh (Multi-AP)