| /src/external/bsd/wpa/dist/src/pae/ |
| ieee802_1x_cp.c | 69 bool replay_protect; member in struct:ieee802_1x_cp_sm 171 sm->replay_protect = false; 181 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); 190 sm->replay_protect = false; 201 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); 213 sm->replay_protect = sm->kay->macsec_replay_protect; 229 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); 468 sm->replay_protect = kay->macsec_replay_protect; 495 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window);
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_macsec_linux.c | 77 bool replay_protect; member in struct:macsec_drv_data 230 "%s: try_commit replay_protect=%d replay_window=%d", 231 drv->ifname, drv->replay_protect, 234 drv->replay_protect); 235 if (drv->replay_protect) 468 drv->replay_protect = enabled;
|
| driver_macsec_qca.c | 77 bool replay_protect; member in struct:macsec_qca_data 469 drv->replay_protect = enabled; 721 drv->replay_protect);
|