Lines Matching refs:enabled
447 static int macsec_qca_enable_protect_frames(void *priv, bool enabled) in macsec_qca_enable_protect_frames() argument
452 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __func__, enabled); in macsec_qca_enable_protect_frames()
454 drv->protect_frames = enabled; in macsec_qca_enable_protect_frames()
460 static int macsec_qca_set_replay_protect(void *priv, bool enabled, in macsec_qca_set_replay_protect() argument
467 __func__, enabled, window); in macsec_qca_set_replay_protect()
469 drv->replay_protect = enabled; in macsec_qca_set_replay_protect()
505 static int macsec_qca_enable_controlled_port(void *priv, bool enabled) in macsec_qca_enable_controlled_port() argument
510 wpa_printf(MSG_DEBUG, "%s: enable=%d", __func__, enabled); in macsec_qca_enable_controlled_port()
512 ret += nss_macsec_secy_controlled_port_en_set(drv->secy_id, enabled); in macsec_qca_enable_controlled_port()
585 bool enabled = false; in macsec_qca_get_receive_lowest_pn() local
596 &enabled); in macsec_qca_get_receive_lowest_pn()
600 if (enabled) in macsec_qca_get_receive_lowest_pn()