summaryrefslogtreecommitdiff
path: root/wpa_supplicant/bss.c
Commit message (Expand)AuthorAgeFilesLines
* P2P: Optimize join scan frequencyMatthew Wang2023-02-221-3/+4
* Fix BSS age underflowKrishna T2023-02-011-0/+4
* SME: Add support for handling authentication with MLDAndrei Otcheretianski2022-12-171-0/+18
* Do not drop connection attempt when reconnecting to the same ESS김우용2022-11-051-0/+8
* bss: Parse and store MLD address of the AP from Multi-Link elementVeerendranath Jakkam2022-09-151-6/+39
* MLD STA: Fetch MLO connection info into core wpa_supplicantShivani Baranwal2022-09-151-3/+19
* Simplify wpa_bss_get_vendor_ie_multi_beacon() bounds checkingJouni Malinen2022-05-081-5/+9
* Determine whether Beacon frame information is newer in scan resultsJouni Malinen2022-04-241-0/+1
* wpa_supplicant: Notify freq change on CH_SWITCHArowa Suliman2021-02-061-14/+2
* Make wpa_bss_ext_capab() handle NULL bss argumentJouni Malinen2021-02-061-0/+2
* BSS: Use variable length array for IEs at the end of struct wpa_bssJouni Malinen2020-11-161-3/+3
* BSS: Use wrapper function for getting a pointer to the IE bufferJouni Malinen2020-11-161-10/+9
* BSS: Add wpa_bss_get_ie_ext() wrapperJouni Malinen2020-11-161-0/+15
* Mark wpa_bss_get_fils_cache_id() argument constJouni Malinen2020-11-161-1/+1
* BSS/scan: More conversions to for_each_element_id()Jouni Malinen2020-11-041-16/+19
* BSS: Convert wpa_bss_get_vendor_ie() to use for_each_element_id()Jouni Malinen2020-11-031-10/+7
* P2P: Consider BSS entry pending for P2P joining as a known BSSSreeramya Soratkal2020-10-261-0/+22
* Use size_t instead of unsigned_int for last_scan_resJouni Malinen2020-03-221-1/+1
* P2P: Use latest BSS entry if multiple P2P Device Addr matches foundHu Wang2019-09-131-6/+13
* Interworking: Print HESSID in debug messagesJouni Malinen2019-06-051-2/+8
* Use a helper function for checking Extended Capabilities fieldJouni Malinen2019-01-021-1/+8
* HS 2.0: Request and process OSU Providers NAI List ANQP-elementJouni Malinen2018-10-051-0/+2
* HS 2.0: Add fetching of Operator Icon Metadata ANQP-elementJouni Malinen2018-04-171-0/+2
* FILS: Use FILS Cache Identifier to extend PMKSA applicabilityJouni Malinen2017-02-261-0/+16
* RRM: Enable beacon report with active/passive scan for all driversJouni Malinen2017-01-031-3/+3
* FILS: Add Realm Information ANQP-element in BSS dataJouni Malinen2016-12-181-0/+2
* nl80211: Move duplicate scan result removal to bss.cJouni Malinen2016-12-031-0/+36
* Remove disconnected APs from BSS table if likely out-of-rangeDavid Spinadel2016-10-011-2/+2
* WPS: Fix memory leak with wps_ie in wpa_bss_is_wps_candidate()vamsi krishna2016-06-171-0/+1
* WPS: Do not expire probable BSSes for WPS connectionvamsi krishna2016-06-171-1/+43
* utils: Share a single helper function to get IE by IDAvraham Stern2016-02-211-14/+1
* Avoid undefined behavior in pointer arithmetic in BSS IE parsingJouni Malinen2015-10-241-10/+10
* Do not expire scan results based on aborted scanAvraham Stern2015-10-141-1/+1
* Interworking: Support unknown ANQP-elements in BSS tableJouni Malinen2015-10-071-0/+15
* Add BSS operating frequency to more debug messagesJouni Malinen2015-09-051-2/+6
* Do not mark BSS entry in use if SSID has changedJingxiang Ge2015-08-261-4/+12
* Use a single cleanup timer per wpa_supplicant processJouni Malinen2015-07-201-18/+0
* Do not use C++ reserved words as variable namesJouni Malinen2015-04-261-15/+15
* Use SSID_MAX_LEN define instead of value 32 when comparing SSID lengthJouni Malinen2015-04-221-2/+2
* Add snr and est_throughput to the BSS entriesJouni Malinen2015-02-221-1/+3
* Inteworking: Add support to update the ANQP Capability List into the BSSASHUTOSH NARAYAN2015-02-211-0/+2
* HS 2.0: Add support to update the HS20 Capability List into the BSSASHUTOSH NARAYAN2015-02-211-0/+2
* Allow a BSS entry with all-zeros BSSID to expireJouni Malinen2014-12-021-2/+3
* Update pending connect radio work BSS pointer on scan updateJouni Malinen2014-10-281-0/+27
* mesh: Use mesh id instead of SSID in BSS tableJason Abele2014-10-251-1/+6
* dbus: add BSS Age property to indicate last-seen timeDan Williams2014-09-071-0/+2
* Make last_scan_res update easier for static analyzersJouni Malinen2014-04-291-1/+2
* HS 2.0R2: Add OSU Providers list ANQP elementJouni Malinen2014-02-261-0/+2
* Ask driver to report only new scan results if requestedJouni Malinen2014-01-021-0/+2
* Remove unused last_scan_fullJouni Malinen2013-12-261-20/+2