Searched refs:cmd_hdl (Results 1 – 1 of 1) sorted by relevance
87 static struct cmd_hdl wlancmds[] = {378 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local449 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()451 if (cmd_hdl) { in rtw_cmd_thread()452 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()461 cmd_hdl = NULL; in rtw_cmd_thread()