Searched refs:set_replay_protect (Results 1 – 6 of 6) sorted by relevance
79 if (!hapd->driver->set_replay_protect) in hapd_set_replay_protect()81 return hapd->driver->set_replay_protect(hapd->drv_priv, enabled, in hapd_set_replay_protect()308 kay_ctx->set_replay_protect = hapd_set_replay_protect; in ieee802_1x_alloc_kay_sm_hapd()
227 kay_ctx->set_replay_protect = wpas_set_replay_protect; in ieee802_1x_alloc_kay_sm()
800 if (!wpa_s->driver->set_replay_protect) in wpa_drv_set_replay_protect()802 return wpa_s->driver->set_replay_protect(wpa_s->drv_priv, enabled, in wpa_drv_set_replay_protect()
1055 .set_replay_protect = macsec_qca_set_replay_protect,
1698 .set_replay_protect = macsec_drv_set_replay_protect,
4707 int (*set_replay_protect)(void *priv, bool enabled, u32 window); member