Searched refs:mef (Results 1 – 1 of 1) sorted by relevance
1421 struct mwifiex_ds_mef_cfg *mef) in mwifiex_cmd_mef_cfg() argument1430 mef_cfg->criteria = cpu_to_le32(mef->criteria); in mwifiex_cmd_mef_cfg()1431 mef_cfg->num_entries = cpu_to_le16(mef->num_entries); in mwifiex_cmd_mef_cfg()1434 for (i = 0; i < mef->num_entries; i++) { in mwifiex_cmd_mef_cfg()1436 mef_entry->mode = mef->mef_entry[i].mode; in mwifiex_cmd_mef_cfg()1437 mef_entry->action = mef->mef_entry[i].action; in mwifiex_cmd_mef_cfg()1441 &mef->mef_entry[i], &pos)) in mwifiex_cmd_mef_cfg()