OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_pn
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c
324
u32
next_pn
= 0;
local
334
&
next_pn
);
341
sa->lowest_pn = (
next_pn
> win) ? (
next_pn
- win) : 1;
343
sa->lowest_pn =
next_pn
;
362
&sa->
next_pn
);
364
wpa_printf(MSG_DEBUG, "%s: npn=0x%x", __func__, sa->
next_pn
);
381
sa->
next_pn
);
383
wpa_printf(MSG_INFO, "%s: npn=0x%x", __func__, sa->
next_pn
);
664
"%s: channel=%d, an=%d,
next_pn
=0x%x, confidentiality=%d"
[
all
...]
/external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.h
67
u32
next_pn
;
member in struct:data_key
96
u32
next_pn
; /* PN nextPN (read only) */
member in struct:transmit_sa
125
u32
next_pn
; /* PN nextPN (read only) */
member in struct:receive_sa
Completed in 518 milliseconds