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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c 31 int wildcard_uuid; member in struct:wps_uuid_pin
432 p->wildcard_uuid = 1;
536 if (!pin->wildcard_uuid &&
547 if (pin->wildcard_uuid == 1) {
550 pin->wildcard_uuid = 2;
593 if (pin->wildcard_uuid == 2) {
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 38 int wildcard_uuid; member in struct:wps_uuid_pin
673 p->wildcard_uuid = 1;
758 if (pin->wildcard_uuid) {
802 if (!pin->wildcard_uuid &&
813 if (pin->wildcard_uuid == 1) {
816 pin->wildcard_uuid = 2;
858 if (pin->wildcard_uuid == 2) {
    [all...]

Completed in 154 milliseconds