Skip to content

Conversation

@mattiaswal
Copy link
Contributor

@mattiaswal mattiaswal commented Dec 27, 2025

  • Refactor Wi-Fi model
  • Add Access Point support (including multi SSID)
  • Fix misc minor bugs

This fix #1082 by adding a scan mode which is a wifi interface with only a radio in the wifi container.

Description

Checklist

Tick relevant boxes, this PR is-a or has-a:

  • Bugfix
    • Regression tests
    • ChangeLog updates (for next release)
  • Feature
    • YANG model change => revision updated?
    • Regression tests added?
    • ChangeLog updates (for next release)
    • Documentation added?
  • Test changes
    • Checked in changed Readme.adoc (make test-spec)
    • Added new test to group Readme.adoc and yaml file
  • Code style update (formatting, renaming)
  • Refactoring (please detail in commit messages)
  • Build related changes
  • Documentation content changes
    • ChangeLog updated (for major changes)
  • Other (please describe):

@mattiaswal mattiaswal force-pushed the wifi-ap2 branch 2 times, most recently from a73ecce to b5cb686 Compare December 27, 2025 20:38
* Add support for AP (list connected stations)
* Add scan-mode (Scan without create a fully configured station)

Signed-off-by: Mattias Walström <lazzer@gmail.com>
@mattiaswal mattiaswal force-pushed the wifi-ap2 branch 2 times, most recently from 47a14d7 to aeabb3e Compare December 30, 2025 16:51
@mattiaswal mattiaswal marked this pull request as ready for review December 30, 2025 16:52
@mattiaswal mattiaswal requested a review from troglobit December 30, 2025 16:52
@mattiaswal mattiaswal changed the title WiP: Add WiFi Access point support Add WiFi Access point support Dec 30, 2025
* Wi-Fi station still work (changed YANG model)
* Wi-Fi access point supported

Model is flexible to support even more modes
Example usage:
./src/statd/python/yanger/yanger -p wifi0 -x "ixll -A ssh enp195s0f0 sudo" ietf-hardware | ./board/common/rootfs/usr/libexec/infix/wifi-channel-map.py

Show the congestion in the 2.4 band.

Signed-off-by: Mattias Walström <lazzer@gmail.com>
This allows to run yanger remote.

Signed-off-by: Mattias Walström <lazzer@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wi-Fi implementation is not according to agreed scope

2 participants