Searched refs:changed_vif (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/iwm/
H A Dif_iwm_sf.h77 struct ieee80211vap *changed_vif,
H A Dif_iwm_sf.c296 iwm_sf_update(struct iwm_softc *sc, struct ieee80211vap *changed_vif, argument
303 /* If changed_vif exists and is not to be removed, add to the count */
304 if (changed_vif && !remove_vif)
313 if (!changed_vif)
315 ni = changed_vif->iv_bss;
317 changed_vif->iv_dtim_period) {
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dsf.c224 int iwl_mvm_sf_update(struct iwl_mvm *mvm, struct ieee80211_vif *changed_vif, argument
230 .ignore_vif = changed_vif,
240 (changed_vif && changed_vif->type == NL80211_IFTYPE_P2P_DEVICE))
248 /* If changed_vif exists and is not to be removed, add to the count */
249 if (changed_vif && !remove_vif)
265 if (WARN_ON(!changed_vif))
267 if (changed_vif->type != NL80211_IFTYPE_STATION) {
269 } else if (changed_vif->cfg.assoc &&
270 changed_vif
[all...]

Completed in 59 milliseconds