Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c66 bool protect_frames; member
170 sm->protect_frames = false; in SM_STATE()
178 secy_cp_control_protect_frames(sm->kay, sm->protect_frames); in SM_STATE()
189 sm->protect_frames = false; in SM_STATE()
198 secy_cp_control_protect_frames(sm->kay, sm->protect_frames); in SM_STATE()
212 sm->protect_frames = sm->kay->macsec_protect; in SM_STATE()
226 secy_cp_control_protect_frames(sm->kay, sm->protect_frames); in SM_STATE()
466 sm->protect_frames = kay->macsec_protect; in ieee802_1x_cp_sm_init()
492 secy_cp_control_protect_frames(sm->kay, sm->protect_frames); in ieee802_1x_cp_sm_init()
/freebsd/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.c71 bool protect_frames; member
218 drv->ifname, drv->protect_frames); in try_commit()
219 rtnl_link_macsec_set_protect(drv->link, drv->protect_frames); in try_commit()
425 drv->protect_frames = enabled; in macsec_drv_enable_protect_frames()