Searched refs:g_mySsidD (Results 1 – 1 of 1) sorted by relevance
42 static char g_mySsidD[40][40] = {0}; variable108 int err = memset_s(g_mySsidD, sizeof(g_mySsidD), 0, sizeof(g_mySsidD)); in ProcessScanResult()119 g_mySsidD[g_ssidCount][j] = buf[i]; in ProcessScanResult()271 ret = strcmp(g_mySsidD[i], g_useSsidD[j]); in CheckSsid()276 if ((g_mySsidD[i][0] == checkSsid) || (g_mySsidD[i][0] == 0)) { in CheckSsid()280 … err = strcpy_s(g_useSsidD[g_useSsidCount], sizeof(g_useSsidD[g_useSsidCount]), g_mySsidD[i]); in CheckSsid()