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

  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay.h 212 unsigned int macsec_csindex; /* MACsec cipher suite table index */ member in struct:ieee802_1x_kay
246 u32 macsec_csindex, const char *ifname, const u8 *addr);
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 4973 } else if (os_strcmp(buf, "macsec_csindex") == 0) {
4974 int macsec_csindex = atoi(pos); local
4976 if (macsec_csindex < 0 || macsec_csindex > 1) {
4978 "Line %d: invalid macsec_csindex (%d): '%s'.",
4979 line, macsec_csindex, pos);
4982 bss->macsec_csindex = macsec_csindex;
  /src/external/bsd/wpa/dist/wpa_supplicant/
config_ssid.h 960 * macsec_csindex - Cipher suite index for MACsec
964 int macsec_csindex; member in struct:wpa_ssid
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 902 * macsec_csindex - Cipher suite index for MACsec
906 int macsec_csindex; member in struct:hostapd_bss_config

Completed in 32 milliseconds