aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd
Commit message (Expand)AuthorAgeFilesLines
* wifi-scripts: add new package, move wifi scripts to a single placeFelix Fietkau2024-02-034-2159/+0
* hostapd: fail R0KH and R1KH derivation when wpa_psk_file is usedRany Hany2024-01-251-0/+4
* hostapd: fix 11r defaults when using SAEJesus Fernandez Manzano2024-01-251-1/+1
* hostapd: fix 11r defaults when using WPAJesus Fernandez Manzano2024-01-251-14/+14
* hostapd: remove obsolete functionFelix Fietkau2024-01-251-4/+0
* hostapd: ACS: Fix typo in bw_40 frequency arrayDavid Bauer2024-01-181-0/+25
* hostapd: add back missing function for updating wpa_supplicant macaddr listFelix Fietkau2024-01-131-0/+8
* hostapd: fix an exception in hostapd.uc on interface add failureFelix Fietkau2024-01-131-1/+1
* Revert "mac80211: rework interface setup, fix race condition"Felix Fietkau2024-01-131-3/+4
* mac80211: rework interface setup, fix race conditionFelix Fietkau2024-01-111-4/+3
* hostapd: make ubus calls to wpa_supplicant asynchronousFelix Fietkau2024-01-111-26/+105
* hostapd: add missing NULL pointer check on radar notificationFelix Fietkau2024-01-091-0/+3
* hostapd: use new udebug ubus api to make debug rings configurableFelix Fietkau2023-11-303-96/+100
* hostapd: add missing acl entries for udebugFelix Fietkau2023-11-201-0/+4
* hostapd: add udebug supportFelix Fietkau2023-11-208-14/+301
* hostapd: fix undeclared variable iface_nameNazar Mokrynskyi2023-11-191-1/+1
* hostapd: refresh patchesChristian Marangi2023-11-094-10/+10
* hostapd: permit 40MHz in 802.1s only also for 2.4GHz g/n with noscanChristian Marangi2023-11-091-0/+9
* hostapd: permit also channel 7 for 2.5GHz to be set to HT40PLUSChristian Marangi2023-11-091-1/+1
* hostapd: fix broke noscan option for meshChristian Marangi2023-11-092-3/+3
* hostapd: use rtnl to set up interfacesFelix Fietkau2023-11-083-5/+11
* wifi: fix applying mesh parameters when wpa_supplicant is in useFelix Fietkau2023-11-083-26/+71
* hostapd: fix broken WPS on broadcom-wl and ath11kPetr Štetiar2023-11-011-0/+62
* hostapd: fix OWE association with mbedtlsDavid Bauer2023-10-312-1/+92
* hostapd: do not trim trailing whitespace, except for newlineFelix Fietkau2023-10-311-2/+2
* hostapd: increase PKG_RELEASE to fix buildsNick Hainke2023-09-291-1/+1
* hostapd: fix wpa_supplicant mac address allocation on ap+staFelix Fietkau2023-09-281-9/+10
* hostapd: fix mac address of interfaces created via wdev.ucFelix Fietkau2023-09-271-1/+1
* hostapd: fix rare crash with AP+STA and ACS enabledFelix Fietkau2023-09-251-13/+14
* hostapd: fix patch rebase after a crash fixFelix Fietkau2023-09-221-5/+5
* hostapd: fix wpa_supplicant bringup with non-nl80211 driversFelix Fietkau2023-09-221-0/+17
* hostapd: add missing NULL pointer check in uc_hostapd_iface_stopFelix Fietkau2023-09-201-0/+3
* hostapd: fix a crash when disabling an interface during channel list updateFelix Fietkau2023-09-202-4/+32
* hostapd: use phy name for hostapd interfaces instead of first-bss ifnameFelix Fietkau2023-09-193-9/+21
* hostapd: fix dynamically adding interfaces with 802.11ax support disabled in ...Felix Fietkau2023-09-181-0/+34
* hostapd: add missing ubus ACL entries for AP+client (#13449)Felix Fietkau2023-09-152-1/+7
* hostapd: support dynamic reload of vlan files when renaming interfacesFelix Fietkau2023-09-152-5/+94
* hostapd: fix more AP+STA issuesFelix Fietkau2023-09-142-13/+33
* hostapd: fix more dynamic reload issuesFelix Fietkau2023-09-145-7/+45
* hostapd: add missing return statementFelix Fietkau2023-09-131-0/+2
* hostapd: do not modify hapd->started when stopping an APFelix Fietkau2023-09-131-2/+1
* hostapd: update to the latest versionFelix Fietkau2023-09-1323-187/+84
* hostapd: rework reload support and MAC address handlingFelix Fietkau2023-09-135-152/+554
* hostapd: move mac address allocation from mac80211.sh to wdev.ucFelix Fietkau2023-09-132-33/+151
* hostapd: add internal API for renaming AP interfacesFelix Fietkau2023-09-132-7/+350
* hostapd: fix AP+STA configuration with autochannel enabledFelix Fietkau2023-09-131-4/+31
* hostapd: update interface/bss list after set_config callsFelix Fietkau2023-09-131-0/+1
* hostapd: fix bringing up AP in AP+mesh configurationsFelix Fietkau2023-09-121-0/+10
* hostapd: clear ucode interface/bss resource pointersFelix Fietkau2023-09-121-2/+8
* hostapd: fix applying gratuitous ARP settings with bridge-vlanFelix Fietkau2023-09-121-6/+79