Searched refs:otx (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c62 Boolean otx; member in struct:ieee802_1x_cp_sm
124 sm->otx = FALSE;
223 sm->otx = sm->ltx;
226 sm->otx, sm->orx);
293 sm->otx = FALSE;
295 sm->otx, sm->orx);
331 sm->otx = FALSE;
333 sm->otx, sm->orx);
463 sm->otx = FALSE;
H A Dieee802_1x_kay_i.h118 Boolean otx; member in struct:ieee802_1x_mka_participant
255 * @otx: old key TX
275 u8 otx:1; member in struct:ieee802_1x_mka_sak_use_body
285 u8 otx:1; member in struct:ieee802_1x_mka_sak_use_body
H A Dieee802_1x_kay.h266 u8 oan, Boolean otx, Boolean orx);
H A Dieee802_1x_kay.c253 wpa_printf(MSG_DEBUG, "\tOld Key Tx.......: %s", yes_no(body->otx));
1337 body->otx = TRUE;
1343 body->otx = FALSE;
1450 if (participant->oki.kn != 0 && (body->otx || body->orx)) {
2561 participant->otx = FALSE;
2773 u8 oan, Boolean otx, Boolean orx)
2787 principal->otx = otx;
3686 participant->otx = FALSE;
2771 ieee802_1x_kay_set_old_sa_attr(struct ieee802_1x_kay *kay, struct ieee802_1x_mka_ki *oki, u8 oan, Boolean otx, Boolean orx) argument

Completed in 122 milliseconds