TDLS: Declare tdls_testing as extern in a header file
[mech_eap.git] / wpa_supplicant / bss.c
2016-06-17 vamsi krishnaWPS: Fix memory leak with wps_ie in wpa_bss_is_wps_cand...
2016-06-16 vamsi krishnaWPS: Do not expire probable BSSes for WPS connection
2016-02-21 Avraham Sternutils: Share a single helper function to get IE by ID
2015-10-24 Jouni MalinenAvoid undefined behavior in pointer arithmetic in BSS...
2015-10-14 Avraham SternDo not expire scan results based on aborted scan
2015-10-07 Jouni MalinenInterworking: Support unknown ANQP-elements in BSS...
2015-09-05 Jouni MalinenAdd BSS operating frequency to more debug messages
2015-08-26 Jingxiang GeDo not mark BSS entry in use if SSID has changed
2015-07-20 Jouni MalinenUse a single cleanup timer per wpa_supplicant process
2015-04-26 Jouni MalinenDo not use C++ reserved words as variable names
2015-04-22 Jouni MalinenUse SSID_MAX_LEN define instead of value 32 when compar...
2015-02-22 Jouni MalinenAdd snr and est_throughput to the BSS entries
2015-02-21 ASHUTOSH NARAYANInteworking: Add support to update the ANQP Capability...
2015-02-21 ASHUTOSH NARAYANHS 2.0: Add support to update the HS20 Capability List...
2014-12-02 Jouni MalinenAllow a BSS entry with all-zeros BSSID to expire
2014-10-27 Jouni MalinenUpdate pending connect radio work BSS pointer on scan...
2014-10-25 Jason Abelemesh: Use mesh id instead of SSID in BSS table
2014-09-07 Dan Williamsdbus: add BSS Age property to indicate last-seen time
2014-04-29 Jouni MalinenMake last_scan_res update easier for static analyzers
2014-02-25 Jouni MalinenHS 2.0R2: Add OSU Providers list ANQP element
2014-01-02 Jouni MalinenAsk driver to report only new scan results if requested
2013-12-26 Jouni MalinenRemove unused last_scan_full
2013-12-24 Johannes Bergwpa_supplicant: Use monotonic time for last_scan check
2013-12-24 Johannes Bergwpa_supplicant: Use monotonic time for RX/BSS times
2013-10-14 Jouni MalinenP2P: Show P2P flag in BSS entries also based on Beacon...
2013-10-14 Jouni MalinenP2P: Do not drop P2P IEs from BSS table on non-P2P...
2013-09-27 Jouni MalinenMake sure updated BSS entry does not get added twice...
2013-09-27 Jouni MalinenFix possible freed-memory use in BSS table updates
2013-03-31 Jouni MalinenAdd ignore_old_scan_res configuration parameter
2013-03-31 Jouni MalinenWPS: Use latest updated BSS entry if multiple BSSID...
2013-02-12 Jouni MalinenUse more accurate timestamps for scan results
2013-02-07 Amar SinghalFix BSS RANGE command for no exact id match cases
2012-12-27 Jouni MalinenAdd Doxygen documentation for functionality related...
2012-10-03 Jouni MalinenInterworking: Unshare ANQP results on explicit ANQP...
2012-09-10 Jouni MalinenFix last_scan_res update existing BSS entry is update
2012-09-04 Jouni MalinenInterworking: Store HESSID in BSS entry
2012-09-04 Jouni MalinenInterworking: Move BSS ANQP information into separate...
2012-09-02 Jouni MalinenBSS: Add wpa_bss_get_vendor_ie_multi_beacon()
2012-09-02 Jouni MalinenMaintain list of BSS entries in last scan result order
2012-06-04 Paul Stewartbss: Don't remove a BSS that is in use
2012-05-08 Jay KatabathuniHS 2.0: Add Hotspot 2.0 ANQP routines
2012-04-06 Neeraj Kumar GargP2P: Update BSS entries in P2P group interface only...
2012-03-05 Eliad PellerBSS: Fix use-after-realloc
2012-02-16 Jouni MalinenAdd BSSID filter for testing purposes
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-02-07 Jouni MalinenP2P: Allow BSS entry to be fetched based on GO P2P...
2011-10-16 Jouni MalinenInterworking: Add ANQP query requests
2011-07-16 Jouni MalinenDrop oldest unknown BSS table entries first
2011-04-13 Jouni MalinenDistinguish empty concatenated vendor-specific IE from...
2011-03-20 Sam Lefflerwpa_supplicant: Parameterize BSS table expiration age...
2011-03-20 Nathan Williamswpa_supplicant: Search BSS list from back to front
2011-03-20 Sam Lefflerdbus: Add D-Bus methods to flush the BSS cache
2011-02-10 Ben GreearUse wpa_msg() instead of wpa_printf()
2010-09-09 Jouni MalinenP2P: Show P2P info in ctrl_iface scan results
2010-03-05 Jouni MalinenMake maximum BSS table size configurable
2010-01-16 Witold Sowadbus: Change WPA/RSNIE byte array props to dicts
2010-01-16 Jouni MalinenFetch IEs from both Beacon and Probe Response frames...
2010-01-10 Jouni MalinenMake wpa_bss_get_max_rate() a bit more readable with...
2010-01-09 Jouni MalinenFix alloc validation in wpa_bss_get_bit_rates()
2010-01-06 Witold Sowadbus: Add BSS property change notifications
2010-01-04 Witold Sowadbus: Change BSS property MaxRate to Rates
2010-01-03 Jouni MalinenRemove src/drivers/scan_helpers.c
2010-01-03 Jouni MalinenUse shared function for figuring out if BSS is in use
2010-01-02 Jouni MalinenFix memory corruption on BSS entry reallocation
2010-01-02 Jouni MalinenMaintain a pointer to the current BSS table entry
2010-01-02 Jouni MalinenOnly expire scanned BSSes based on new scan results
2010-01-02 Jouni MalinenWPS: Use BSS table instead of raw scan results
2009-12-28 Jouni MalinenFix crash on BSS deinit getting called before BSS init
2009-12-27 Jouni MalinenAdd wpa_bss_get_max_rate() to match with old scan_res...
2009-12-27 Jouni MalinenAdd ctrl_iface events for BSS added/removed
2009-12-27 Jouni MalinenAdd BSS list sorted by id and add some helper functions
2009-12-27 Jouni MalinenAdd BSS table to track scan results without dropping...