Home | History | Annotate | Download | only in src

Lines Matching refs:essid

3459 		strncpy(params->wifi_profiles[profn].essid, (char*)&data[pos], n);
3460 params->wifi_profiles[profn].essid[32] = '\0';
3471 strcpy(test.essid, "nikon");
3557 htod32a(&buffer[0x46], 33); /* essid */
3559 strncpy((char*)&buffer[0x4A], profile->essid, 32);