Home
last modified time | relevance | path

Searched refs:nd_config (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/iwlwifi/mvm/
Dd3.c954 struct cfg80211_sched_scan_request *nd_config, in iwl_mvm_netdetect_config() argument
975 ret = iwl_mvm_sched_scan_start(mvm, vif, nd_config, &mvm->nd_ies, in iwl_mvm_netdetect_config()
984 if (nd_config->n_match_sets) { in iwl_mvm_netdetect_config()
985 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config()
986 sizeof(*nd_config->match_sets) * in iwl_mvm_netdetect_config()
987 nd_config->n_match_sets, in iwl_mvm_netdetect_config()
990 mvm->n_nd_match_sets = nd_config->n_match_sets; in iwl_mvm_netdetect_config()
994 mvm->nd_channels = kmemdup(nd_config->channels, in iwl_mvm_netdetect_config()
995 sizeof(*nd_config->channels) * in iwl_mvm_netdetect_config()
996 nd_config->n_channels, in iwl_mvm_netdetect_config()
[all …]
Dops.c631 if (mvm->nd_config) { in iwl_op_mode_mvm_stop()
632 kfree(mvm->nd_config->match_sets); in iwl_op_mode_mvm_stop()
633 kfree(mvm->nd_config->scan_plans); in iwl_op_mode_mvm_stop()
634 kfree(mvm->nd_config); in iwl_op_mode_mvm_stop()
635 mvm->nd_config = NULL; in iwl_op_mode_mvm_stop()
Dmvm.h734 struct cfg80211_sched_scan_request *nd_config; member