aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/src
Commit message (Expand)AuthorAgeFilesLines
* 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-301-47/+97
* hostapd: add udebug supportFelix Fietkau2023-11-204-0/+120
* hostapd: fix rare crash with AP+STA and ACS enabledFelix Fietkau2023-09-251-13/+14
* 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: support dynamic reload of vlan files when renaming interfacesFelix Fietkau2023-09-151-0/+89
* hostapd: fix more AP+STA issuesFelix Fietkau2023-09-141-12/+33
* 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: add internal API for renaming AP interfacesFelix Fietkau2023-09-131-5/+138
* 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: allow adding initial AP without breaking STA interface connectionFelix Fietkau2023-09-031-0/+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: fix bringing up AP+STA when the new channel is on a DFS channelFelix Fietkau2023-08-241-0/+8
* hostapd: do not store data in object prototypeFelix Fietkau2023-08-124-38/+23
* 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-107-10/+343
* hostapd: add missing ucv_get call in wpa_supplicantFelix Fietkau2023-08-101-1/+1
* hostapd: clone prototypes of ucode bss/interface objectsFelix Fietkau2023-08-101-1/+15
* hostapd: add ucode support, use ucode for the main ubus objectFelix Fietkau2023-08-019-304/+929
* hostapd: switch to using uloop (integrated with built-in eloop)Felix Fietkau2023-08-012-20/+12
* hostapd: add support for querying assoc/probe IEsFelix Fietkau2023-08-011-0/+51
* hostapd: add experimental radius serverFelix Fietkau2023-08-011-0/+715
* hostapd: add missing return code for the bss_mgmt_enable ubus methodFelix Fietkau2023-03-071-0/+2
* treewide: remove DRIVER_11N_SUPPORTAndre Heider2022-12-131-4/+0
* hostapd: remove an unused function from ubus.cAndre Heider2022-12-131-26/+0
* hostapd: use wpa_supplicant for unencrypted mesh connectionsFelix Fietkau2022-12-101-0/+4
* hostapd: add measurement report value for beacon reportsNick Hainke2022-10-131-0/+1
* hostapd: add ubus notification on sta authorizedFelix Fietkau2022-09-222-0/+23
* hostapd: add mbo flag to get_clients ubus methodStijn Tintel2022-08-151-0/+4
* hostapd: enable compilation of OCV and add build feature discoveryMichael Yartys2022-07-031-0/+4
* hostapd: support MBO in bss_transition_requestStijn Tintel2022-06-281-3/+58
* hostapd: ubus: add bss-color to get_statusDavid Bauer2022-06-081-0/+6
* hostapd: update to 2022-05-08David Bauer2022-06-081-0/+3
* hostapd: drop wnm_disassoc_imminentStijn Tintel2022-06-061-45/+0
* hostapd: add ubus link-measurements notificationsDavid Bauer2022-04-082-0/+33
* hostapd: add ubus method for requesting link measurementsDavid Bauer2022-04-081-0/+65
* hostapd: add support for enabling link measurementsDavid Bauer2022-04-081-0/+10
* hostapd: add STA extended capabilities to get_clientsDavid Bauer2022-02-191-0/+10
* hostapd: update to v2.10David Bauer2022-02-081-1/+1
* hostapd: automatically calculate channel center freq on chan_switchFelix Fietkau2022-02-071-0/+34
* hostapd: add op-class to get_status outputDavid Bauer2022-01-141-2/+9
* hostapd: add missing function declarationDavid Bauer2021-12-271-0/+10