Conversation
cpwrs
suggested changes
Aug 24, 2026
cpwrs
left a comment
Contributor
There was a problem hiding this comment.
Left a couple comments. Could you add the properties to the manual test as well?
Looks good besides that.
We planned on eventually adding full AP exposure. For example with an AccessPoint class, WifiNetwork.accessPoints list and WifiNetwork.activeAccessPoint ptr.
I'm OK with getting these properties merged though. They could still exist as convenient accessors after the full AP API is added.
detluck
force-pushed
the
feat/wifi-details
branch
from
August 24, 2026 16:41
0537294 to
740f573
Compare
cpwrs
reviewed
Aug 24, 2026
cpwrs
left a comment
Contributor
There was a problem hiding this comment.
Works for me! I'm getting 0 (unknown) for every bandwidth, but that's probably my driver or backend.
detluck
force-pushed
the
feat/wifi-details
branch
from
August 24, 2026 20:33
740f573 to
a328325
Compare
cpwrs
approved these changes
Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR exposes additional 802.11 access point properties from NetworkManager to
Quickshell.Networking.WifiNetwork. These properties allow desktop shells to filter networks by frequency band (2.4 GHz vs 5 GHz), and display router MAC addresses and maximum link speeds in network detail views without spawning external CLI tools.Added Properties to
WifiNetworkfrequency(quint32): The radio frequency in MHz (useful for determining 2.4 GHz, 5 GHz, or 6 GHz bands).bssid(QString): The hardware MAC address of the access point.maxBitrate(quint32): Maximum bitrate supported by the access point in Kbps.bandwidth(quint32): Channel bandwidth announced by the access point in MHz (e.g. 20, 40, 80, 160).lastSeen(qint32): Timestamp inCLOCK_BOOTTIMEseconds when the access point was last seen in scan results.