Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
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()
Ddriver_macsec_linux.c685 &sa->lowest_pn); in macsec_drv_get_receive_lowest_pn()
687 sa->lowest_pn); in macsec_drv_get_receive_lowest_pn()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_macsec_qca.c579 sa->lowest_pn = (next_pn > win) ? (next_pn - win) : 1; in macsec_qca_get_receive_lowest_pn()
581 sa->lowest_pn = next_pn; in macsec_qca_get_receive_lowest_pn()
583 wpa_printf(MSG_DEBUG, "%s: lpn=0x%x", __func__, sa->lowest_pn); in macsec_qca_get_receive_lowest_pn()
748 __func__, channel, sa->an, sa->lowest_pn); in macsec_qca_create_receive_sa()
Ddriver_macsec_linux.c687 &sa->lowest_pn); in macsec_drv_get_receive_lowest_pn()
689 sa->lowest_pn); in macsec_drv_get_receive_lowest_pn()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_kay.h127 u32 lowest_pn; /* PN lowestPN (read only) */ member
Dieee802_1x_kay.c467 ieee802_1x_kay_init_receive_sa(struct receive_sc *psc, u8 an, u32 lowest_pn, in ieee802_1x_kay_init_receive_sa() argument
483 psa->lowest_pn = lowest_pn; in ieee802_1x_kay_init_receive_sa()
484 psa->next_pn = lowest_pn; in ieee802_1x_kay_init_receive_sa()
494 an, lowest_pn); in ieee802_1x_kay_init_receive_sa()
1547 if (lpn > rxsa->lowest_pn) { in ieee802_1x_mka_decode_sak_use_body()
1548 rxsa->lowest_pn = lpn; in ieee802_1x_mka_decode_sak_use_body()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_kay.h127 u32 lowest_pn; /* PN lowestPN (read only) */ member
Dieee802_1x_kay.c467 ieee802_1x_kay_init_receive_sa(struct receive_sc *psc, u8 an, u32 lowest_pn, in ieee802_1x_kay_init_receive_sa() argument
483 psa->lowest_pn = lowest_pn; in ieee802_1x_kay_init_receive_sa()
484 psa->next_pn = lowest_pn; in ieee802_1x_kay_init_receive_sa()
494 an, lowest_pn); in ieee802_1x_kay_init_receive_sa()
1514 if (lpn > rxsa->lowest_pn) { in ieee802_1x_mka_decode_sak_use_body()
1518 rxsa->lowest_pn = lpn; in ieee802_1x_mka_decode_sak_use_body()