Home
last modified time | relevance | path

Searched refs:tx_security_seq (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dmain.c1327 wl->tx_security_seq = 0; in __wl1271_op_remove_interface()
1978 tx_seq_32 = WL1271_TX_SECURITY_HI32(wl->tx_security_seq); in wl1271_op_set_key()
1979 tx_seq_16 = WL1271_TX_SECURITY_LO16(wl->tx_security_seq); in wl1271_op_set_key()
1985 tx_seq_32 = WL1271_TX_SECURITY_HI32(wl->tx_security_seq); in wl1271_op_set_key()
1986 tx_seq_16 = WL1271_TX_SECURITY_LO16(wl->tx_security_seq); in wl1271_op_set_key()
1990 tx_seq_32 = WL1271_TX_SECURITY_HI32(wl->tx_security_seq); in wl1271_op_set_key()
1991 tx_seq_16 = WL1271_TX_SECURITY_LO16(wl->tx_security_seq); in wl1271_op_set_key()
Dwl12xx.h422 s64 tx_security_seq; member
Dtx.c571 wl->tx_security_seq += (result->lsb_security_sequence_number - in wl1271_tx_complete_packet()
Dcmd.c306 wl->tx_security_seq = 0; in wl1271_cmd_join()