Home
last modified time | relevance | path

Searched refs:total_flags (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c315 int set_flags, total_flags, flags_and, flags_or; in hostapd_set_sta_flags() local
316 total_flags = hostapd_sta_flags_to_drv(sta->flags); in hostapd_set_sta_flags()
335 flags_or = total_flags & set_flags; in hostapd_set_sta_flags()
336 flags_and = total_flags | ~set_flags; in hostapd_set_sta_flags()
337 return hostapd_sta_set_flags(hapd, sta->addr, total_flags, in hostapd_set_sta_flags()
702 int total_flags, int flags_or, int flags_and) in hostapd_sta_set_flags() argument
706 return hapd->driver->sta_set_flags(hapd->drv_priv, addr, total_flags, in hostapd_sta_set_flags()
H A Dap_drv_ops.h80 int total_flags, int flags_or, int flags_and);
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dtestmode.c136 unsigned int total_flags = ~0; in mt7615_tm_init() local
145 mt7615_ops.configure_filter(phy->mt76->hw, 0, &total_flags, 0); in mt7615_tm_init()
H A Dmain.c482 unsigned int *total_flags, in mt7615_configure_filter() argument
499 flags |= *total_flags & FIF_##_flag; \ in mt7615_configure_filter()
530 *total_flags = flags; in mt7615_configure_filter()
533 if (*total_flags & FIF_CONTROL) in mt7615_configure_filter()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c305 unsigned int *total_flags, u64 mc_ptr) in lkpi_80211_mo_configure_filter() argument
313 …hw %p changed_flags %#x total_flags %p mc_ptr %ju", hw, changed_flags, total_flags, (uintmax_t)mc_… in lkpi_80211_mo_configure_filter()
314 lhw->ops->configure_filter(hw, changed_flags, total_flags, mc_ptr); in lkpi_80211_mo_configure_filter()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c206 unsigned int *total_flags, u64 multicast) in mt76x02_configure_filter() argument
212 flags |= *total_flags & FIF_##_flag; \ in mt76x02_configure_filter()
231 *total_flags = flags; in mt76x02_configure_filter()
H A Dmt76x02.h154 unsigned int *total_flags, u64 multicast);
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c246 unsigned int *total_flags, u64 multicast) in mt7603_configure_filter() argument
252 flags |= *total_flags & FIF_##_flag; \ in mt7603_configure_filter()
280 *total_flags = flags; in mt7603_configure_filter()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c523 unsigned int *total_flags, in mt7915_configure_filter() argument
538 flags |= *total_flags & FIF_##_flag; \ in mt7915_configure_filter()
567 *total_flags = flags; in mt7915_configure_filter()
575 if (*total_flags & FIF_CONTROL) in mt7915_configure_filter()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c663 unsigned int *total_flags, in mt7921_configure_filter() argument
675 if (*total_flags & (_fif)) \ in mt7921_configure_filter()
687 *total_flags &= (FIF_OTHER_BSS | FIF_FCSFAIL | FIF_CONTROL); in mt7921_configure_filter()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h389 const u8 *addr, int total_flags, in wpa_drv_sta_set_flags() argument
394 total_flags, flags_or, in wpa_drv_sta_set_flags()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmac80211.c776 unsigned int *total_flags, in iwl_mld_mac80211_configure_filter() argument
790 cmd->pass_all = !!(*total_flags & FIF_ALLMULTI); in iwl_mld_mac80211_configure_filter()
797 *total_flags = 0; in iwl_mld_mac80211_configure_filter()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c678 unsigned int *total_flags, in mt7996_configure_filter() argument
687 flags |= *total_flags & FIF_##_flag; \ in mt7996_configure_filter()
704 *total_flags = flags; in mt7996_configure_filter()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmain.c788 unsigned int *total_flags, in mt7925_configure_filter() argument
799 if (*total_flags & (_fif)) \ in mt7925_configure_filter()
811 *total_flags &= (FIF_OTHER_BSS | FIF_FCSFAIL | FIF_CONTROL); in mt7925_configure_filter()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_hostap.c329 unsigned int total_flags, unsigned int flags_or, in hostap_sta_set_flags() argument
H A Ddriver_nl80211.c6345 unsigned int total_flags, in wpa_driver_nl80211_sta_set_flags() argument
6356 bss->ifname, MAC2STR(addr), total_flags, flags_or, flags_and, in wpa_driver_nl80211_sta_set_flags()
6357 !!(total_flags & WPA_STA_AUTHORIZED)); in wpa_driver_nl80211_sta_set_flags()
6369 ((total_flags & WPA_STA_AUTHORIZED) && in wpa_driver_nl80211_sta_set_flags()
6371 ((total_flags & WPA_STA_WMM) && in wpa_driver_nl80211_sta_set_flags()
6373 ((total_flags & WPA_STA_SHORT_PREAMBLE) && in wpa_driver_nl80211_sta_set_flags()
6375 ((total_flags & WPA_STA_MFP) && in wpa_driver_nl80211_sta_set_flags()
6377 ((total_flags & WPA_STA_TDLS_PEER) && in wpa_driver_nl80211_sta_set_flags()
H A Ddriver.h3827 unsigned int total_flags, unsigned int flags_or,
H A Ddriver_bsd.c1133 unsigned int total_flags, unsigned int flags_or, in bsd_set_sta_authorized() argument
H A Ddriver_atheros.c454 unsigned int total_flags, unsigned int flags_or, in atheros_sta_set_flags() argument
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c5654 unsigned int *total_flags, in ath12k_mac_op_configure_filter() argument
5664 *total_flags &= SUPPORTED_FILTERS; in ath12k_mac_op_configure_filter()
5665 ar->filter_flags = *total_flags; in ath12k_mac_op_configure_filter()
5682 changed_flags, *total_flags, reset_flag); in ath12k_mac_op_configure_filter()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c2150 unsigned int *total_flags, u64 multicast) in iwl_mvm_configure_filter() argument
2169 cmd->pass_all = !!(*total_flags & FIF_ALLMULTI); in iwl_mvm_configure_filter()
2176 *total_flags = 0; in iwl_mvm_configure_filter()
H A Dmvm.h2877 unsigned int *total_flags, u64 multicast);
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c6067 unsigned int *total_flags, in ath10k_configure_filter() argument
6079 *total_flags &= supported; in ath10k_configure_filter()
6081 ar->filter_flags = *total_flags; in ath10k_configure_filter()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c7112 unsigned int *total_flags, in ath11k_mac_op_configure_filter() argument
7119 *total_flags &= SUPPORTED_FILTERS; in ath11k_mac_op_configure_filter()
7120 ar->filter_flags = *total_flags; in ath11k_mac_op_configure_filter()