diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2013-02-05 17:44:43 -0800 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2013-02-07 10:50:33 -0800 |
| commit | 4b9d52f502481b258fec743c03a5e957e5605afc (patch) | |
| tree | 6f60513c5ee291a8aa4d58c9b7e42a561d474b37 /wpa_supplicant/scan.h | |
| parent | 3a787e6f7c987ba5a9a56a2066467d20ab40ec58 (diff) | |
| download | android_external_wpa_supplicant_8-4b9d52f502481b258fec743c03a5e957e5605afc.tar.gz android_external_wpa_supplicant_8-4b9d52f502481b258fec743c03a5e957e5605afc.tar.bz2 android_external_wpa_supplicant_8-4b9d52f502481b258fec743c03a5e957e5605afc.zip | |
Accumulative patch from commit cc03d0fef3bf5913f8e11b7e998c10bf36a3c07f
Author: Amar Singhal <asinghal@qca.qualcomm.com>
Date: Wed Feb 6 00:31:34 2013 +0200
Add "BSS LAST ..." command
- Add "BSS LAST ..." command
- HS 2.0: Fix IE buffer length for extra scan IEs
- TDLS: Several fixes
- P2P: Fix P2P-GROUP-STARTED event for p2p_connect-join
- P2P: Fix Action frame processing if Interworking is enabled
- wpa_supplicant: Fix access to the freed memory when removing all networks
- Add driver for OpenBSD net80211 layer
- Make wpas_select_network_from_last_scan() static
- wpa_supplicant: Implement fast-associate on SelectNetwork
- Update scan interval gracefully
- eloop: Add a timer cancel that returns the remaining time
- nl80211: Do not use void pointer for driver_ops used internally
- hostapd: Fix crash when scan fails
Change-Id: I083747a0b1f7000730a9ab3ea80f3ee7e6247181
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'wpa_supplicant/scan.h')
| -rw-r--r-- | wpa_supplicant/scan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wpa_supplicant/scan.h b/wpa_supplicant/scan.h index 098f0f32..5ecfa00c 100644 --- a/wpa_supplicant/scan.h +++ b/wpa_supplicant/scan.h @@ -32,6 +32,7 @@ struct wpabuf * wpa_scan_get_vendor_ie_multi(const struct wpa_scan_res *res, u32 vendor_type); int wpa_supplicant_filter_bssid_match(struct wpa_supplicant *wpa_s, const u8 *bssid); +void wpa_supplicant_update_scan_int(struct wpa_supplicant *wpa_s, int sec); void scan_only_handler(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res); |
