Searched refs:wlancmds (Results 1 – 3 of 3) sorted by relevance
24 static struct cmd_hdl wlancmds[] = { variable290 if (pcmd->cmdcode < (sizeof(wlancmds)/sizeof(struct cmd_hdl))) { in rtw_cmd_work()291 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_work()
207 if (pcmd->cmdcode < ARRAY_SIZE(wlancmds)) { in rtw_cmd_thread()208 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()
710 static struct cmd_hdl wlancmds[] = { variable