Searched refs:random_ssid (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Drc.c1319 char random_ssid[33] = {0}; local
1328 sprintf(random_ssid, "Broadcom_");
1331 RAND_bytes(&random_ssid[9 + i], 1);
1332 if ((islower(random_ssid[9 + i]) || isdigit(random_ssid[9 + i])) && (random_ssid[9 + i] < 0x7f)) {
1337 nvram_set("wl_ssid", random_ssid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c2588 static char random_ssid[33] = {0}; variable
6216 unsigned char random_ssid[33] = {0}; local
6234 RAND_bytes((unsigned char *)random_ssid, ssid_length);
6237 if ((random_ssid[i] < 48) || (random_ssid[i] > 57))
6238 random_ssid[i] = random_ssid[i]%9 + 48;
6241 random_ssid[ssid_length++] = tolower(mac[6]);
6242 random_ssid[ssid_length++] = tolower(mac[7]);
6243 random_ssid[ssid_lengt
[all...]

Completed in 135 milliseconds