Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.h64 u32 tx_seq_32, u16 tx_seq_16);
67 u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32,
H A Dwlcore_i.h213 u32 tx_seq_32; member
H A Dcmd.c1362 u32 tx_seq_32, u16 tx_seq_16) in wl1271_cmd_set_sta_key() argument
1391 cmd->ac_seq_num32[0] = cpu_to_le32(tx_seq_32); in wl1271_cmd_set_sta_key()
1430 u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32, in wl1271_cmd_set_ap_key() argument
1463 cmd->ac_seq_num32[0] = cpu_to_le32(tx_seq_32); in wl1271_cmd_set_ap_key()
H A Dmain.c3248 const u8 *key, u8 hlid, u32 tx_seq_32, in wl1271_record_ap_key() argument
3285 ap_key->tx_seq_32 = tx_seq_32; in wl1271_record_ap_key()
3322 hlid, key->tx_seq_32, in wl1271_ap_init_hwenc()
3345 u8 key_size, const u8 *key, u32 tx_seq_32, in wl1271_set_key() argument
3373 key, hlid, tx_seq_32, in wl1271_set_key()
3378 key, hlid, tx_seq_32, in wl1271_set_key()
3411 key, addr, tx_seq_32, in wl1271_set_key()
3473 u32 tx_seq_32 = 0; in wlcore_set_key() local
3499 tx_seq_32 = WL1271_TX_SECURITY_HI32(tx_seq); in wlcore_set_key()
3534 tx_seq_32, tx_seq_16, sta, is_pairwise); in wlcore_set_key()