Lines Matching refs:conf
51 KEY_READ(conf_##name, conf.name, format_string)
78 u32 c = key->conf.cipher; in key_algorithm_read()
93 switch (key->conf.cipher) { in key_tx_spec_write()
114 atomic64_set(&key->conf.tx_pn, pn); in key_tx_spec_write()
129 switch (key->conf.cipher) { in key_tx_spec_read()
135 pn = atomic64_read(&key->conf.tx_pn); in key_tx_spec_read()
148 pn = atomic64_read(&key->conf.tx_pn); in key_tx_spec_read()
168 switch (key->conf.cipher) { in key_rx_spec_read()
235 switch (key->conf.cipher) { in key_replays_read()
268 switch (key->conf.cipher) { in key_icverrors_read()
293 if (key->conf.cipher != WLAN_CIPHER_SUITE_TKIP) in key_mic_failures_read()
306 int i, bufsize = 2 * key->conf.keylen + 2; in key_key_read()
314 for (i = 0; i < key->conf.keylen; i++) in key_key_read()
315 p += scnprintf(p, bufsize + buf - p, "%02x", key->conf.key[i]); in key_key_read()