/external/wpa_supplicant_8/src/drivers/ |
driver_macsec_qca.c | 74 Boolean replay_protect; member in struct:macsec_qca_data 225 drv->replay_protect = enabled; 477 drv->replay_protect);
|
driver_macsec_linux.c | 72 Boolean replay_protect; member in struct:macsec_drv_data 217 "%s: try_commit replay_protect=%d replay_window=%d", 218 drv->ifname, drv->replay_protect, 221 drv->replay_protect); 222 if (drv->replay_protect) 446 drv->replay_protect = enabled; [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_cp.c | 69 Boolean replay_protect; member in struct:ieee802_1x_cp_sm 152 sm->replay_protect = FALSE; 162 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); 171 sm->replay_protect = FALSE; 181 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); 192 sm->replay_protect = sm->kay->macsec_replay_protect; 208 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); 453 sm->replay_protect = kay->macsec_replay_protect; 479 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window);
|
/external/iproute2/ip/ |
ipmacsec.c | 1087 replay = "replay_protect"; 1143 int replay_protect = -1; local 1235 replay_protect = !!i; 1272 if (window != -1 && replay_protect == -1) { 1277 } else if (window == -1 && replay_protect == 1) { 1290 if (replay_protect != -1) { 1293 replay_protect); [all...] |