Searched defs:scanning (Results 1 - 17 of 17) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.c274 else if (!strcmp(method, "scanning"))
464 * wpa_supplicant_dbus_notify_scanning - send scanning status
468 * Notify listeners of interface scanning state changes
474 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local
490 DBUS_TYPE_BOOLEAN, &scanning,
H A Ddbus_old_handlers.c1216 * wpas_dbus_iface_get_scanning - Get interface scanning state
1219 * Returns: A dbus message containing whether the interface is scanning
1221 * Handler function for "scanning" method call.
1227 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local
1231 dbus_message_append_args(reply, DBUS_TYPE_BOOLEAN, &scanning,
1235 "dbus: Not enough memory to return scanning state");
H A Ddbus_new_handlers.c2720 * wpas_dbus_new_iface_get_scanning - Get interface scanning state
2726 * Getter for "scanning" property.
2733 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local
2736 &scanning, error);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c676 if (wpa_s->scanning) {
678 * If we are already in scanning state, we shall reschedule the
681 wpa_dbg(wpa_s, MSG_DEBUG, "Already scanning - Reschedule the incoming scan req");
754 * If autoscan has set its own scanning parameters
793 /* Find the starting point from which to continue scanning */
1216 wpa_dbg(wpa_s, MSG_DEBUG, "Already sched scanning");
1279 /* Find the starting point from which to continue scanning */
1522 * @scanning: Whether scanning is currently in progress
1524 * This function is to generate scanning notifycation
1529 wpa_supplicant_notify_scanning(struct wpa_supplicant *wpa_s, int scanning) argument
[all...]
H A Dwpa_supplicant_i.h580 int scanning; member in struct:wpa_supplicant
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 123 milliseconds