https://github.com/siliconlabs/si91x-rcp-driver
Wi-Fi 6 + BLE Linux Driver for SiWx91x chipset family
https://github.com/siliconlabs/si91x-rcp-driver
siwx917-wireless-soc wi-fi wifi
Last synced: 5 months ago
JSON representation
Wi-Fi 6 + BLE Linux Driver for SiWx91x chipset family
- Host: GitHub
- URL: https://github.com/siliconlabs/si91x-rcp-driver
- Owner: SiliconLabs
- License: gpl-2.0
- Created: 2024-02-22T16:26:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-28T13:10:59.000Z (6 months ago)
- Last Synced: 2025-04-30T06:01:48.112Z (5 months ago)
- Topics: siwx917-wireless-soc, wi-fi, wifi
- Language: C
- Homepage:
- Size: 684 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SiWT917 Open Source Driver
The SiWT917 RCP Driver is a SoftMAC driver that interacts with the Linux wireless MAC layer, MAC80211. It consists of simple and efficient kernel modules that currently support SiWT917 RCP chipsets and can be ported to any embedded platform, in addition to the X-86 platform.- [Release Notes](#release-notes)
- [Licensing](#licensing)
- [Documentation](#documentation)
- [Software Reference](#software-reference)
- [Hardware Reference](#hardware-reference)
- [Package structure](#Package-structure)## Release Notes
- See [here](https://github.com/SiliconLabs/si91x-rcp-driver/blob/master/docs/release-notes/index.md) for the latest RCP release notes.
## Licensing
The default license for SiWT917 RCP Driver is [GNU General Public License v2.0](https://github.com/SiliconLabs/si91x-rcp-driver/blob/master/LICENSE).
## Documentation
The online RCP documentation is available [here](https://docs.silabs.com/wifi91xrcp/latest/wifi91xrcp-developing-in-rcp-mode/).
### Software Reference
- See the [Getting Started Guide](https://docs.silabs.com/wifi91xrcp/latest/wifi91xrcp-getting-started/) section for instructions on how to set up the SiWT917 Linux driver in RCP mode.
- [SiWT917 Software Reference Manual](https://docs.silabs.com/wifi91xrcp/latest/wifi91xrcp-developers-guide-overview/)### Hardware Reference
- [SiWT917 RCP Datasheet](https://www.silabs.com/documents/public/data-sheets/siwt917-rcp-datasheet.pdf)
## Package Structure
This software package contains following folders/files :
SiWT917.X.X.X.X
├── Firmware
├── apps
├── release
├── rsi
└── docs### Content Description
- Firmware : This folder contains firmware binary for SiWT917.
- apps : This folder contains driver tools source code.
- release : This folder contains kernel modules, configuration files of
supplicant, hostapd and script files.- rsi : This folder contains SiWT917 RCP driver source code.
- docs : This folder contains release notes.