Home
last modified time | relevance | path

Searched refs:sscanf (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/modules/hostap/src/
Dsupp_events.c122 ret = sscanf(event_no_prefix, "- Connection to" in supplicant_process_status()
128 ret = sscanf(event_no_prefix, in supplicant_process_status()
138 ret = sscanf(event_no_prefix, MACSTR in supplicant_process_status()
148 ret = sscanf(event_no_prefix, in supplicant_process_status()
157 ret = sscanf(event_no_prefix, in supplicant_process_status()
163 ret = sscanf(event_no_prefix, "%u "MACSTR, in supplicant_process_status()
170 ret = sscanf(event_no_prefix, in supplicant_process_status()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dsettings.c70 if (sscanf(&valctx->val[i * 2], "%2hhx", n) != 1) { in settings_line_read_cb()
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt184 sscanf
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c377 } else if (sscanf(&argv[offset], "%15[^:]:%d", ip_addr, &port) == 2) { in DT_INST_FOREACH_STATUS_OKAY()
/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_shell.c188 ret = sscanf(argv[arg_idx], MACSTR, &creds.header.bssid[0], &creds.header.bssid[1], in cmd_add_network()
/Zephyr-latest/doc/develop/languages/c/
Dnewlib.rst65 ``printf``, ``fprintf``, ``sprintf`` and ``sscanf``.
Dpicolibc.rst92 :c:func:`sscanf`.
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c590 if (sscanf(buf, in wifi_mgmt_raise_neighbor_rep_recv_event()
/Zephyr-latest/scripts/
Dcheckpatch.pl6327 ($stat !~ /$Ident\s*=\s*sscanf\s*$balanced_parens/ &&