HomeSort by: relevance | last modified time | path
    Searched refs:opportunistic (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
pmksa_cache_auth.h 36 int opportunistic; member in struct:rsn_pmksa_cache_entry
pmksa_cache_auth.c 416 entry->opportunistic = 1;
438 entry->opportunistic = 1;
514 * Use opportunistic key caching (OKC) to find a PMK for a supplicant.
661 "Index / SPA / PMKID / expiration (in seconds) / opportunistic\n");
677 entry->opportunistic);
  /src/external/bsd/wpa/dist/src/rsn_supp/
pmksa_cache.h 48 int opportunistic; member in struct:rsn_pmksa_cache_entry
preauth.c 337 (p == NULL || p->opportunistic)) {
497 if (pmksa && (!pmksa->opportunistic ||
pmksa_cache.c 323 * with the current AP, i.e., if opportunistic flag has
329 if (!pos->opportunistic)
528 new_entry->opportunistic = 1;
535 * pmksa_cache_get_opportunistic - Try to get an opportunistic PMKSA entry
575 "opportunistic PMKSA cache entry "
638 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
746 "opportunistic%s\n",
764 entry->opportunistic);
wpa.c 1161 if (sm->cur_pmksa && sm->cur_pmksa->opportunistic) {
1164 "opportunistic PMKSA entry - marking it valid");
1165 sm->cur_pmksa->opportunistic = 0;
  /src/external/ibm-public/postfix/dist/conf/
postfix-tls-script 14 # opportunistic TLS in the Postfix SMTP client or server, and
19 # Enable opportunistic TLS in the Postfix SMTP client, if all
32 # and enable opportunistic TLS in the Postfix SMTP server,
111 # DANE "3 1 1", but some needlessly picky non-DANE opportunistic
555 For opportunistic TLS in the Postfix SMTP client, the below settings
568 Enabled opportunistic TLS in the Postfix SMTP client.
578 For opportunistic TLS in the Postfix SMTP server, the below settings
603 echo "Enabled opportunistic TLS in the Postfix SMTP server"
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
tls-mbedtls.c 222 mbedtls_ssl_config *config = comm->opportunistic ? &tls_opportunistic_config : &tls_client_config;
ioloop.h 233 bool opportunistic: 1; member in struct:dso_transport
315 bool opportunistic, datagram_callback_t NONNULL datagram_callback,
ioloop.c 1442 ioloop_connection_create(addr_t *remote_address, bool tls, bool stream, bool stable, bool opportunistic,
1556 connection->opportunistic = opportunistic;
macos-ioloop.c 1678 ioloop_connection_create(addr_t *NONNULL remote_address, bool tls, bool stream, bool stable, bool opportunistic,
1714 // the cert. Right now we only support opportunistic security, which means we have
1785 connection->opportunistic = opportunistic;
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 10861 * <expiration in seconds> <akmp> <opportunistic>
10892 entry->opportunistic);
10931 * <expiration in seconds> <akmp> <opportunistic>
10978 &entry->akmp, &entry->opportunistic) != 4)
  /src/external/bsd/unbound/dist/
configure 1646 opportunistic IPsec

Completed in 163 milliseconds