HomeSort by relevance Sort by last modified time
    Searched refs:MSG_ERROR (Results 26 - 50 of 219) sorted by null

12 3 4 5 6 7 8 9

  /external/wpa_supplicant_8/src/ap/
vlan_full.c 141 wpa_printf(MSG_ERROR, "VLAN: %s: socket(AF_INET,SOCK_STREAM) "
149 wpa_printf(MSG_ERROR, "VLAN: %s: Failure determining "
164 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl[SIOCDEVPRIVATE,"
192 wpa_printf(MSG_ERROR, "VLAN: %s: socket(AF_INET,SOCK_STREAM) "
200 wpa_printf(MSG_ERROR, "VLAN: %s: Failure determining "
220 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl[SIOCDEVPRIVATE,"
239 wpa_printf(MSG_ERROR, "VLAN: %s: socket(AF_INET,SOCK_STREAM) "
249 wpa_printf(MSG_ERROR, "VLAN: %s: BRCTL_DEL_BRIDGE failed for "
275 wpa_printf(MSG_ERROR, "VLAN: %s: socket(AF_INET,SOCK_STREAM) "
289 wpa_printf(MSG_ERROR, "VLAN: %s: BRCTL_ADD_BRIDGE
    [all...]
ap_config.c 159 wpa_printf(MSG_ERROR, "Failed to allocate memory for "
252 wpa_printf(MSG_ERROR, "WPA PSK file '%s' not found.", fname);
273 wpa_printf(MSG_ERROR, "Invalid MAC address '%s' on "
281 wpa_printf(MSG_ERROR, "WPA PSK allocation failed");
292 wpa_printf(MSG_ERROR, "No PSK on line %d in '%s'",
310 wpa_printf(MSG_ERROR, "Invalid PSK '%s' on line %d in "
331 wpa_printf(MSG_ERROR, "Unable to alloc space for PSK");
808 wpa_printf(MSG_ERROR, "Invalid IEEE 802.1X configuration (no "
826 wpa_printf(MSG_ERROR, "WEP configuration in a WPA network is not supported");
834 wpa_printf(MSG_ERROR, "WPA-PSK using RADIUS enabled, but no
    [all...]
bss_load.c 30 wpa_printf(MSG_ERROR, "BSS Load: Failed to get survey data");
acs.c 286 wpa_printf(MSG_ERROR, "ACS: Failed to start");
304 wpa_printf(MSG_ERROR, "ACS: Survey data missing");
574 wpa_printf(MSG_ERROR, "ACS: HT40- is not supported yet. Please try HT40+");
764 wpa_printf(MSG_ERROR, "ACS: Unable to collect survey data");
769 wpa_printf(MSG_ERROR, "ACS: Surveys have insufficient data");
797 wpa_printf(MSG_ERROR, "ACS: All study options have failed");
803 wpa_printf(MSG_ERROR, "ACS: Failed to compute ideal channel");
826 wpa_printf(MSG_ERROR, "ACS: Possibly channel configuration is invalid, please report this along with your config file.");
842 wpa_printf(MSG_ERROR, "ACS: Failed to get survey data");
849 wpa_printf(MSG_ERROR, "ACS: Failed to request scan")
    [all...]
hostapd.c 99 wpa_printf(MSG_ERROR, "Failed to re-configure WPA PSK "
118 wpa_printf(MSG_ERROR, "Failed to configure WPA IE for "
134 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
286 wpa_printf(MSG_ERROR, "%s: Interface %s wasn't started",
585 wpa_printf(MSG_ERROR, "Too many bits in the BSSID mask (%u)",
607 wpa_printf(MSG_ERROR, "Invalid BSSID mask " MACSTR
610 wpa_printf(MSG_ERROR, "Start address must be the "
924 wpa_printf(MSG_ERROR, "Failed to initialize TNCS");
930 wpa_printf(MSG_ERROR, "%s: Interface %s was already started",
946 wpa_printf(MSG_ERROR, "BSS '%s' may not have
    [all...]
authsrv.c 139 wpa_printf(MSG_ERROR, "RADIUS server initialization failed.");
163 wpa_printf(MSG_ERROR, "Failed to initialize TLS");
181 wpa_printf(MSG_ERROR, "Failed to set TLS parameters");
188 wpa_printf(MSG_ERROR, "Failed to enable check_crl");
202 wpa_printf(MSG_ERROR, "Failed to initialize EAP-SIM "
  /external/wpa_supplicant_8/src/fst/
fst_session.c 289 fst_printf_session(s, MSG_ERROR,
302 fst_printf_session(s, MSG_ERROR,
317 fst_printf_siface(s, iface, MSG_ERROR,
335 fst_printf_session(s, MSG_ERROR, "No FST setup to tear down");
351 fst_printf_sframe(s, TRUE, MSG_ERROR,
655 fst_printf_siface(s, iface, MSG_ERROR,
664 fst_printf_siface(s, iface, MSG_ERROR,
718 fst_printf_siface(s, iface, MSG_ERROR,
727 fst_printf_siface(s, iface, MSG_ERROR,
741 fst_printf_siface(s, iface, MSG_ERROR,
    [all...]
fst_iface.c 24 fst_printf_group(g, MSG_ERROR, "cannot allocate iface for %s",
  /external/wpa_supplicant_8/src/utils/
ext_password.c 91 wpa_printf(MSG_ERROR, "EXT PW: mlock failed: %s",
107 wpa_printf(MSG_ERROR, "EXT PW: munlock failed: %s",
utils_module_tests.c 63 wpa_hexdump(MSG_ERROR, "Error in decoding#1",
71 wpa_hexdump(MSG_ERROR, "Error in decoding#2",
80 wpa_printf(MSG_ERROR, "Error in bounds checking#1");
88 wpa_printf(MSG_ERROR, "Error in bounds checking#2(%d)",
119 wpa_printf(MSG_ERROR, "%d printf test(s) failed", errors);
213 wpa_printf(MSG_ERROR, "%d bitfield test(s) failed", errors);
244 wpa_printf(MSG_ERROR, "%d int_array test(s) failed", errors);
349 wpa_printf(MSG_ERROR, "%d base64 test(s) failed", errors);
427 wpa_printf(MSG_ERROR,
438 wpa_printf(MSG_ERROR, "%d common test(s) failed", errors)
    [all...]
wpa_debug.c 47 if (level == MSG_ERROR)
114 case MSG_ERROR:
291 wpa_printf(MSG_ERROR, "wpa_hexdump: Failed to "
326 wpa_printf(MSG_ERROR, "wpa_hexdump: Failed to "
553 wpa_printf(MSG_ERROR, "wpa_debug_open_file: Failed to open "
621 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
661 wpa_printf(MSG_ERROR, "wpa_msg_ctrl: Failed to allocate "
686 wpa_printf(MSG_ERROR, "wpa_msg_global: Failed to allocate "
716 wpa_printf(MSG_ERROR,
741 wpa_printf(MSG_ERROR, "wpa_msg_no_global: Failed to allocate
    [all...]
wpabuf.c 35 wpa_printf(MSG_ERROR, "wpabuf: invalid magic %x",
39 wpa_printf(MSG_ERROR, "wpabuf %p (size=%lu used=%lu) overflow len=%lu",
62 wpa_printf(MSG_ERROR, "wpabuf: invalid magic %x",
190 wpa_printf(MSG_ERROR, "wpabuf_free: invalid magic %x",
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DemoProvider.java 44 public static final String MSG_ERROR = "I'm an error. Don't judge me.";
84 extras.putString(DocumentsContract.EXTRA_ERROR, MSG_ERROR);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 145 wpa_printf(MSG_ERROR, "recvfrom(ctrl_iface): %s",
529 wpa_printf(MSG_ERROR, "mkdir[ctrl_interface=%s]: %s",
545 wpa_printf(MSG_ERROR, "CTRL: Could not chmod directory: %s",
563 wpa_printf(MSG_ERROR, "CTRL: Invalid group "
574 wpa_printf(MSG_ERROR, "chown[ctrl_interface=%s,gid=%d]: %s",
582 wpa_printf(MSG_ERROR, "CTRL: chmod[ctrl_interface]: %s",
589 wpa_printf(MSG_ERROR, "ctrl_iface path limit exceeded");
595 wpa_printf(MSG_ERROR, "socket(PF_UNIX): %s", strerror(errno));
617 wpa_printf(MSG_ERROR,
624 wpa_printf(MSG_ERROR, "supp-ctrl-iface-init: bind(PF_UNIX): %s"
    [all...]
config.c 80 wpa_printf(MSG_ERROR, "Line %d: failed to parse %s '%s'.",
95 wpa_printf(MSG_ERROR, "Line %d: too short %s (len=%lu "
103 wpa_printf(MSG_ERROR, "Line %d: too long %s (len=%lu "
209 wpa_printf(MSG_ERROR, "Line %d: invalid number \"%s\"",
220 wpa_printf(MSG_ERROR, "Line %d: too small %s (value=%d "
228 wpa_printf(MSG_ERROR, "Line %d: too large %s (value=%d "
281 wpa_printf(MSG_ERROR,
366 wpa_printf(MSG_ERROR, "Line %d: Invalid BSSID '%s'.",
411 wpa_printf(MSG_ERROR, "Line %d: Invalid BSSID hint '%s'.",
519 wpa_printf(MSG_ERROR, "Line %d: Invalid passphrase
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
supplicant.cpp 34 MSG_ERROR, "Failed to read from %s. Errno: %s",
42 MSG_ERROR, "Failed to write to %s. Errno: %s",
66 MSG_ERROR, "Failed copying %s to %s.",
93 MSG_ERROR, "Cannot set RW to %s. Errno: %s",
99 MSG_ERROR, "Cannot acces %s. Errno: %s",
143 wpa_printf(MSG_ERROR, "Conf file does not exists: %s",
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
supplicant.cpp 47 MSG_ERROR, "Failed to read from %s. Errno: %s",
55 MSG_ERROR, "Failed to write to %s. Errno: %s",
80 MSG_ERROR, "Failed copying %s to %s.",
110 MSG_ERROR, "Cannot set RW to %s. Errno: %s",
116 MSG_ERROR, "Cannot acces %s. Errno: %s",
280 MSG_ERROR, "Conf file does not exists: %s",
295 MSG_ERROR, "Conf file does not exists: %s",
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c 107 wpa_printf(MSG_ERROR, "l2_packet_send - send: %s",
120 wpa_printf(MSG_ERROR, "l2_packet_send - sendto: %s",
272 wpa_printf(MSG_ERROR, "%s: socket(PF_PACKET): %s",
280 wpa_printf(MSG_ERROR, "%s: ioctl[SIOCGIFINDEX]: %s",
293 wpa_printf(MSG_ERROR, "%s: bind[PF_PACKET]: %s",
301 wpa_printf(MSG_ERROR, "%s: ioctl[SIOCGIFHWADDR]: %s",
430 wpa_printf(MSG_ERROR, "%s: socket: %s",
438 wpa_printf(MSG_ERROR, "%s: ioctl[SIOCGIFADDR]: %s",
480 wpa_printf(MSG_ERROR,
  /external/wpa_supplicant_8/src/drivers/
linux_ioctl.c 31 wpa_printf(MSG_ERROR, "Could not read interface %s flags: %s",
48 wpa_printf(MSG_ERROR, "Could not set interface %s flags (%s): "
71 wpa_printf(MSG_ERROR, "Could not read interface %s flags: %s",
87 wpa_printf(MSG_ERROR, "Could not get interface %s hwaddr: %s",
93 wpa_printf(MSG_ERROR, "%s: Invalid HW-addr family 0x%04x",
rfkill.c 64 wpa_printf(MSG_ERROR, "rfkill: Event read failed: %s",
134 wpa_printf(MSG_ERROR, "rfkill: Cannot set non-blocking mode: "
144 wpa_printf(MSG_ERROR, "rfkill: Event read failed: %s",
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 101 wpa_printf(MSG_ERROR, "dbus: failed to add filter");
155 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal");
217 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal");
258 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal");
323 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal");
398 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal");
493 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal");
557 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal");
595 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal");
641 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal")
    [all...]
dbus_new_helpers.c 486 wpa_printf(MSG_ERROR, "dbus: Could not set up message handler");
499 wpa_printf(MSG_ERROR,
503 wpa_printf(MSG_ERROR,
555 wpa_printf(MSG_ERROR,
587 wpa_printf(MSG_ERROR,
633 wpa_printf(MSG_ERROR,
638 wpa_printf(MSG_ERROR,
857 wpa_printf(MSG_ERROR,
872 wpa_printf(MSG_ERROR,
911 wpa_printf(MSG_ERROR,
    [all...]
  /external/wpa_supplicant_8/src/wps/
ndef.c 92 wpa_printf(MSG_ERROR, "NDEF : Failed to parse");
101 wpa_printf(MSG_ERROR, "NDEF : Record not found");
127 wpa_printf(MSG_ERROR, "NDEF : Failed to allocate "
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 124 wpa_printf(MSG_ERROR, "ioctl[SIOCSIWPRIV] (cscan): %d", ret);
212 wpa_printf(MSG_ERROR, "%s: drv is NULL. Exiting", __func__);
216 wpa_printf(MSG_ERROR, "%s: drv->ctx is NULL. Exiting", __func__);
221 wpa_printf(MSG_ERROR, "%s: wpa_s->conf is NULL. Exiting", __func__);
268 wpa_printf(MSG_ERROR, "ioctl[SIOCSIWPRIV] (pnosetup): %d", ret);
291 wpa_printf(MSG_ERROR,"WEXT: Driver not initialized yet");
332 wpa_printf(MSG_ERROR, "Ongoing Scan action...");
340 wpa_printf(MSG_ERROR, "%s failed (%d): %s", __func__, ret, cmd);
  /external/autotest/client/tests/monotonic_time/src/
logging.c 59 case MSG_ERROR:

Completed in 954 milliseconds

12 3 4 5 6 7 8 9