Lines Matching defs:id2
3765 unsigned int id1, id2;3779 id2 = atoi(ctmp);3781 id2 = (unsigned int) -1;3782 bss = wpa_bss_get_id_range(wpa_s, id1, id2);3783 if (id2 == (unsigned int) -1)3788 bsslast = wpa_bss_get_id(wpa_s, id2);3789 if (bsslast == NULL && bss && id2 > id1) {3798 if (tmp->id > id2)