Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c257 lkpi_80211_mo_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, in lkpi_80211_mo_configure_filter() argument
269 lhw->ops->configure_filter(hw, changed_flags, total_flags, mc_ptr); in lkpi_80211_mo_configure_filter()
H A Dlinux_80211.c655 unsigned int changed_flags, total_flags; in lkpi_update_mcast_filter() local
666 changed_flags = total_flags = 0; in lkpi_update_mcast_filter()
674 changed_flags |= FIF_ALLMULTI; in lkpi_update_mcast_filter()
683 total_flags = changed_flags; in lkpi_update_mcast_filter()
684 lkpi_80211_mo_configure_filter(hw, changed_flags, &total_flags, mc); in lkpi_update_mcast_filter()
689 __func__, changed_flags, mc_list.count, total_flags); in lkpi_update_mcast_filter()
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c1834 unsigned int changed_flags, in iwl_mvm_configure_filter() argument
1854 if (changed_flags & FIF_ALLMULTI) in iwl_mvm_configure_filter()
1869 unsigned int changed_flags) in iwl_mvm_config_iface_filter() argument
1874 if (!(changed_flags & FIF_PROBE_REQ)) in iwl_mvm_config_iface_filter()