Home
last modified time | relevance | path

Searched refs:legacy_cmdlist (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_android.c925 static char* legacy_cmdlist[] = variable
3062 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_android.c909 static char* legacy_cmdlist[] = variable
3054 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()