Searched defs:roaming (Results 1 - 7 of 7) sorted by relevance

/external/openssh/
H A Dkex.c53 #include "roaming.h"
604 /* Check whether server offers roaming */
606 char *roaming = match_list(KEX_RESUME, local
609 if (roaming) {
610 kex->roaming = 1;
611 free(roaming);
H A Dkex.h135 int roaming; member in struct:kex
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
H A Ddirector-ant.jar ... final String logEntry private static final String MESSAGE private boolean roaming private boolean list private String profile private String flavor private ...
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1175 /** Driver supports roaming (BSS selection) in firmware */
3136 * roaming - Set roaming policy for driver-based BSS selection
3138 * @allowed: Whether roaming within ESS is allowed
3139 * @bssid: Forced BSSID if roaming is disabled or %NULL if not set
3142 * This optional callback can be used to update roaming policy from the
3144 * should not roam before getting this roaming() call to allow roaming.
3146 * capability, roaming policy is handled within wpa_supplicant and there
3149 int (*roaming)(voi member in struct:wpa_driver_ops
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1175 /** Driver supports roaming (BSS selection) in firmware */
3136 * roaming - Set roaming policy for driver-based BSS selection
3138 * @allowed: Whether roaming within ESS is allowed
3139 * @bssid: Forced BSSID if roaming is disabled or %NULL if not set
3142 * This optional callback can be used to update roaming policy from the
3144 * should not roam before getting this roaming() call to allow roaming.
3146 * capability, roaming policy is handled within wpa_supplicant and there
3149 int (*roaming)(voi member in struct:wpa_driver_ops
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1175 /** Driver supports roaming (BSS selection) in firmware */
3136 * roaming - Set roaming policy for driver-based BSS selection
3138 * @allowed: Whether roaming within ESS is allowed
3139 * @bssid: Forced BSSID if roaming is disabled or %NULL if not set
3142 * This optional callback can be used to update roaming policy from the
3144 * should not roam before getting this roaming() call to allow roaming.
3146 * capability, roaming policy is handled within wpa_supplicant and there
3149 int (*roaming)(voi member in struct:wpa_driver_ops
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 307 milliseconds