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 525 u32 next_pn = 0; local
530 &next_pn);
537 *lowest_pn = (next_pn > win) ? (next_pn - win) : 1;
539 *lowest_pn = next_pn;
548 u32 *next_pn)
554 next_pn);
556 wpa_printf(MSG_DEBUG, "%s: npn=0x%x", __func__, *next_pn);
562 int macsec_qca_set_transmit_next_pn(void *priv, u32 channel, u8 an, u32 next_pn)
568 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 27 milliseconds