Searched refs:mef (Results 1 – 1 of 1) sorted by relevance
1404 struct mwifiex_ds_mef_cfg *mef) in mwifiex_cmd_mef_cfg() argument1413 mef_cfg->criteria = cpu_to_le32(mef->criteria); in mwifiex_cmd_mef_cfg()1414 mef_cfg->num_entries = cpu_to_le16(mef->num_entries); in mwifiex_cmd_mef_cfg()1417 for (i = 0; i < mef->num_entries; i++) { in mwifiex_cmd_mef_cfg()1419 mef_entry->mode = mef->mef_entry[i].mode; in mwifiex_cmd_mef_cfg()1420 mef_entry->action = mef->mef_entry[i].action; in mwifiex_cmd_mef_cfg()1424 &mef->mef_entry[i], &pos)) in mwifiex_cmd_mef_cfg()