Searched refs:cmd_table_sta (Results 1 – 1 of 1) sorted by relevance
3036 static const struct nxpwifi_cmd_entry cmd_table_sta[] = { variable3238 for (i = 0; i < ARRAY_SIZE(cmd_table_sta); i++) { in nxpwifi_sta_prepare_cmd()3239 if (cmd_no == cmd_table_sta[i].cmd_no) { in nxpwifi_sta_prepare_cmd()3240 if (cmd_table_sta[i].prepare_cmd) in nxpwifi_sta_prepare_cmd()3241 ret = cmd_table_sta[i].prepare_cmd(priv, cmd, in nxpwifi_sta_prepare_cmd()3246 cmd_node->cmd_resp = cmd_table_sta[i].cmd_resp; in nxpwifi_sta_prepare_cmd()3251 if (i == ARRAY_SIZE(cmd_table_sta)) in nxpwifi_sta_prepare_cmd()