Searched defs:bsslast (Results 1 - 1 of 1) sorted by path

/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c3782 struct wpa_bss *bsslast = NULL; local
3793 bsslast = dl_list_last(&wpa_s->bss_id, struct wpa_bss,
3815 bsslast = dl_list_last(&wpa_s->bss_id,
3819 bsslast = wpa_bss_get_id(wpa_s, id2);
3820 if (bsslast == NULL && bss && id2 > id1) {
3831 bsslast = tmp;
3885 if (bsslast == NULL)
3886 bsslast = bss;
3892 if (bss == bsslast) {

Completed in 289 milliseconds