aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/bss.c
Commit message (Expand)AuthorAgeFilesLines
* wpa_s: make SETBAND take immediate effectVishal Mahaveer2012-08-021-0/+14
* bss: Don't remove a BSS that is in usePaul Stewart2012-06-041-27/+36
* HS 2.0: Add Hotspot 2.0 ANQP routinesJay Katabathuni2012-05-081-0/+6
* P2P: Update BSS entries in P2P group interface only if P2P IE is presentNeeraj Kumar Garg2012-04-061-0/+12
* BSS: Fix use-after-reallocEliad Peller2012-03-051-0/+2
* Add BSSID filter for testing purposesJouni Malinen2012-02-161-0/+4
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* P2P: Allow BSS entry to be fetched based on GO P2P Device AddressJouni Malinen2012-02-071-0/+17
* Interworking: Add ANQP query requestsJouni Malinen2011-10-161-0/+9
* Drop oldest unknown BSS table entries firstJouni Malinen2011-07-161-5/+51
* Distinguish empty concatenated vendor-specific IE from missing oneJouni Malinen2011-04-141-2/+5
* wpa_supplicant: Parameterize BSS table expiration age + countSam Leffler2011-03-201-21/+3
* wpa_supplicant: Search BSS list from back to frontNathan Williams2011-03-201-1/+1
* dbus: Add D-Bus methods to flush the BSS cacheSam Leffler2011-03-201-6/+24
* Use wpa_msg() instead of wpa_printf()Ben Greear2011-02-101-15/+16
* P2P: Show P2P info in ctrl_iface scan resultsJouni Malinen2010-09-091-1/+6
* Make maximum BSS table size configurableJouni Malinen2010-03-051-5/+2
* dbus: Change WPA/RSNIE byte array props to dictsWitold Sowa2010-01-161-0/+9
* Fetch IEs from both Beacon and Probe Response frames if availableJouni Malinen2010-01-161-6/+12
* Make wpa_bss_get_max_rate() a bit more readable with a local variableJouni Malinen2010-01-101-5/+8
* Fix alloc validation in wpa_bss_get_bit_rates()Jouni Malinen2010-01-091-1/+1
* dbus: Add BSS property change notificationsWitold Sowa2010-01-061-0/+131
* dbus: Change BSS property MaxRate to RatesWitold Sowa2010-01-041-0/+24
* Remove src/drivers/scan_helpers.cJouni Malinen2010-01-031-0/+1
* Use shared function for figuring out if BSS is in useJouni Malinen2010-01-031-4/+12
* Fix memory corruption on BSS entry reallocationJouni Malinen2010-01-031-0/+3
* Maintain a pointer to the current BSS table entryJouni Malinen2010-01-021-1/+2
* Only expire scanned BSSes based on new scan resultsJouni Malinen2010-01-021-6/+48
* WPS: Use BSS table instead of raw scan resultsJouni Malinen2010-01-021-3/+2
* Fix crash on BSS deinit getting called before BSS initJouni Malinen2009-12-281-0/+2
* Add wpa_bss_get_max_rate() to match with old scan_res helpersJouni Malinen2009-12-281-0/+22
* Add ctrl_iface events for BSS added/removedJouni Malinen2009-12-281-2/+2
* Add BSS list sorted by id and add some helper functionsJouni Malinen2009-12-281-0/+96
* Add BSS table to track scan results without dropping informationJouni Malinen2009-12-271-0/+262