Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:id1

3340 			unsigned int id1, id2;
3349 id1 = 0;
3351 id1 = atoi(cmd + 6);
3357 bss = wpa_bss_get_id_range(wpa_s, id1, id2);
3364 if (bsslast == NULL && bss && id2 > id1) {