Searched refs:auto_uuid (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dconfig.h669 * auto_uuid - Automatic UUID behavior
673 int auto_uuid; member in struct:wpa_config
H A Dconfig_winreg.c236 wpa_config_read_reg_dword(hk, TEXT("auto_uuid"), &config->auto_uuid);
585 wpa_config_write_reg_dword(hk, TEXT("auto_uuid"), config->auto_uuid,
H A Dconfig_file.c1166 if (config->auto_uuid)
1167 fprintf(f, "auto_uuid=%d\n", config->auto_uuid);
H A Dwps_supplicant.c1509 } else if (wpa_s->conf->auto_uuid == 1) {
H A Dconfig.c4750 { INT_RANGE(auto_uuid, 0, 1), 0 },

Completed in 288 milliseconds