Searched refs:bss_id (Results 1 - 7 of 7) sorted by path

/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_common_win.cc37 const NDIS_WLAN_BSSID *bss_id = local
40 if (bss_id->Length < sizeof(NDIS_WLAN_BSSID) ||
41 iterator + bss_id->Length > end_of_buffer) {
45 if (ConvertToAccessPointData(*bss_id, &access_point_data)) {
50 iterator += bss_id->Length;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c383 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id);
840 dl_list_init(&wpa_s->bss_id);
982 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
H A Dctrl_iface.c2322 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
3791 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss,
3793 bsslast = dl_list_last(&wpa_s->bss_id, struct wpa_bss,
3815 bsslast = dl_list_last(&wpa_s->bss_id,
3824 if (next == &wpa_s->bss_id)
3837 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, list_id);
3839 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id);
3848 if (next == &wpa_s->bss_id)
3867 dl_list_for_each(tmp, &wpa_s->bss_id, struct wpa_bss, list_id)
3894 (bss == dl_list_last(&wpa_s->bss_id,
[all...]
H A Deapol_test.c1347 dl_list_init(&wpa_s.bss_id);
H A Dwpa_supplicant_i.h471 struct dl_list bss_id; /* struct wpa_bss::list_id */ member in struct:wpa_supplicant
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c3308 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
H A Ddbus_old_handlers.c367 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {

Completed in 339 milliseconds