aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd
Commit message (Expand)AuthorAgeFilesLines
* 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
* hostapd: allow adding initial AP without breaking STA interface connectionFelix Fietkau2023-09-033-30/+111
* hostapd: fix config change detection on boolean valuesFelix Fietkau2023-09-031-1/+1
* hostapd: fix parsing HT secondary channel offsetFelix Fietkau2023-09-021-3/+4
* hostapd: reset center_seg0_idx for 2.4 GHzFelix Fietkau2023-09-022-3/+11
* hostapd: use proper helper functions for setting seg0/seg1 idx and chwidthFelix Fietkau2023-09-021-29/+6
* hostapd: remove cfg80211 dependencyFelix Fietkau2023-09-011-13/+5
* hostapd: select libopenssl-legacy for openssl variantsFelix Fietkau2023-08-311-7/+8
* hostapd: remove eap-eap192 auth type valueFelix Fietkau2023-08-311-12/+4
* hostapd: support eap-eap2 and eap2 auth_type valuesFelix Fietkau2023-08-311-7/+15
* hostapd: fix FILS key mgmt type for WPA3 Enterprise 192 bitFelix Fietkau2023-08-311-0/+4
* hostapd: fix bringing up AP+STA when the new channel is on a DFS channelFelix Fietkau2023-08-241-0/+8
* hostapd: in AP/STA, shut down AP interfaces when STA enters scanning stateFelix Fietkau2023-08-231-0/+1
* hostapd: remove obsolete patchFelix Fietkau2023-08-231-97/+0
* hostapd: allow reduced neighbor report configurationDavid Bauer2023-08-221-1/+3
* hostapd: revert upstream commit to fix #13156Stijn Tintel2023-08-181-0/+63
* hostapd: fix bringing up mesh without supplicant when mcast rate is specifiedFelix Fietkau2023-08-171-1/+1
* hostapd: do not store data in object prototypeFelix Fietkau2023-08-126-53/+44
* hostapd: restart wifi when the bssid of the first interface changesFelix Fietkau2023-08-111-0/+6
* hostapd: shut down client mode on the same phy while restarting APFelix Fietkau2023-08-112-4/+31
* hostapd: fix center frequency calculation for channel 149 and aboveFelix Fietkau2023-08-111-1/+6
* hostapd: add missing #ifdef for non-802.11ax buildsFelix Fietkau2023-08-111-0/+8
* hostapd: reimplement AP/STA support via ucodeFelix Fietkau2023-08-1030-958/+643