HomeSort by: relevance | last modified time | path
    Searched defs:macsec_replay_protect (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay.h 189 bool macsec_replay_protect; member in struct:ieee802_1x_kay
244 bool macsec_replay_protect, u32 macsec_replay_window,
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 4931 } else if (os_strcmp(buf, "macsec_replay_protect") == 0) {
4932 int macsec_replay_protect = atoi(pos); local
4934 if (macsec_replay_protect < 0 || macsec_replay_protect > 1) {
4936 "Line %d: invalid macsec_replay_protect (%d): '%s'.",
4937 line, macsec_replay_protect, pos);
4940 bss->macsec_replay_protect = macsec_replay_protect;
  /src/external/bsd/wpa/dist/wpa_supplicant/
config_ssid.h 905 * macsec_replay_protect - Enable MACsec replay protection
914 int macsec_replay_protect; member in struct:wpa_ssid
923 * - macsec_replay_protect is enabled
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 846 * macsec_replay_protect - Enable MACsec replay protection
855 int macsec_replay_protect; member in struct:hostapd_bss_config
864 * - macsec_replay_protect is enabled

Completed in 30 milliseconds