Wired Ethernet driver interface for QCA MACsec driver Copyright (c) 2004, Gunter Burchardt tira@.nosp@m.isx..nosp@m.de Copyright (c) 2013-2014, Qualcomm Atheros, Inc.
More...
#include "includes.h"
#include <sys/ioctl.h>
#include <net/if.h>
#include "utils/common.h"
#include "utils/eloop.h"
#include "common/defs.h"
#include "common/ieee802_1x_defs.h"
#include "driver.h"
#include "nss_macsec_secy.h"
#include "nss_macsec_secy_rx.h"
#include "nss_macsec_secy_tx.h"
|
#define | MAXSC 16 |
|
#define | TCI_ES 0x40 |
|
#define | TCI_SC 0x20 |
|
#define | TCI_SCB 0x10 |
|
#define | TCI_E 0x08 |
|
#define | TCI_C 0x04 |
|
|
int | macsec_qca_set_transmit_next_pn (void *priv, u32 channel, u8 an, u32 next_pn) |
|
Wired Ethernet driver interface for QCA MACsec driver Copyright (c) 2004, Gunter Burchardt tira@.nosp@m.isx..nosp@m.de Copyright (c) 2013-2014, Qualcomm Atheros, Inc.