HomeSort by relevance Sort by last modified time
    Searched defs:got_st (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 552 int got_st = 0, st_match = 0; local
594 got_st = 1;
664 if (!got_host || !got_st || !got_man || !got_mx || mx < 0) {
666 "%d mx=%d", got_host, got_st, got_man, got_mx, mx);
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 524 int got_st = 0, st_match = 0; local
565 got_st = 1;
640 if (!got_host || !got_st || !got_man || !got_mx || mx < 0) {
642 "%d mx=%d", got_host, got_st, got_man, got_mx, mx);

Completed in 16 milliseconds