Searched refs:addr_entry (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt73usb.c | 365 struct hw_pairwise_ta_entry addr_entry; in rt73usb_config_pairwise_key() local 407 memset(&addr_entry, 0, sizeof(addr_entry)); in rt73usb_config_pairwise_key() 408 memcpy(&addr_entry, crypto->address, ETH_ALEN); in rt73usb_config_pairwise_key() 409 addr_entry.cipher = crypto->cipher; in rt73usb_config_pairwise_key() 413 &addr_entry, sizeof(addr_entry)); in rt73usb_config_pairwise_key()
|
D | rt61pci.c | 418 struct hw_pairwise_ta_entry addr_entry; in rt61pci_config_pairwise_key() local 453 memset(&addr_entry, 0, sizeof(addr_entry)); in rt61pci_config_pairwise_key() 454 memcpy(&addr_entry, crypto->address, ETH_ALEN); in rt61pci_config_pairwise_key() 455 addr_entry.cipher = crypto->cipher; in rt61pci_config_pairwise_key() 463 &addr_entry, sizeof(addr_entry)); in rt61pci_config_pairwise_key()
|