Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dsta_cmd.c833 struct host_cmd_tlv_mac_addr *tlv_mac; in mwifiex_cmd_802_11_key_material_v1() local
983 tlv_mac = (void *)((u8 *)&key_material->key_param_set + in mwifiex_cmd_802_11_key_material_v1()
985 tlv_mac->header.type = in mwifiex_cmd_802_11_key_material_v1()
987 tlv_mac->header.len = cpu_to_le16(ETH_ALEN); in mwifiex_cmd_802_11_key_material_v1()
988 memcpy(tlv_mac->mac_addr, enc_key->mac_addr, ETH_ALEN); in mwifiex_cmd_802_11_key_material_v1()