Searched refs:mef_cfg (Results 1 – 3 of 3) sorted by relevance
2983 struct mwifiex_ds_mef_cfg *mef_cfg, in mwifiex_set_wowlan_mef_entry() argument3009 mef_cfg->criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_set_wowlan_mef_entry()3012 mef_cfg->criteria |= MWIFIEX_CRITERIA_BROADCAST; in mwifiex_set_wowlan_mef_entry()3018 mef_cfg->criteria |= MWIFIEX_CRITERIA_MULTICAST; in mwifiex_set_wowlan_mef_entry()3038 mef_cfg->criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_set_wowlan_mef_entry()3066 struct mwifiex_ds_mef_cfg mef_cfg; in mwifiex_set_mef_filter() local3076 memset(&mef_cfg, 0, sizeof(mef_cfg)); in mwifiex_set_mef_filter()3077 mef_cfg.criteria |= MWIFIEX_CRITERIA_BROADCAST | in mwifiex_set_mef_filter()3079 mef_cfg.num_entries = num_entries; in mwifiex_set_mef_filter()3080 mef_cfg.mef_entry = mef_entry; in mwifiex_set_mef_filter()[all …]
1406 struct host_cmd_ds_mef_cfg *mef_cfg = &cmd->params.mef_cfg; in mwifiex_cmd_mef_cfg() local1408 u8 *pos = (u8 *)mef_cfg; in mwifiex_cmd_mef_cfg()1413 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()1415 pos += sizeof(*mef_cfg); in mwifiex_cmd_mef_cfg()1421 pos += sizeof(*mef_cfg->mef_entry); in mwifiex_cmd_mef_cfg()1430 cmd->size = cpu_to_le16((u16) (pos - (u8 *)mef_cfg) + S_DS_GEN); in mwifiex_cmd_mef_cfg()
2145 struct host_cmd_ds_mef_cfg mef_cfg; member