Searched refs:gen_iv (Results 1 – 2 of 2) sorted by relevance
528 bool gen_iv, iv_spc; in mesh_fast_tx_cache() local530 gen_iv = key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV; in mesh_fast_tx_cache()540 if (gen_iv) in mesh_fast_tx_cache()542 if (gen_iv || iv_spc) in mesh_fast_tx_cache()547 if (gen_iv) in mesh_fast_tx_cache()549 if (gen_iv || iv_spc) in mesh_fast_tx_cache()
3244 bool gen_iv, iv_spc, mmic; in ieee80211_check_fast_xmit() 3246 gen_iv = build.key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV; in ieee80211_check_fast_xmit() 3263 if (gen_iv) in ieee80211_check_fast_xmit() 3265 if (gen_iv || iv_spc) in ieee80211_check_fast_xmit() 3270 if (gen_iv) in ieee80211_check_fast_xmit() 3272 if (gen_iv || iv_spc) in ieee80211_check_fast_xmit() 3277 if (mmic || gen_iv) in ieee80211_check_fast_xmit() 3285 if (gen_iv) in ieee80211_check_fast_xmit() 3300 if (WARN_ON(gen_iv)) in ieee80211_check_fast_xmit() 3234 bool gen_iv, iv_spc, mmic; ieee80211_check_fast_xmit() local