Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:bsslast

3417 	struct wpa_bss *bsslast = NULL;
3428 bsslast = dl_list_last(&wpa_s->bss_id, struct wpa_bss,
3450 bsslast = dl_list_last(&wpa_s->bss_id,
3454 bsslast = wpa_bss_get_id(wpa_s, id2);
3455 if (bsslast == NULL && bss && id2 > id1) {
3466 bsslast = tmp;
3520 if (bsslast == NULL)
3521 bsslast = bss;
3527 if (bss == bsslast) {