HomeSort by relevance Sort by last modified time
    Searched defs:next_pn (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c 521 u32 next_pn = 0; local
526 &next_pn);
533 *lowest_pn = (next_pn > win) ? (next_pn - win) : 1;
535 *lowest_pn = next_pn;
544 u32 *next_pn)
550 next_pn);
552 wpa_printf(MSG_DEBUG, "%s: npn=0x%x", __func__, *next_pn);
558 int macsec_qca_set_transmit_next_pn(void *priv, u32 channel, u8 an, u32 next_pn)
564 next_pn);
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 76 u32 next_pn; member in struct:data_key
107 u32 next_pn; /* PN nextPN (read only) */ member in struct:transmit_sa
138 u32 next_pn; /* PN nextPN (read only) */ member in struct:receive_sa

Completed in 385 milliseconds