sysprog21 / vwifi

A virtual wireless device driver for Linux
MIT License
203 stars 39 forks source link

Align with recent cfg80211 header #63

Closed jychen0611 closed 4 months ago

jychen0611 commented 4 months ago

Starting from kernel version 6.7, several significant changes have been made to the cfg80211 subsystem. 1. The scan_width field is no longer present in the cfg80211_inform_bss structure. There really isn't any support for scanning at different channel widths than 20 MHz since there's no way to set it. 2. The parameters in the change_beacon function have been updated to cfg80211_ap_update. The change_beacon function now includes two additional parameters, fils_discovery and unsol_bcast_probe_resp, which arepart of the cfg80211_ap_update structure.

jserv commented 4 months ago

Thank @jychen0611 for contributing! I have amended the git commit messages.