Searched refs:legacy_cmdlist (Results 1 – 2 of 2) sorted by relevance
925 static char* legacy_cmdlist[] = variable3062 while (strlen(legacy_cmdlist[cnt]) > 0) { in wl_android_legacy_check_command()3063 if (strnicmp(command, legacy_cmdlist[cnt], strlen(legacy_cmdlist[cnt])) == 0) { in wl_android_legacy_check_command()3066 if (strlen(legacy_cmdlist[cnt]) == strlen(cmd)) { in wl_android_legacy_check_command()
909 static char* legacy_cmdlist[] = variable3054 while (strlen(legacy_cmdlist[cnt]) > 0) { in wl_android_legacy_check_command()3055 if (strnicmp(command, legacy_cmdlist[cnt], strlen(legacy_cmdlist[cnt])) == 0) { in wl_android_legacy_check_command()3058 if (strlen(legacy_cmdlist[cnt]) == strlen(cmd)) { in wl_android_legacy_check_command()