Searched refs:mef (Results 1 – 1 of 1) sorted by relevance
1406 struct mwifiex_ds_mef_cfg *mef) in mwifiex_cmd_mef_cfg() argument 1415 mef_cfg->criteria = cpu_to_le32(mef->criteria); in mwifiex_cmd_mef_cfg() 1416 mef_cfg->num_entries = cpu_to_le16(mef->num_entries); in mwifiex_cmd_mef_cfg() 1419 for (i = 0; i < mef->num_entries; i++) { in mwifiex_cmd_mef_cfg() 1421 mef_entry->mode = mef->mef_entry[i].mode; in mwifiex_cmd_mef_cfg() 1422 mef_entry->action = mef->mef_entry[i].action; in mwifiex_cmd_mef_cfg() 1426 &mef->mef_entry[i], &pos)) in mwifiex_cmd_mef_cfg()