HomeSort by: relevance | last modified time | path
    Searched defs:bsslast (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 5802 struct wpa_bss *bsslast = NULL; local
5813 bsslast = dl_list_last(&wpa_s->bss_id, struct wpa_bss,
5835 bsslast = dl_list_last(&wpa_s->bss_id,
5839 bsslast = wpa_bss_get_id(wpa_s, id2);
5840 if (bsslast == NULL && bss && id2 > id1) {
5851 bsslast = tmp;
5908 if (bsslast == NULL)
5909 bsslast = bss;
5915 if (bss == bsslast) {
ctrl_iface.c 5802 struct wpa_bss *bsslast = NULL; local
5813 bsslast = dl_list_last(&wpa_s->bss_id, struct wpa_bss,
5835 bsslast = dl_list_last(&wpa_s->bss_id,
5839 bsslast = wpa_bss_get_id(wpa_s, id2);
5840 if (bsslast == NULL && bss && id2 > id1) {
5851 bsslast = tmp;
5908 if (bsslast == NULL)
5909 bsslast = bss;
5915 if (bss == bsslast) {

Completed in 44 milliseconds