Searched refs:is_mgmt (Results 1 – 8 of 8) sorted by relevance
183 int is_mgmt; in tkip_encap() local186 is_mgmt = IEEE80211_IS_MGMT(wh); in tkip_encap()205 if (is_mgmt && (k->wk_flags & IEEE80211_KEY_NOIVMGT)) in tkip_encap()207 if ((! is_mgmt) && (k->wk_flags & IEEE80211_KEY_NOIV)) in tkip_encap()242 int is_mgmt; in tkip_enmic() local245 is_mgmt = IEEE80211_IS_MGMT(wh); in tkip_enmic()250 if (is_mgmt && (k->wk_flags & IEEE80211_KEY_NOMICMGT)) in tkip_enmic()252 if ((! is_mgmt) && (k->wk_flags & IEEE80211_KEY_NOMIC)) in tkip_enmic()
186 int is_mgmt; in wep_encap() local190 is_mgmt = IEEE80211_IS_MGMT(wh); in wep_encap()195 if (is_mgmt && (k->wk_flags & IEEE80211_KEY_NOIVMGT)) in wep_encap()197 if ((! is_mgmt) && (k->wk_flags & IEEE80211_KEY_NOIV)) in wep_encap()
226 int is_mgmt; in gcmp_encap() local230 is_mgmt = IEEE80211_IS_MGMT(wh); in gcmp_encap()238 if (is_mgmt && (k->wk_flags & IEEE80211_KEY_NOIVMGT)) in gcmp_encap()240 if (!is_mgmt && (k->wk_flags & IEEE80211_KEY_NOIV)) in gcmp_encap()
245 int is_mgmt; in ccmp_encap() local249 is_mgmt = IEEE80211_IS_MGMT(wh); in ccmp_encap()257 if (is_mgmt && (k->wk_flags & IEEE80211_KEY_NOIVMGT)) in ccmp_encap()259 if ((! is_mgmt) && (k->wk_flags & IEEE80211_KEY_NOIV)) in ccmp_encap()
2075 bool is_mgmt; in ath10k_htt_rx_h_mpdu() local2093 is_mgmt = !!(rxd_attention->flags & in ath10k_htt_rx_h_mpdu()2174 if (is_mgmt) in ath10k_htt_rx_h_mpdu()2180 if (likely(!is_mgmt)) in ath10k_htt_rx_h_mpdu()2229 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
171 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt, in ath10k_htt_tx_mgmt_inc_pending() argument178 if (!is_mgmt || !ar->hw_params.max_probe_resp_desc_thres) in ath10k_htt_tx_mgmt_inc_pending()
4420 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local4446 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq()4448 if (is_mgmt) { in ath10k_mac_tx_push_txq()4453 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq()4469 if (is_mgmt) in ath10k_mac_tx_push_txq()4707 bool is_mgmt; in ath10k_mac_op_tx() local4718 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()4739 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx()4757 if (is_mgmt) in ath10k_mac_op_tx()
2472 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt,