Searched refs:replay_protect (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
D | ieee802_1x_cp.c | 69 bool replay_protect; member 170 sm->replay_protect = false; in SM_STATE() 180 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in SM_STATE() 189 sm->replay_protect = false; in SM_STATE() 199 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in SM_STATE() 210 sm->replay_protect = sm->kay->macsec_replay_protect; in SM_STATE() 226 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in SM_STATE() 464 sm->replay_protect = kay->macsec_replay_protect; in ieee802_1x_cp_sm_init() 490 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in ieee802_1x_cp_sm_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_macsec_linux.c | 73 bool replay_protect; member 219 drv->ifname, drv->replay_protect, in try_commit() 222 drv->replay_protect); in try_commit() 223 if (drv->replay_protect) in try_commit() 447 drv->replay_protect = enabled; in macsec_drv_set_replay_protect()
|
D | driver_macsec_qca.c | 77 bool replay_protect; member 469 drv->replay_protect = enabled; in macsec_qca_set_replay_protect() 721 drv->replay_protect); in macsec_qca_create_receive_sc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_macsec_linux.c | 75 Boolean replay_protect; member 221 drv->ifname, drv->replay_protect, in try_commit() 224 drv->replay_protect); in try_commit() 225 if (drv->replay_protect) in try_commit() 449 drv->replay_protect = enabled; in macsec_drv_set_replay_protect()
|
D | driver_macsec_qca.c | 77 Boolean replay_protect; member 447 drv->replay_protect = enabled; in macsec_qca_set_replay_protect() 699 drv->replay_protect); in macsec_qca_create_receive_sc()
|