-
Notifications
You must be signed in to change notification settings - Fork 14
Add WiFi Access point support #1337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
47a14d7 to
aeabb3e
Compare
44a6078 to
bfa4925
Compare
|
Future improvements (not included in this PR):
|
troglobit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of comments and suggestions.
Also, please run Coverity Scan on this branch. There's a lot of C changes and additions ...
board/aarch64/bananapi-bpi-r3/rootfs/usr/share/product/bananapi,bpi-r3/etc/factory-config.cfg
Show resolved
Hide resolved
board/aarch64/bananapi-bpi-r3/rootfs/usr/share/product/bananapi,bpi-r3/etc/factory-config.cfg
Show resolved
Hide resolved
4f6d2ae to
3db6469
Compare
44d2af5 to
2e59912
Compare
* 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>
* 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>
I suggest putting this in a separate issue, this is good stuff! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! 💯🔥 ![]()
I think the only thing I missed was a little cute picture early in the docs that show how things work. It's a massive wall of text otherwise ... but that we can add later on.
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: