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()
147 pn = atomic64_read(&key->conf.tx_pn); in key_tx_spec_read()
167 switch (key->conf.cipher) { in key_rx_spec_read()
234 switch (key->conf.cipher) { in key_replays_read()
267 switch (key->conf.cipher) { in key_icverrors_read()
292 if (key->conf.cipher != WLAN_CIPHER_SUITE_TKIP) in key_mic_failures_read()
305 int i, bufsize = 2 * key->conf.keylen + 2; in key_key_read()
313 for (i = 0; i < key->conf.keylen; i++) in key_key_read()
314 p += scnprintf(p, bufsize + buf - p, "%02x", key->conf.key[i]); in key_key_read()