Maintain list of BSS entries in last scan result order
[mech_eap.git] / wpa_supplicant / bss.c
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...