Home
last modified time | relevance | path

Searched refs:total_flags (Results 1 – 23 of 23) 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.c496 unsigned int *total_flags, in mt7615_configure_filter() argument
513 flags |= *total_flags & FIF_##_flag; \ in mt7615_configure_filter()
544 *total_flags = flags; in mt7615_configure_filter()
547 if (*total_flags & FIF_CONTROL) in mt7615_configure_filter()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c300 unsigned int *total_flags, u64 mc_ptr) in lkpi_80211_mo_configure_filter() argument
311 …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()
312 lhw->ops->configure_filter(hw, changed_flags, total_flags, mc_ptr); in lkpi_80211_mo_configure_filter()
H A Dlinux_80211.c1462 unsigned int changed_flags, total_flags; in lkpi_update_mcast_filter() local
1473 changed_flags = total_flags = 0; in lkpi_update_mcast_filter()
1490 total_flags = changed_flags; in lkpi_update_mcast_filter()
1491 lkpi_80211_mo_configure_filter(hw, changed_flags, &total_flags, mc); in lkpi_update_mcast_filter()
1496 __func__, changed_flags, mc_list.count, total_flags); in lkpi_update_mcast_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.c261 unsigned int *total_flags, u64 multicast) in mt7603_configure_filter() argument
267 flags |= *total_flags & FIF_##_flag; \ in mt7603_configure_filter()
295 *total_flags = flags; in mt7603_configure_filter()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c427 unsigned int *total_flags, in mt7996_configure_filter() argument
440 flags |= *total_flags & FIF_##_flag; \ in mt7996_configure_filter()
470 *total_flags = flags; in mt7996_configure_filter()
473 if (*total_flags & FIF_CONTROL) in mt7996_configure_filter()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c519 unsigned int *total_flags, in mt7915_configure_filter() argument
533 flags |= *total_flags & FIF_##_flag; \ in mt7915_configure_filter()
563 *total_flags = flags; in mt7915_configure_filter()
566 if (*total_flags & FIF_CONTROL) in mt7915_configure_filter()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c633 unsigned int *total_flags, in mt7921_configure_filter() argument
645 if (*total_flags & (_fif)) \ in mt7921_configure_filter()
657 *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/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.c1115 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.c2113 unsigned int *total_flags, u64 multicast) in iwl_mvm_set_pkt_ext_from_nominal_padding()
2132 cmd->pass_all = !!(*total_flags & FIF_ALLMULTI); in iwl_mvm_set_pkt_ext_from_nominal_padding()
2139 *total_flags = 0; in iwl_mvm_get_optimal_ppe_info()
1902 iwl_mvm_configure_filter(struct ieee80211_hw * hw,unsigned int changed_flags,unsigned int * total_flags,u64 multicast) iwl_mvm_configure_filter() argument
H A Dmvm.h2883 unsigned int *total_flags, u64 multicast);
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c7068 unsigned int *total_flags, in ath11k_mac_op_configure_filter() argument
7075 *total_flags &= SUPPORTED_FILTERS; in ath11k_mac_op_configure_filter()
7076 ar->filter_flags = *total_flags; in ath11k_mac_op_configure_filter()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c6041 unsigned int *total_flags, in ath10k_configure_filter() argument
6049 *total_flags &= SUPPORTED_FILTERS; in ath10k_configure_filter()
6050 ar->filter_flags = *total_flags; in ath10k_configure_filter()