Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c601 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 Ddriver_macsec_linux.c742 &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 Dieee802_1x_kay.h127 u32 lowest_pn; /* PN lowestPN (read only) */ member
H A Dieee802_1x_kay.c475 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()