Home
last modified time | relevance | path

Searched refs:protect_frames (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c66 bool protect_frames; member
169 sm->protect_frames = false; in SM_STATE()
177 secy_cp_control_protect_frames(sm->kay, sm->protect_frames); in SM_STATE()
188 sm->protect_frames = false; in SM_STATE()
196 secy_cp_control_protect_frames(sm->kay, sm->protect_frames); in SM_STATE()
209 sm->protect_frames = sm->kay->macsec_protect; in SM_STATE()
223 secy_cp_control_protect_frames(sm->kay, sm->protect_frames); in SM_STATE()
462 sm->protect_frames = kay->macsec_protect; in ieee802_1x_cp_sm_init()
487 secy_cp_control_protect_frames(sm->kay, sm->protect_frames); in ieee802_1x_cp_sm_init()
/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c76 bool protect_frames; member
454 drv->protect_frames = enabled; in macsec_qca_enable_protect_frames()
900 drv->protect_frames); in macsec_qca_create_transmit_sc()
H A Ddriver_macsec_linux.c67 bool protect_frames; member
206 drv->ifname, drv->protect_frames); in try_commit()
207 rtnl_link_macsec_set_protect(drv->link, drv->protect_frames); in try_commit()
404 drv->protect_frames = enabled; in macsec_drv_enable_protect_frames()