Searched refs:macsec_port (Results 1 - 16 of 16) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config_ssid.h | 838 * macsec_port - MACsec port (in SCI) 844 int macsec_port; member
|
H A D | wpas_kay.c | 243 ssid->macsec_replay_window, ssid->macsec_port, in ieee802_1x_alloc_kay_sm()
|
H A D | config_file.c | 869 INT(macsec_port); in wpa_config_write_network()
|
H A D | config.c | 2388 { INT_RANGE(macsec_port, 1, 65534) },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_ssid.h | 923 * macsec_port - MACsec port (in SCI) 929 int macsec_port; member
|
H A D | wpas_kay.c | 243 ssid->macsec_replay_window, ssid->macsec_port, in ieee802_1x_alloc_kay_sm()
|
H A D | config_file.c | 862 INT(macsec_port); in wpa_config_write_network()
|
H A D | config.c | 2747 { INT_RANGE(macsec_port, 1, 65534) },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_kay.c | 331 hapd->conf->macsec_port, in ieee802_1x_alloc_kay_sm_hapd()
|
H A D | ap_config.h | 836 * macsec_port - MACsec port (in SCI) 842 int macsec_port; member
|
H A D | ap_config.c | 159 bss->macsec_port = 1; in hostapd_config_defaults_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_kay.c | 331 hapd->conf->macsec_port, in ieee802_1x_alloc_kay_sm_hapd()
|
H A D | ap_config.h | 793 * macsec_port - MACsec port (in SCI) 799 int macsec_port; member
|
H A D | ap_config.c | 146 bss->macsec_port = 1; in hostapd_config_defaults_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 4739 } else if (os_strcmp(buf, "macsec_port") == 0) { in hostapd_config_fill() 4740 int macsec_port = atoi(pos); in hostapd_config_fill() local 4742 if (macsec_port < 1 || macsec_port > 65534) { in hostapd_config_fill() 4744 "Line %d: invalid macsec_port (%d): '%s'.", in hostapd_config_fill() 4745 line, macsec_port, pos); in hostapd_config_fill() 4748 bss->macsec_port = macsec_port; in hostapd_config_fill()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 4459 } else if (os_strcmp(buf, "macsec_port") == 0) { 4460 int macsec_port = atoi(pos); local 4462 if (macsec_port < 1 || macsec_port > 65534) { 4464 "Line %d: invalid macsec_port (%d): '%s'.", 4465 line, macsec_port, pos); 4468 bss->macsec_port = macsec_port;
|
Completed in 39 milliseconds