Home
last modified time | relevance | path

Searched refs:B43_SEC_ALGO_TKIP (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wireless/b43/
Db43.h598 B43_SEC_ALGO_TKIP, enumerator
Dmain.c939 if (algorithm == B43_SEC_ALGO_TKIP) { in do_key_write()
977 if (algorithm == B43_SEC_ALGO_TKIP && key_len == 32) in b43_key_write()
1085 if (key->algorithm == B43_SEC_ALGO_TKIP) { in b43_dump_keymemory()
4062 algorithm = B43_SEC_ALGO_TKIP; in b43_op_set_key()
4077 if (algorithm == B43_SEC_ALGO_TKIP && in b43_op_set_key()
4110 if (algorithm == B43_SEC_ALGO_TKIP) in b43_op_set_key()
Dxmit.c324 if (key->algorithm == B43_SEC_ALGO_TKIP) { in b43_generate_txhdr()