cmd_hdl
u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf);
cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns;
if (cmd_hdl) {
ret = cmd_hdl(pcmd->padapter, pcmdbuf);
cmd_hdl = NULL;
static struct cmd_hdl wlancmds[] = {