/freebsd/sys/contrib/dev/rtw88/ |
H A D | mac80211.c | 281 unsigned int changed_flags, in rtw_ops_configure_filter() argument 294 if (changed_flags & FIF_ALLMULTI) { in rtw_ops_configure_filter() 300 if (changed_flags & FIF_FCSFAIL) { in rtw_ops_configure_filter() 306 if (changed_flags & FIF_OTHER_BSS) { in rtw_ops_configure_filter() 312 if (changed_flags & FIF_BCN_PRBRESP_PROMISC) { in rtw_ops_configure_filter() 321 changed_flags, *new_flags, rtwdev->hal.rcr); in rtw_ops_configure_filter()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | mac80211.c | 223 unsigned int changed_flags, in rtw89_ops_configure_filter() 237 if (changed_flags & FIF_ALLMULTI) { in rtw89_ops_configure_filter() 243 if (changed_flags & FIF_FCSFAIL) { in rtw89_ops_configure_filter() 249 if (changed_flags & FIF_OTHER_BSS) { in rtw89_ops_configure_filter() 255 if (changed_flags & FIF_BCN_PRBRESP_PROMISC) { in rtw89_ops_configure_filter() 266 if (changed_flags & FIF_PROBE_REQ) { in rtw89_ops_configure_filter() 222 rtw89_ops_configure_filter(struct ieee80211_hw * hw,unsigned int changed_flags,unsigned int * new_flags,u64 multicast) rtw89_ops_configure_filter() argument
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211_macops.c | 299 lkpi_80211_mo_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, in lkpi_80211_mo_configure_filter() argument 311 LKPI_80211_TRACE_MO("hw %p changed_flags %#x total_flags %p mc_ptr %ju", hw, changed_flags, total_flags, (uintmax_t)mc_ptr); in lkpi_80211_mo_configure_filter() 312 lhw->ops->configure_filter(hw, changed_flags, total_flags, mc_ptr); in lkpi_80211_mo_configure_filter()
|
H A D | linux_80211.c | 838 unsigned int changed_flags, total_flags; in lkpi_update_mcast_filter() local 849 changed_flags = total_flags = 0; in lkpi_update_mcast_filter() 857 changed_flags |= FIF_ALLMULTI; in lkpi_update_mcast_filter() 866 total_flags = changed_flags; in lkpi_update_mcast_filter() 867 lkpi_80211_mo_configure_filter(hw, changed_flags, &total_flags, mc); in lkpi_update_mcast_filter() 872 __func__, changed_flags, mc_list.count, total_flags); in lkpi_update_mcast_filter()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02.h | 153 unsigned int changed_flags,
|
H A D | mt76x02_util.c | 205 unsigned int changed_flags, in mt76x02_configure_filter() argument
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 1071 unsigned int changed_flags) in iwl_mvm_mld_change_vif_links() 1076 if (!(changed_flags & FIF_PROBE_REQ)) in iwl_mvm_mld_change_vif_links() 917 iwl_mvm_mld_config_iface_filter(struct ieee80211_hw * hw,struct ieee80211_vif * vif,unsigned int filter_flags,unsigned int changed_flags) iwl_mvm_mld_config_iface_filter() argument
|
H A D | mac80211.c | 2112 unsigned int changed_flags, in iwl_mvm_set_pkt_ext_from_nominal_padding() 2131 if (changed_flags & FIF_ALLMULTI) in iwl_mvm_set_pkt_ext_from_nominal_padding() 2145 unsigned int changed_flags) in iwl_mvm_get_optimal_ppe_info() 2150 if (!(changed_flags & FIF_PROBE_REQ)) in iwl_mvm_get_optimal_ppe_info() 1901 iwl_mvm_configure_filter(struct ieee80211_hw * hw,unsigned int changed_flags,unsigned int * total_flags,u64 multicast) iwl_mvm_configure_filter() argument 1935 iwl_mvm_config_iface_filter(struct ieee80211_hw * hw,struct ieee80211_vif * vif,unsigned int filter_flags,unsigned int changed_flags) iwl_mvm_config_iface_filter() argument
|
H A D | mvm.h | 2882 unsigned int changed_flags,
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | main.c | 260 mt7603_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, in mt7603_configure_filter() argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | main.c | 632 unsigned int changed_flags, in mt7921_configure_filter() argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | main.c | 495 unsigned int changed_flags, in mt7615_configure_filter() argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | main.c | 426 unsigned int changed_flags, in mt7996_configure_filter() argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | main.c | 518 unsigned int changed_flags, in mt7915_configure_filter() argument
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 5653 unsigned int changed_flags, in ath12k_mac_op_configure_filter() argument 5663 changed_flags &= SUPPORTED_FILTERS; in ath12k_mac_op_configure_filter() 5682 changed_flags, *total_flags, reset_flag); in ath12k_mac_op_configure_filter()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 7067 unsigned int changed_flags, in ath11k_mac_op_configure_filter() argument
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 6040 unsigned int changed_flags, in ath10k_configure_filter() argument
|