/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay.h | 188 Boolean macsec_replay_protect; member 242 Boolean macsec_replay_protect, u32 macsec_replay_window,
|
H A D | ieee802_1x_cp.c | 192 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 D | ieee802_1x_kay.c | 3421 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 D | ieee802_1x_kay.h | 188 bool macsec_replay_protect; member 242 bool macsec_replay_protect, u32 macsec_replay_window,
|
H A D | ieee802_1x_cp.c | 210 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 D | ieee802_1x_kay.c | 3458 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 D | config_ssid.h | 811 * macsec_replay_protect - Enable MACsec replay protection 820 int macsec_replay_protect; member 829 * - macsec_replay_protect is enabled
|
H A D | wpas_kay.c | 242 res = ieee802_1x_kay_init(kay_ctx, policy, ssid->macsec_replay_protect, in ieee802_1x_alloc_kay_sm()
|
H A D | config_file.c | 867 INT(macsec_replay_protect); in wpa_config_write_network()
|
H A D | config.c | 2386 { INT_RANGE(macsec_replay_protect, 0, 1) },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_ssid.h | 896 * macsec_replay_protect - Enable MACsec replay protection 905 int macsec_replay_protect; member 914 * - macsec_replay_protect is enabled
|
H A D | wpas_kay.c | 242 res = ieee802_1x_kay_init(kay_ctx, policy, ssid->macsec_replay_protect, in ieee802_1x_alloc_kay_sm()
|
H A D | config_file.c | 860 INT(macsec_replay_protect); in wpa_config_write_network()
|
H A D | config.c | 2745 { INT_RANGE(macsec_replay_protect, 0, 1) },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_kay.c | 329 hapd->conf->macsec_replay_protect, in ieee802_1x_alloc_kay_sm_hapd()
|
H A D | ap_config.h | 809 * 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 D | wpa_auth_kay.c | 329 hapd->conf->macsec_replay_protect, in ieee802_1x_alloc_kay_sm_hapd()
|
H A D | ap_config.h | 766 * 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 D | ap_config_file.c | 4727 } 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 D | ap_config_file.c | 4447 } 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;
|