Searched refs:replay_protect (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_cp.c | 69 Boolean replay_protect; member 152 sm->replay_protect = FALSE; in SM_STATE() 162 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in SM_STATE() 171 sm->replay_protect = FALSE; in SM_STATE() 181 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in SM_STATE() 192 sm->replay_protect = sm->kay->macsec_replay_protect; in SM_STATE() 208 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in SM_STATE() 453 sm->replay_protect = kay->macsec_replay_protect; in ieee802_1x_cp_sm_init() 479 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in ieee802_1x_cp_sm_init()
|
/external/iproute2/ip/ |
D | ipmacsec.c | 1143 int replay_protect = -1; in macsec_parse_opt() local 1235 replay_protect = !!i; in macsec_parse_opt() 1272 if (window != -1 && replay_protect == -1) { in macsec_parse_opt() 1277 } else if (window == -1 && replay_protect == 1) { in macsec_parse_opt() 1290 if (replay_protect != -1) { in macsec_parse_opt() 1293 replay_protect); in macsec_parse_opt()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_linux.c | 72 Boolean replay_protect; member 218 drv->ifname, drv->replay_protect, in try_commit() 221 drv->replay_protect); in try_commit() 222 if (drv->replay_protect) in try_commit() 446 drv->replay_protect = enabled; in macsec_drv_set_replay_protect()
|
D | driver_macsec_qca.c | 74 Boolean replay_protect; member 225 drv->replay_protect = enabled; in macsec_qca_set_replay_protect() 477 drv->replay_protect); in macsec_qca_create_receive_sc()
|