Searched refs:lowest_pn (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_macsec_qca.c | 601 sa->lowest_pn = (next_pn > win) ? (next_pn - win) : 1; in macsec_qca_get_receive_lowest_pn() 603 sa->lowest_pn = next_pn; in macsec_qca_get_receive_lowest_pn() 605 wpa_printf(MSG_DEBUG, "%s: lpn=0x%x", __func__, sa->lowest_pn); in macsec_qca_get_receive_lowest_pn() 770 __func__, channel, sa->an, sa->lowest_pn); in macsec_qca_create_receive_sa()
|
H A D | driver_macsec_linux.c | 742 &sa->lowest_pn); in macsec_drv_get_receive_lowest_pn() 744 sa->lowest_pn); in macsec_drv_get_receive_lowest_pn()
|
/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_kay.h | 127 u32 lowest_pn; /* PN lowestPN (read only) */ member
|
H A D | ieee802_1x_kay.c | 475 ieee802_1x_kay_init_receive_sa(struct receive_sc *psc, u8 an, u32 lowest_pn, in ieee802_1x_kay_init_receive_sa() argument 491 psa->lowest_pn = lowest_pn; in ieee802_1x_kay_init_receive_sa() 492 psa->next_pn = lowest_pn; in ieee802_1x_kay_init_receive_sa() 502 an, lowest_pn); in ieee802_1x_kay_init_receive_sa() 1555 if (lpn > rxsa->lowest_pn) { in ieee802_1x_mka_decode_sak_use_body() 1556 rxsa->lowest_pn = lpn; in ieee802_1x_mka_decode_sak_use_body()
|