Searched refs:g_hdd_wowl_ptrns (Results 1 – 1 of 1) sorted by relevance
40 static char *g_hdd_wowl_ptrns[WOWL_MAX_PTRNS_ALLOWED]; variable130 if (!g_hdd_wowl_ptrns[i]) { in hdd_add_wowl_ptrn()135 if (strlen(g_hdd_wowl_ptrns[i]) == len) { in hdd_add_wowl_ptrn()136 if (!memcmp(ptrn, g_hdd_wowl_ptrns[i], len)) { in hdd_add_wowl_ptrn()138 g_hdd_wowl_ptrns[i]); in hdd_add_wowl_ptrn()222 g_hdd_wowl_ptrns[empty_slot] = qdf_mem_malloc(len + 1); in hdd_add_wowl_ptrn()223 if (!g_hdd_wowl_ptrns[empty_slot]) in hdd_add_wowl_ptrn()226 memcpy(g_hdd_wowl_ptrns[empty_slot], temp, len); in hdd_add_wowl_ptrn()227 g_hdd_wowl_ptrns[empty_slot][len] = '\0'; in hdd_add_wowl_ptrn()235 qdf_mem_free(g_hdd_wowl_ptrns[empty_slot]); in hdd_add_wowl_ptrn()[all …]