HomeSort by: relevance | last modified time | path
    Searched refs:olpn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay_i.h 267 * @olpn: old lowest acceptable PN (LPN)
319 be32 olpn; member in struct:ieee802_1x_mka_sak_use_body
ieee802_1x_kay.c 280 be_to_host32(body->olpn));
1298 u32 olpn, llpn; local
1319 olpn = ieee802_1x_mka_get_lpn(participant, &participant->oki);
1320 body->olpn = host_to_be32(olpn);
1326 * the OLPN most of the time.
1335 if (olpn > kay->pn_exhaustion) {
1337 "KaY: My OLPN exhaustion");
1397 u32 olpn, llpn; local
1440 (!be_to_host32(body->llpn) || !be_to_host32(body->olpn))) {
    [all...]

Completed in 59 milliseconds