Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/wl12xx/
Dwl12xx.h621 u64 tx_security_seq; member
Dmain.c1255 wlvif->tx_security_seq += in wl1271_recovery_work()
2526 wlvif->tx_security_seq = 0; in wl1271_unjoin()
3079 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq); in wl1271_op_set_key()
3080 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq); in wl1271_op_set_key()
3086 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq); in wl1271_op_set_key()
3087 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq); in wl1271_op_set_key()
3091 tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq); in wl1271_op_set_key()
3092 tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq); in wl1271_op_set_key()
Dtx.c868 wlvif->tx_security_seq += (fw_lsb - cur_lsb) & 0xff; in wl1271_tx_complete_packet()
Ddebugfs.c650 VIF_STATE_PRINT_LLHEX(tx_security_seq); in vifs_state_read()