Searched refs:wlancmds (Results 1 – 2 of 2) sorted by relevance
194 if (pcmd->cmdcode < ARRAY_SIZE(wlancmds)) { in rtw_cmd_thread()195 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()
630 static struct cmd_hdl wlancmds[] = { variable