]> git.ipfire.org Git - thirdparty/hostap.git/history - src/ap/acs.c
Use secondary channel provided by ACS for HT40 if valid
[thirdparty/hostap.git] / src / ap / acs.c
2019-12-20  Ankita BajajAP: Populate iface->freq before starting AP
2019-09-19  Neo JouACS: Stop before scan if no channels in chanlist are...
2019-05-27  John CrispinHE: Enable ACS similarly to VHT
2019-05-27  John CrispinHE: Add helpers for getting the channel width parameters
2019-05-27  John CrispinHE: Remove vht_ prefix from acs_adjust_vht_center_freq()
2019-05-27  John CrispinHE: Remove VHT_ prefix from CHANWITDH_* define
2019-01-06  Dmitry LebedACS: Add supported channel bandwidth checking
2019-01-05  Dmitry LebedACS: Add support for 160 MHz bandwidth
2018-05-15  Karthikeyan PeriyasamyACS: Avoid invalid interference factor when survey...
2017-03-04  Jouni MalinenACS: Fix memory leak if interface is disabled during...
2017-03-04  Jouni MalinenACS: Simplify code paths
2016-01-07  Jouni MalinenACS: Remove unreachable case from a debug print
2016-01-07  Jouni MalinenACS: Be more consistent with iface->current_mode checks
2015-05-24  Srinivasa DuvvuriACS: Scan only channels specified in the channel list
2015-03-23  Manikandan MohanExtend offloaded ACS QCA vendor command to support VHT
2015-02-06  Jouni MalinenACS: Accept channel if any (rather than all) survey...
2015-02-06  Jouni MalinenACS: Allow specific channels to be preferred
2015-02-06  Jouni MalinenACS: Use weighted average for 2.4 GHz adjacent channel...
2015-01-19  Adrien DecostreACS: Allow subset of channels to be configured
2014-12-03  Peng Xuhostapd: Allow ACS to be offloaded to the driver
2014-03-25  Jouni MalinenACS: Fix number of error path issues
2014-03-15  Michal KaziorACS: Fix VHT20
2014-03-06  Pawel KulakowskiDisable interface if ACS fails
2014-03-05  Michal KaziorACS: Fix VHT80 segment picking
2013-12-31  Jouni MalinenACS: Mark acs_fail() static
2013-11-03  Jouni Malinenhostapd: Track interface state
2013-11-03  Jouni Malinenhostapd: Add ctrl_iface events for ACS
2013-10-31  Helmut SchaaACS: Do not get stuck while failing to do a subsequent...
2013-10-26  Jouni MalinenUse ARRAY_SIZE() macro
2013-10-22  Helmut Schaahostapd: Select any supported channel if ACS fails
2013-10-22  Helmut Schaahostapd: Allow ACS to deal with partial survey data
2013-10-22  Helmut Schaahostapd: Propagate ACS errors to iface setup
2013-08-31  Michal Kaziorhostapd: Add Automatic Channel Selection (ACS) support