Home
last modified time | relevance | path

Searched refs:macsec_replay_protect (Results 1 - 20 of 20) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.h188 Boolean macsec_replay_protect; member
242 Boolean macsec_replay_protect, u32 macsec_replay_window,
H A Dieee802_1x_cp.c192 sm->replay_protect = sm->kay->macsec_replay_protect; in SM_STATE()
453 sm->replay_protect = kay->macsec_replay_protect; in ieee802_1x_cp_sm_init()
H A Dieee802_1x_kay.c3421 Boolean macsec_replay_protect, u32 macsec_replay_window, in ieee802_1x_kay_init()
3479 kay->macsec_replay_protect = FALSE; in ieee802_1x_kay_init()
3495 kay->macsec_replay_protect = macsec_replay_protect; in ieee802_1x_kay_init()
3695 secy_cp_control_replay(kay, kay->macsec_replay_protect, in ieee802_1x_kay_create_mka()
3420 ieee802_1x_kay_init(struct ieee802_1x_kay_ctx *ctx, enum macsec_policy policy, Boolean macsec_replay_protect, u32 macsec_replay_window, u16 port, u8 priority, const char *ifname, const u8 *addr) ieee802_1x_kay_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.h188 bool macsec_replay_protect; member
242 bool macsec_replay_protect, u32 macsec_replay_window,
H A Dieee802_1x_cp.c210 sm->replay_protect = sm->kay->macsec_replay_protect; in SM_STATE()
464 sm->replay_protect = kay->macsec_replay_protect; in ieee802_1x_cp_sm_init()
H A Dieee802_1x_kay.c3458 bool macsec_replay_protect, u32 macsec_replay_window, in ieee802_1x_kay_init()
3516 kay->macsec_replay_protect = false; in ieee802_1x_kay_init()
3532 kay->macsec_replay_protect = macsec_replay_protect; in ieee802_1x_kay_init()
3732 secy_cp_control_replay(kay, kay->macsec_replay_protect, in ieee802_1x_kay_create_mka()
3457 ieee802_1x_kay_init(struct ieee802_1x_kay_ctx *ctx, enum macsec_policy policy, bool macsec_replay_protect, u32 macsec_replay_window, u16 port, u8 priority, const char *ifname, const u8 *addr) ieee802_1x_kay_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_ssid.h811 * macsec_replay_protect - Enable MACsec replay protection
820 int macsec_replay_protect; member
829 * - macsec_replay_protect is enabled
H A Dwpas_kay.c242 res = ieee802_1x_kay_init(kay_ctx, policy, ssid->macsec_replay_protect, in ieee802_1x_alloc_kay_sm()
H A Dconfig_file.c867 INT(macsec_replay_protect); in wpa_config_write_network()
H A Dconfig.c2386 { INT_RANGE(macsec_replay_protect, 0, 1) },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_ssid.h896 * macsec_replay_protect - Enable MACsec replay protection
905 int macsec_replay_protect; member
914 * - macsec_replay_protect is enabled
H A Dwpas_kay.c242 res = ieee802_1x_kay_init(kay_ctx, policy, ssid->macsec_replay_protect, in ieee802_1x_alloc_kay_sm()
H A Dconfig_file.c860 INT(macsec_replay_protect); in wpa_config_write_network()
H A Dconfig.c2745 { INT_RANGE(macsec_replay_protect, 0, 1) },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_kay.c329 hapd->conf->macsec_replay_protect, in ieee802_1x_alloc_kay_sm_hapd()
H A Dap_config.h809 * macsec_replay_protect - Enable MACsec replay protection
818 int macsec_replay_protect; member
827 * - macsec_replay_protect is enabled
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_kay.c329 hapd->conf->macsec_replay_protect, in ieee802_1x_alloc_kay_sm_hapd()
H A Dap_config.h766 * macsec_replay_protect - Enable MACsec replay protection
775 int macsec_replay_protect; member
784 * - macsec_replay_protect is enabled
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c4727 } else if (os_strcmp(buf, "macsec_replay_protect") == 0) { in hostapd_config_fill()
4728 int macsec_replay_protect = atoi(pos); in hostapd_config_fill() local
4730 if (macsec_replay_protect < 0 || macsec_replay_protect > 1) { in hostapd_config_fill()
4732 "Line %d: invalid macsec_replay_protect (%d): '%s'.", in hostapd_config_fill()
4733 line, macsec_replay_protect, pos); in hostapd_config_fill()
4736 bss->macsec_replay_protect = macsec_replay_protect; in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c4447 } else if (os_strcmp(buf, "macsec_replay_protect") == 0) {
4448 int macsec_replay_protect = atoi(pos); local
4450 if (macsec_replay_protect < 0 || macsec_replay_protect > 1) {
4452 "Line %d: invalid macsec_replay_protect (%d): '%s'.",
4453 line, macsec_replay_protect, pos);
4456 bss->macsec_replay_protect = macsec_replay_protect;

Completed in 45 milliseconds