Searched refs:tx_seq_32 (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/net/wireless/wl12xx/ |
D | main.c | 1771 u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32, in wl1271_record_ap_key() argument 1808 ap_key->tx_seq_32 = tx_seq_32; in wl1271_record_ap_key() 1839 key->hlid, key->tx_seq_32, in wl1271_ap_init_hwenc() 1860 u8 key_size, const u8 *key, u32 tx_seq_32, in wl1271_set_key() argument 1887 key, hlid, tx_seq_32, in wl1271_set_key() 1892 key, hlid, tx_seq_32, in wl1271_set_key() 1920 key, addr, tx_seq_32, in wl1271_set_key() 1944 u32 tx_seq_32 = 0; in wl1271_op_set_key() local 1978 tx_seq_32 = WL1271_TX_SECURITY_HI32(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() [all …]
|
D | cmd.h | 61 u32 tx_seq_32, u16 tx_seq_16); 63 u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32,
|
D | cmd.c | 783 u32 tx_seq_32, u16 tx_seq_16) in wl1271_cmd_set_sta_key() argument 802 cmd->ac_seq_num32[0] = cpu_to_le32(tx_seq_32); in wl1271_cmd_set_sta_key() 839 u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32, in wl1271_cmd_set_ap_key() argument 870 cmd->ac_seq_num32[0] = cpu_to_le32(tx_seq_32); in wl1271_cmd_set_ap_key()
|
D | wl12xx.h | 311 u32 tx_seq_32; member
|