• Home
  • Raw
  • Download

Lines Matching refs:conf

225 	if (local->hw.conf.dynamic_ps_timeout <= 0)  in ieee80211_tx_h_dynamic_ps()
266 if (local->hw.conf.flags & IEEE80211_CONF_PS) { in ieee80211_tx_h_dynamic_ps()
281 msecs_to_jiffies(local->hw.conf.dynamic_ps_timeout)); in ieee80211_tx_h_dynamic_ps()
623 switch (tx->key->conf.cipher) { in ieee80211_tx_h_select_key()
640 skip_hw = (tx->key->conf.flags & in ieee80211_tx_h_select_key()
660 info->control.hw_key = &tx->key->conf; in ieee80211_tx_h_select_key()
1025 switch (tx->key->conf.cipher) { in ieee80211_tx_h_encrypt()
2564 band = local->hw.conf.chandef.chan->band; in ieee80211_build_hdr()
3029 gen_iv = build.key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV; in ieee80211_check_fast_xmit()
3030 iv_spc = build.key->conf.flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE; in ieee80211_check_fast_xmit()
3031 mmic = build.key->conf.flags & in ieee80211_check_fast_xmit()
3043 switch (build.key->conf.cipher) { in ieee80211_check_fast_xmit()
3079 build.key->conf.cipher); in ieee80211_check_fast_xmit()
3090 build.key->conf.iv_len > IEEE80211_FAST_XMIT_MAX_IV) in ieee80211_check_fast_xmit()
3093 build.hdr_len += build.key->conf.iv_len; in ieee80211_check_fast_xmit()
3399 info->control.hw_key = &key->conf; in ieee80211_xmit_fast_finish()
3430 switch (key->conf.cipher) { in ieee80211_xmit_fast_finish()
3435 pn = atomic64_inc_return(&key->conf.tx_pn); in ieee80211_xmit_fast_finish()
3438 crypto_hdr[3] = 0x20 | (key->conf.keyidx << 6); in ieee80211_xmit_fast_finish()
3667 (tx.key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV)) in ieee80211_tx_dequeue()