Lines Matching defs:vif
109 struct ieee80211_vif *vif,
114 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
171 memcpy(cmd.bssid, vif->addr, ETH_ALEN);
178 struct ieee80211_vif *vif,
223 struct ieee80211_vif *vif,
282 struct ieee80211_vif *vif,
292 ret = iwl_mvm_ftm_responder_dyn_cfg_v2(mvm, vif,
296 ret = iwl_mvm_ftm_responder_dyn_cfg_v3(mvm, vif,
309 struct ieee80211_vif *vif,
315 iwl_mvm_sec_key_del_pasn(mvm, vif, BIT(sta->int_sta.sta_id),
321 iwl_mvm_rm_sta_id(mvm, vif, sta->int_sta.sta_id);
329 struct ieee80211_vif *vif,
378 ret = iwl_mvm_add_pasn_sta(mvm, vif, &sta->int_sta, addr,
389 ret = iwl_mvm_ftm_responder_dyn_cfg_v3(mvm, vif, NULL, hltk_data_ptr);
391 iwl_mvm_resp_del_pasn_sta(mvm, vif, sta);
397 struct ieee80211_vif *vif, u8 *addr)
405 iwl_mvm_resp_del_pasn_sta(mvm, vif, sta);
415 int iwl_mvm_ftm_start_responder(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
418 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
432 if (vif->p2p || vif->type != NL80211_IFTYPE_AP ||
454 ret = iwl_mvm_ftm_responder_cmd(mvm, vif, &ctx.def, bss_conf);
459 ret = iwl_mvm_ftm_responder_dyn_cfg_cmd(mvm, vif, params);
465 struct ieee80211_vif *vif)
472 iwl_mvm_resp_del_pasn_sta(mvm, vif, sta);
476 struct ieee80211_vif *vif,
482 iwl_mvm_ftm_responder_clear(mvm, vif);
483 iwl_mvm_ftm_start_responder(mvm, vif, bss_conf);