Searched refs:mef_cfg (Results 1 – 3 of 3) sorted by relevance
1368 struct host_cmd_ds_mef_cfg *mef_cfg = &cmd->params.mef_cfg; in mwifiex_cmd_mef_cfg() local1369 u8 *pos = (u8 *)mef_cfg; in mwifiex_cmd_mef_cfg()1373 mef_cfg->criteria = cpu_to_le32(mef->criteria); in mwifiex_cmd_mef_cfg()1374 mef_cfg->num_entries = cpu_to_le16(mef->num_entries); in mwifiex_cmd_mef_cfg()1375 pos += sizeof(*mef_cfg); in mwifiex_cmd_mef_cfg()1376 mef_cfg->mef_entry->mode = mef->mef_entry->mode; in mwifiex_cmd_mef_cfg()1377 mef_cfg->mef_entry->action = mef->mef_entry->action; in mwifiex_cmd_mef_cfg()1378 pos += sizeof(*(mef_cfg->mef_entry)); in mwifiex_cmd_mef_cfg()1383 mef_cfg->mef_entry->exprsize = in mwifiex_cmd_mef_cfg()1384 cpu_to_le16(pos - mef_cfg->mef_entry->expr); in mwifiex_cmd_mef_cfg()[all …]
2373 struct mwifiex_ds_mef_cfg mef_cfg; in mwifiex_cfg80211_suspend() local2398 memset(&mef_cfg, 0, sizeof(mef_cfg)); in mwifiex_cfg80211_suspend()2399 mef_cfg.num_entries = 1; in mwifiex_cfg80211_suspend()2400 mef_cfg.mef_entry = mef_entry; in mwifiex_cfg80211_suspend()2417 mef_cfg.criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_cfg80211_suspend()2420 mef_cfg.criteria |= MWIFIEX_CRITERIA_BROADCAST; in mwifiex_cfg80211_suspend()2426 mef_cfg.criteria |= MWIFIEX_CRITERIA_MULTICAST; in mwifiex_cfg80211_suspend()2447 mef_cfg.criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_cfg80211_suspend()2469 if (!mef_cfg.criteria) in mwifiex_cfg80211_suspend()2470 mef_cfg.criteria = MWIFIEX_CRITERIA_BROADCAST | in mwifiex_cfg80211_suspend()[all …]
1862 struct host_cmd_ds_mef_cfg mef_cfg; member