Skip to content
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

nl80211: handle per_sta_vif case properly #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 18, 2024

  1. nl80211: handle per_sta_vif case properly

    When per_sta_vif is enabled in hostapd BSS config, we need to iterate
    through every interface in /sys/class/net which matches
    `${interface_requested}.${number}`. Otherwise data requested from iwinfo
    will be incomplete/nonexistant. This is already handled for WDS so there is
    precedence for a change like this.
    
    Also refactor logic on whether to issue a NL80211_CMD_GET_STATION request
    on the interface into a seperate function.
    
    Closes openwrt/openwrt#14339
    
    Signed-off-by: Rany Hany <[email protected]>
    rany2 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    28467b8 View commit details
    Browse the repository at this point in the history