Searched refs:opportunistic (Results 1 - 20 of 20) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpmksa_cache_auth.h32 int opportunistic; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache_auth.c409 entry->opportunistic = 1;
431 entry->opportunistic = 1;
507 * Use opportunistic key caching (OKC) to find a PMK for a supplicant.
639 "Index / SPA / PMKID / expiration (in seconds) / opportunistic\n");
655 entry->opportunistic);
/external/wpa_supplicant_8/src/ap/
H A Dpmksa_cache_auth.h32 int opportunistic; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache_auth.c409 entry->opportunistic = 1;
431 entry->opportunistic = 1;
507 * Use opportunistic key caching (OKC) to find a PMK for a supplicant.
639 "Index / SPA / PMKID / expiration (in seconds) / opportunistic\n");
655 entry->opportunistic);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpmksa_cache_auth.h32 int opportunistic; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache_auth.c409 entry->opportunistic = 1;
431 entry->opportunistic = 1;
507 * Use opportunistic key caching (OKC) to find a PMK for a supplicant.
639 "Index / SPA / PMKID / expiration (in seconds) / opportunistic\n");
655 entry->opportunistic);
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.h44 int opportunistic; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache.c207 * with the current AP, i.e., if opportunistic flag has
213 if (!pos->opportunistic)
382 new_entry->opportunistic = 1;
389 * pmksa_cache_get_opportunistic - Try to get an opportunistic PMKSA entry
413 "opportunistic PMKSA cache entry "
473 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
548 "opportunistic%s\n",
566 entry->opportunistic);
H A Dpreauth.c328 (p == NULL || p->opportunistic)) {
487 if (pmksa && (!pmksa->opportunistic ||
H A Dwpa.c674 if (sm->cur_pmksa && sm->cur_pmksa->opportunistic) {
677 "opportunistic PMKSA entry - marking it valid");
678 sm->cur_pmksa->opportunistic = 0;
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.h44 int opportunistic; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache.c207 * with the current AP, i.e., if opportunistic flag has
213 if (!pos->opportunistic)
382 new_entry->opportunistic = 1;
389 * pmksa_cache_get_opportunistic - Try to get an opportunistic PMKSA entry
413 "opportunistic PMKSA cache entry "
473 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
548 "opportunistic%s\n",
566 entry->opportunistic);
H A Dpreauth.c328 (p == NULL || p->opportunistic)) {
487 if (pmksa && (!pmksa->opportunistic ||
H A Dwpa.c674 if (sm->cur_pmksa && sm->cur_pmksa->opportunistic) {
677 "opportunistic PMKSA entry - marking it valid");
678 sm->cur_pmksa->opportunistic = 0;
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.h44 int opportunistic; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache.c207 * with the current AP, i.e., if opportunistic flag has
213 if (!pos->opportunistic)
382 new_entry->opportunistic = 1;
389 * pmksa_cache_get_opportunistic - Try to get an opportunistic PMKSA entry
413 "opportunistic PMKSA cache entry "
473 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
548 "opportunistic%s\n",
566 entry->opportunistic);
H A Dpreauth.c328 (p == NULL || p->opportunistic)) {
487 if (pmksa && (!pmksa->opportunistic ||
H A Dwpa.c674 if (sm->cur_pmksa && sm->cur_pmksa->opportunistic) {
677 "opportunistic PMKSA entry - marking it valid");
678 sm->cur_pmksa->opportunistic = 0;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DGattClientFacade.java100 * @param opportunistic Whether this GATT client is opportunistic. An opportunistic GATT client
114 @RpcParameter(name = "opportunistic") Boolean opportunistic,
122 autoConnect, mGattCallbackList.get(index), transport, opportunistic, phy, null);
109 gattClientConnectGatt( @pcParametername = �) Integer index, @RpcParameter(name = �) String macAddress, @RpcParameter(name = �) Boolean autoConnect, @RpcParameter(name = �) Integer transport, @RpcParameter(name = �) Boolean opportunistic, @RpcParameter(name = �) Integer phy) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c9436 * <expiration in seconds> <akmp> <opportunistic>
9467 entry->opportunistic);
9506 * <expiration in seconds> <akmp> <opportunistic>
9553 &entry->akmp, &entry->opportunistic) != 4)

Completed in 979 milliseconds