Home | Sort by relevance Sort by last modified time |
/external/wpa_supplicant_8/src/pae/ | |
ieee802_1x_cp.c | 64 Boolean otx; member in struct:ieee802_1x_cp_sm 127 sm->otx = FALSE; 223 sm->otx = sm->ltx; 226 sm->otx, sm->orx); 293 sm->otx = FALSE; 295 sm->otx, sm->orx); 328 sm->otx = FALSE; 330 sm->otx, sm->orx); 461 sm->otx = FALSE; |
ieee802_1x_kay_i.h | 209 Boolean otx; member in struct:ieee802_1x_mka_participant 318 u32 otx:1; member in struct:ieee802_1x_mka_sak_use_body 328 u32 otx:1; member in struct:ieee802_1x_mka_sak_use_body |
ieee802_1x_kay.h | 181 u8 oan, Boolean otx, Boolean orx); |
ieee802_1x_kay.c | 223 wpa_printf(MSG_DEBUG, "\tOld Key Tx....: %s", yes_no(body->otx)); 1204 body->otx = TRUE; 1210 body->otx = FALSE; [all...] |