Lines Matching defs:txf
930 struct iwl_mvm_frob_txf_data *txf = data;
949 memset(txf->buf, 0xBB, txf->buflen);
957 for (i = 0; i < txf->buflen; i++) {
958 if (txf->buf[i] != keydata[match]) {
964 memset(txf->buf + i - keylen, 0xAA, keylen);
972 if (txf->buf[i] != keydata[match])
976 memset(txf->buf, 0xAA, i + 1);
977 memset(txf->buf + txf->buflen - matchend, 0xAA,
986 struct iwl_mvm_frob_txf_data txf = {
997 ieee80211_iter_keys_rcu(mvm->hw, NULL, iwl_mvm_frob_txf_key_iter, &txf);