Home
last modified time | relevance | path

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

/drivers/net/wireless/wl12xx/
Dcmd.h78 u32 tx_seq_32, u16 tx_seq_16);
81 u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32,
Dmain.c2847 const u8 *key, u8 hlid, u32 tx_seq_32, in wl1271_record_ap_key() argument
2884 ap_key->tx_seq_32 = tx_seq_32; in wl1271_record_ap_key()
2920 hlid, key->tx_seq_32, in wl1271_ap_init_hwenc()
2943 u8 key_size, const u8 *key, u32 tx_seq_32, in wl1271_set_key() argument
2970 key, hlid, tx_seq_32, in wl1271_set_key()
2975 key, hlid, tx_seq_32, in wl1271_set_key()
3019 key, addr, tx_seq_32, in wl1271_set_key()
3045 u32 tx_seq_32 = 0; in wl1271_op_set_key() local
3079 tx_seq_32 = WL1271_TX_SECURITY_HI32(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()
[all …]
Dcmd.c1381 u32 tx_seq_32, u16 tx_seq_16) in wl1271_cmd_set_sta_key() argument
1410 cmd->ac_seq_num32[0] = cpu_to_le32(tx_seq_32); in wl1271_cmd_set_sta_key()
1449 u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32, in wl1271_cmd_set_ap_key() argument
1480 cmd->ac_seq_num32[0] = cpu_to_le32(tx_seq_32); in wl1271_cmd_set_ap_key()
Dwl12xx.h245 u32 tx_seq_32; member