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

12 3 4 5 6 7 8

  /external/wpa_supplicant_8/src/ap/
ap_config.c 131 wpa_printf(MSG_ERROR, "Failed to allocate memory for "
219 wpa_printf(MSG_ERROR, "WPA PSK file '%s' not found.", fname);
240 wpa_printf(MSG_ERROR, "Invalid MAC address '%s' on "
248 wpa_printf(MSG_ERROR, "WPA PSK allocation failed");
259 wpa_printf(MSG_ERROR, "No PSK on line %d in '%s'",
277 wpa_printf(MSG_ERROR, "Invalid PSK '%s' on line %d in "
298 wpa_printf(MSG_ERROR, "Unable to alloc space for PSK");
745 wpa_printf(MSG_ERROR, "Invalid IEEE 802.1X configuration (no "
763 wpa_printf(MSG_ERROR, "WEP configuration in a WPA network is not supported");
771 wpa_printf(MSG_ERROR, "WPA-PSK using RADIUS enabled, but no
    [all...]
hostapd.c 90 wpa_printf(MSG_ERROR, "Failed to re-configure WPA PSK "
109 wpa_printf(MSG_ERROR, "Failed to configure WPA IE for "
125 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
275 wpa_printf(MSG_ERROR, "%s: Interface %s wasn't started",
559 wpa_printf(MSG_ERROR, "Too many bits in the BSSID mask (%u)",
581 wpa_printf(MSG_ERROR, "Invalid BSSID mask " MACSTR
584 wpa_printf(MSG_ERROR, "Start address must be the "
898 wpa_printf(MSG_ERROR, "Failed to initialize TNCS");
904 wpa_printf(MSG_ERROR, "%s: Interface %s was already started",
920 wpa_printf(MSG_ERROR, "BSS '%s' may not have
    [all...]
authsrv.c 139 wpa_printf(MSG_ERROR, "RADIUS server initialization failed.");
162 wpa_printf(MSG_ERROR, "Failed to initialize TLS");
180 wpa_printf(MSG_ERROR, "Failed to set TLS parameters");
187 wpa_printf(MSG_ERROR, "Failed to enable check_crl");
201 wpa_printf(MSG_ERROR, "Failed to initialize EAP-SIM "
  /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 79 wpa_printf(MSG_ERROR, "Line %d: failed to parse %s '%s'.",
94 wpa_printf(MSG_ERROR, "Line %d: too short %s (len=%lu "
102 wpa_printf(MSG_ERROR, "Line %d: too long %s (len=%lu "
208 wpa_printf(MSG_ERROR, "Line %d: invalid number \"%s\"",
219 wpa_printf(MSG_ERROR, "Line %d: too small %s (value=%d "
227 wpa_printf(MSG_ERROR, "Line %d: too large %s (value=%d "
280 wpa_printf(MSG_ERROR,
365 wpa_printf(MSG_ERROR, "Line %d: Invalid BSSID '%s'.",
474 wpa_printf(MSG_ERROR, "Line %d: Invalid passphrase "
493 wpa_printf(MSG_ERROR, "Line %d: ASCII passphrase not
    [all...]
ctrl_iface_udp.c 241 wpa_printf(MSG_ERROR, "recvfrom(ctrl_iface): %s",
407 wpa_printf(MSG_ERROR, "Invalid ctrl_iface UDP port: %s",
415 wpa_printf(MSG_ERROR, "socket(PF_INET): %s", strerror(errno));
445 wpa_printf(MSG_ERROR, "bind(AF_INET): %s", strerror(errno));
454 wpa_msg(wpa_s, MSG_ERROR, "Failed to malloc ctrl_interface");
549 wpa_printf(MSG_ERROR,
618 wpa_printf(MSG_ERROR, "recvfrom(ctrl_iface): %s",
725 wpa_printf(MSG_ERROR, "Invalid global ctrl UDP port %s",
733 wpa_printf(MSG_ERROR, "socket(PF_INET): %s", strerror(errno));
751 wpa_printf(MSG_ERROR, "bind(AF_INET): %s", strerror(errno))
    [all...]
config_file.c 132 wpa_printf(MSG_ERROR, "Line %d: both PSK and "
152 wpa_printf(MSG_ERROR,
186 wpa_printf(MSG_ERROR, "Line %d: Invalid SSID line "
195 wpa_printf(MSG_ERROR, "Line %d: invalid "
207 wpa_printf(MSG_ERROR, "Line %d: network block was not "
244 wpa_printf(MSG_ERROR, "Line %d: Invalid cred line "
253 wpa_printf(MSG_ERROR, "Line %d: invalid "
265 wpa_printf(MSG_ERROR, "Line %d: cred block was not "
301 wpa_printf(MSG_ERROR, "Line %d: not enough memory for "
312 wpa_printf(MSG_ERROR, "Line %d: blob was not terminated
    [all...]
mesh.c 192 wpa_printf(MSG_ERROR, "Unsupported mesh mode frequency: %d MHz",
251 wpa_printf(MSG_ERROR,
257 wpa_msg(wpa_s, MSG_ERROR, "Failed to init mesh in driver");
263 wpa_printf(MSG_ERROR,
404 wpa_msg(wpa_s, MSG_ERROR, "Failed to init mesh");
420 wpa_msg(wpa_s, MSG_ERROR, "mesh join error=%d\n", ret);
441 wpa_msg(wpa_s, MSG_ERROR, "mesh leave error=%d", ret);
577 wpa_printf(MSG_ERROR,
592 wpa_printf(MSG_ERROR,
  /external/wpa_supplicant_8/src/utils/
utils_module_tests.c 61 wpa_hexdump(MSG_ERROR, "Error in decoding#1",
69 wpa_hexdump(MSG_ERROR, "Error in decoding#2",
78 wpa_printf(MSG_ERROR, "Error in bounds checking#1");
86 wpa_printf(MSG_ERROR, "Error in bounds checking#2(%d)",
117 wpa_printf(MSG_ERROR, "%d printf test(s) failed", errors);
211 wpa_printf(MSG_ERROR, "%d bitfield test(s) failed", errors);
242 wpa_printf(MSG_ERROR, "%d int_array test(s) failed", errors);
347 wpa_printf(MSG_ERROR, "%d base64 test(s) failed", errors);
425 wpa_printf(MSG_ERROR,
436 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",
  /external/wpa_supplicant_8/src/crypto/
crypto_module_tests.c 96 wpa_printf(MSG_ERROR, "AES-SIV mode encryption failed");
100 wpa_printf(MSG_ERROR,
106 wpa_printf(MSG_ERROR, "AES-SIV mode decryption failed");
110 wpa_printf(MSG_ERROR,
125 wpa_printf(MSG_ERROR, "AES-SIV mode encryption failed");
129 wpa_printf(MSG_ERROR,
135 wpa_printf(MSG_ERROR, "AES-SIV mode decryption failed");
139 wpa_printf(MSG_ERROR,
227 wpa_printf(MSG_ERROR, "OMAC1-AES-128 test vector %u failed", i);
240 wpa_printf(MSG_ERROR,
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c 104 wpa_printf(MSG_ERROR, "l2_packet_send - send: %s",
117 wpa_printf(MSG_ERROR, "l2_packet_send - sendto: %s",
269 wpa_printf(MSG_ERROR, "%s: socket(PF_PACKET): %s",
277 wpa_printf(MSG_ERROR, "%s: ioctl[SIOCGIFINDEX]: %s",
290 wpa_printf(MSG_ERROR, "%s: bind[PF_PACKET]: %s",
298 wpa_printf(MSG_ERROR, "%s: ioctl[SIOCGIFHWADDR]: %s",
427 wpa_printf(MSG_ERROR, "%s: socket: %s",
435 wpa_printf(MSG_ERROR, "%s: ioctl[SIOCGIFADDR]: %s",
474 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",
driver_macsec_qca.c 94 wpa_printf(MSG_ERROR, "setsockopt: %s", strerror(errno));
134 wpa_printf(MSG_ERROR, "socket: %s", strerror(errno));
141 wpa_printf(MSG_ERROR, "ioctl[SIOCGIFFLAGS]: %s",
159 wpa_printf(MSG_ERROR, "socket: %s", strerror(errno));
167 wpa_printf(MSG_ERROR, "ioctl[SIOCSIFFLAGS]: %s",
185 wpa_print(MSG_ERROR, "socket: %s", strerror(errno));
192 wpa_printf(MSG_ERROR, "ioctl[SIOCGIFMEDIA]: %s",
217 wpa_printf(MSG_ERROR, "socket: %s", strerror(errno));
251 wpa_printf(MSG_ERROR, "ioctl[SIOC{ADD/DEL}MULTI]: %s",
272 wpa_printf(MSG_ERROR, "nss_macsec_secy_en_set: FAIL")
    [all...]
driver_bsd.c 125 wpa_printf(MSG_ERROR, "ioctl[SIOCS80211, op=%u, val=%u, "
146 wpa_printf(MSG_ERROR, "ioctl[SIOCS80211, op=%u, "
225 wpa_printf(MSG_ERROR, "%s: SIOCGIFMEDIA %s", __func__,
244 wpa_printf(MSG_ERROR, "%s: SIOCSIFMEDIA %s", __func__,
307 wpa_printf(MSG_ERROR, "ioctl[SIOCGIFFLAGS]: %s",
324 wpa_printf(MSG_ERROR, "ioctl[SIOCSIFFLAGS]: %s",
368 wpa_printf(MSG_ERROR, "%s: unknown alg=%d", __func__, alg);
528 wpa_printf(MSG_ERROR, "%s: No 802.1X or WPA enabled",
533 wpa_printf(MSG_ERROR, "%s: Failed to configure WPA state",
539 wpa_printf(MSG_ERROR, "%s: Failed to enable WPA/802.1X"
    [all...]
driver_hostap.c 208 wpa_printf(MSG_ERROR, "recv: %s", strerror(errno));
223 wpa_printf(MSG_ERROR, "socket[PF_PACKET,SOCK_RAW]: %s",
229 wpa_printf(MSG_ERROR, "Could not register read socket");
236 wpa_printf(MSG_ERROR, "ioctl(SIOCGIFINDEX): %s",
252 wpa_printf(MSG_ERROR, "bind: %s", strerror(errno));
313 wpa_printf(MSG_ERROR, "hostap_send_eapol - packet len: %lu - "
382 wpa_printf(MSG_ERROR, "ioctl[PRISM2_IOCTL_HOSTAPD]: %s",
497 wpa_printf(MSG_ERROR, "ioctl[PRISM2_IOCTL_PRISM2_PARAM]: %s",
555 wpa_printf(MSG_ERROR, "ioctl[SIOCSIWESSID,len=%d]: %s",
920 wpa_printf(MSG_ERROR, "ioctl[SIOCGIWRANGE]: %s"
    [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 "
wps_module_tests.c 286 wpa_printf(MSG_ERROR, "WPS attribute parsing test %u failed: %s",
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
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...]
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...]
  /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:
  /external/wpa_supplicant_8/src/fst/
fst_iface.c 24 fst_printf_group(g, MSG_ERROR, "cannot allocate iface for %s",

Completed in 1239 milliseconds

12 3 4 5 6 7 8