/external/wpa_supplicant_8/src/fst/ |
D | fst_ctrl_iface.c | 50 os_snprintf(reject_str, sizeof(reject_str), "%u", in format_session_state_extra() 70 len = os_snprintf(buffer, size, in format_session_state_extra() 183 return os_snprintf(buf, buflen, "FAIL\n"); in session_get() 191 return os_snprintf(buf, buflen, in session_get() 222 return os_snprintf(buf, buflen, "FAIL\n"); in session_set() 226 return os_snprintf(buf, buflen, "FAIL\n"); in session_set() 241 return os_snprintf(buf, buflen, "FAIL\n"); in session_set() 244 return os_snprintf(buf, buflen, "%s\n", ret ? "FAIL" : "OK"); in session_set() 258 return os_snprintf(buf, buflen, "FAIL\n"); in session_add() 266 return os_snprintf(buf, buflen, "FAIL\n"); in session_add() [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | ctrl_iface_ap.c | 35 ret = os_snprintf(buf + len, buflen - len, in hostapd_write_ht_mcs_bitmask() 44 ret = os_snprintf(buf + len, buflen - len, "\n"); in hostapd_write_ht_mcs_bitmask() 64 ret = os_snprintf(buf, buflen, "rx_packets=%lu\ntx_packets=%lu\n" in hostapd_get_sta_tx_rx() 74 ret = os_snprintf(buf + len, buflen - len, "rx_rate_info=%lu", in hostapd_get_sta_tx_rx() 80 ret = os_snprintf(buf + len, buflen - len, " mcs %u", in hostapd_get_sta_tx_rx() 86 ret = os_snprintf(buf + len, buflen - len, " vhtmcs %u", in hostapd_get_sta_tx_rx() 92 ret = os_snprintf(buf + len, buflen - len, " vhtnss %u", in hostapd_get_sta_tx_rx() 98 ret = os_snprintf(buf + len, buflen - len, " shortGI"); in hostapd_get_sta_tx_rx() 102 ret = os_snprintf(buf + len, buflen - len, "\n"); in hostapd_get_sta_tx_rx() 106 ret = os_snprintf(buf + len, buflen - len, "tx_rate_info=%lu", in hostapd_get_sta_tx_rx() [all …]
|
D | taxonomy.c | 145 os_snprintf(wps, sizeof(wps), in ie_to_string() 150 ret = os_snprintf(fpos, fend - fpos, in ie_to_string() 156 os_snprintf(htcap, sizeof(htcap), in ie_to_string() 163 os_snprintf(htagg, sizeof(htagg), in ie_to_string() 168 os_snprintf(htmcs, sizeof(htmcs), in ie_to_string() 174 os_snprintf(vhtcap, sizeof(vhtcap), in ie_to_string() 181 os_snprintf(vhtrxmcs, sizeof(vhtrxmcs), in ie_to_string() 188 os_snprintf(vhttxmcs, sizeof(vhttxmcs), in ie_to_string() 199 p += os_snprintf(extcap, sizeof(extcap), in ie_to_string() 208 p += os_snprintf(p, lim, "%02x", in ie_to_string() [all …]
|
D | mbo_ap.c | 67 ret = os_snprintf(pos, end - pos, "%s%u", in mbo_ap_parse_non_pref_chan() 126 ret = os_snprintf(pos, end - pos, "mbo_cell_capa=%u\n", sta->cell_capa); in mbo_ap_get_info() 134 ret = os_snprintf(pos2, end - pos2, in mbo_ap_get_info() 144 ret = os_snprintf(pos2, end - pos2, "%u%s", in mbo_ap_get_info() 157 ret = os_snprintf(pos2, end - pos2, "\n"); in mbo_ap_get_info()
|
D | vlan_full.c | 396 ret = os_snprintf(vlan_ifname, sizeof(vlan_ifname), "%s.%d", in vlan_newlink_tagged() 399 ret = os_snprintf(vlan_ifname, sizeof(vlan_ifname), "vlan%d", in vlan_newlink_tagged() 430 ret = os_snprintf(br_name, IFNAMSIZ, "%s%d", in vlan_bridge_name() 433 ret = os_snprintf(br_name, IFNAMSIZ, "br%s.%d", in vlan_bridge_name() 436 ret = os_snprintf(br_name, IFNAMSIZ, "brvlan%d", vid); in vlan_bridge_name() 522 ret = os_snprintf(vlan_ifname, sizeof(vlan_ifname), "%s.%d", in vlan_dellink_tagged() 525 ret = os_snprintf(vlan_ifname, sizeof(vlan_ifname), "vlan%d", in vlan_dellink_tagged()
|
D | pmksa_cache_auth.c | 571 os_snprintf(buf, sizeof(buf), "%016llX", in das_attr_match() 643 ret = os_snprintf(pos, buf + len - pos, in pmksa_cache_auth_list() 651 ret = os_snprintf(pos, buf + len - pos, "%d " MACSTR " ", in pmksa_cache_auth_list() 658 ret = os_snprintf(pos, buf + len - pos, " %d %d\n", in pmksa_cache_auth_list() 706 ret = os_snprintf(pos, end - pos, MACSTR " ", in pmksa_cache_auth_list_mesh() 715 ret = os_snprintf(pos, end - pos, " "); in pmksa_cache_auth_list_mesh() 723 ret = os_snprintf(pos, end - pos, " %d\n", in pmksa_cache_auth_list_mesh()
|
/external/wpa_supplicant_8/src/common/ |
D | ocv.c | 108 os_snprintf(ocv_errorstr, sizeof(ocv_errorstr), in ocv_verify_tx_params() 114 os_snprintf(ocv_errorstr, sizeof(ocv_errorstr), in ocv_verify_tx_params() 125 os_snprintf(ocv_errorstr, sizeof(ocv_errorstr), in ocv_verify_tx_params() 132 os_snprintf(ocv_errorstr, sizeof(ocv_errorstr), in ocv_verify_tx_params() 141 os_snprintf(ocv_errorstr, sizeof(ocv_errorstr), in ocv_verify_tx_params() 155 os_snprintf(ocv_errorstr, sizeof(ocv_errorstr), in ocv_verify_tx_params() 168 os_snprintf(ocv_errorstr, sizeof(ocv_errorstr), in ocv_verify_tx_params()
|
D | ptksa_cache.c | 172 ret = os_snprintf(pos, buf + len - pos, in ptksa_cache_list() 179 ret = os_snprintf(pos, buf + len - pos, "%u " MACSTR, in ptksa_cache_list() 185 ret = os_snprintf(pos, buf + len - pos, " %s %lu ", in ptksa_cache_list() 198 ret = os_snprintf(pos, buf + len - pos, " "); in ptksa_cache_list() 209 ret = os_snprintf(pos, buf + len - pos, "\n"); in ptksa_cache_list()
|
D | cli.c | 98 os_snprintf(buf, sizeof(buf), MACSTR, MAC2STR(addr)); in cli_txt_list_del_addr() 147 os_snprintf(buf, sizeof(buf), MACSTR, MAC2STR(addr)); in cli_txt_list_add_addr() 219 res = os_snprintf(pos, end - pos, "%s", cmd); in write_cmd() 225 res = os_snprintf(pos, end - pos, " %s", argv[i]); in write_cmd()
|
D | wpa_ctrl.c | 127 ret = os_snprintf(ctrl->local.sun_path, in wpa_ctrl_open2() 132 ret = os_snprintf(ctrl->local.sun_path, in wpa_ctrl_open2() 198 os_snprintf(buf, sizeof(buf), "wpa_%s", ctrl_path); in wpa_ctrl_open2() 282 dirnamelen = (size_t) os_snprintf(pathname, sizeof(pathname), "%s/", in wpa_ctrl_cleanup() 466 os_snprintf(ps, WPA_CTRL_MAX_PS_NAME, "%s/%s", in wpa_ctrl_get_remote_ifname() 677 ret = os_snprintf(name, 256, NAMED_PIPE_PREFIX); in wpa_ctrl_open() 679 ret = os_snprintf(name, 256, NAMED_PIPE_PREFIX "-%s", in wpa_ctrl_open()
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd_cli.c | 267 os_snprintf(buf, sizeof(buf), "MIB %s", argv[0]); in hostapd_cli_cmd_mib() 285 os_snprintf(arg, len, "%s %s", arg1, arg2); in hostapd_cli_exec() 365 os_snprintf(buf, sizeof(buf), "DEAUTHENTICATE %s %s", in hostapd_cli_cmd_deauthenticate() 368 os_snprintf(buf, sizeof(buf), "DEAUTHENTICATE %s", argv[0]); in hostapd_cli_cmd_deauthenticate() 383 os_snprintf(buf, sizeof(buf), "DISASSOCIATE %s %s", in hostapd_cli_cmd_disassociate() 386 os_snprintf(buf, sizeof(buf), "DISASSOCIATE %s", argv[0]); in hostapd_cli_cmd_disassociate() 401 os_snprintf(buf, sizeof(buf), "SIGNATURE %s", argv[0]); in hostapd_cli_cmd_signature() 456 res = os_snprintf(cmd, sizeof(cmd), "WPS_CHECK_PIN %s %s", in hostapd_cli_cmd_wps_check_pin() 459 res = os_snprintf(cmd, sizeof(cmd), "WPS_CHECK_PIN %s", in hostapd_cli_cmd_wps_check_pin() 501 os_snprintf(buf, buflen, "WPS_NFC_TAG_READ %s", argv[0]); in hostapd_cli_cmd_wps_nfc_tag_read() [all …]
|
D | ctrl_iface.c | 217 ret = os_snprintf(buf, buflen, "FAIL-CHECKSUM\n"); in hostapd_ctrl_iface_wps_check_pin() 224 ret = os_snprintf(buf, buflen, "%s", pin); in hostapd_ctrl_iface_wps_check_pin() 460 return os_snprintf(buf, buflen, "OK\n"); in hostapd_ctrl_iface_wps_ap_pin() 469 return os_snprintf(buf, buflen, "%s", pin_txt); in hostapd_ctrl_iface_wps_ap_pin() 476 return os_snprintf(buf, buflen, "%s", pin_txt); in hostapd_ctrl_iface_wps_ap_pin() 493 return os_snprintf(buf, buflen, "%s", pin); in hostapd_ctrl_iface_wps_ap_pin() 553 ret = os_snprintf(pos, end - pos, "PBC Status: %s\n", in hostapd_ctrl_iface_wps_get_status() 560 ret = os_snprintf(pos, end - pos, "Last WPS result: %s\n", in hostapd_ctrl_iface_wps_get_status() 573 ret = os_snprintf(pos, end - pos, in hostapd_ctrl_iface_wps_get_status() 583 ret = os_snprintf(pos, end - pos, "Peer Address: " MACSTR "\n", in hostapd_ctrl_iface_wps_get_status() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 930 res = os_snprintf(buf, buflen, "%s", VERSION_STR); in wpa_supplicant_ctrl_iface_get() 932 res = os_snprintf(buf, buflen, "%u", CTRL_IFACE_MAX_LEN); in wpa_supplicant_ctrl_iface_get() 935 res = os_snprintf(buf, buflen, "%c%c", in wpa_supplicant_ctrl_iface_get() 946 res = os_snprintf(buf, buflen, "%d", enabled); in wpa_supplicant_ctrl_iface_get() 964 res = os_snprintf(buf, buflen, "%d", wpa_s->last_tk_key_idx); in wpa_supplicant_ctrl_iface_get() 1097 ret = os_snprintf(buf, buflen, "%s\n", in ctrl_iface_get_capability_tdls() 1225 ret = os_snprintf(buf, buflen, "TDLS link status: %s\n", tdls_status); in wpa_supplicant_ctrl_iface_tdls_link_status() 1412 ret = os_snprintf(buf, buflen, "%s", pin); in wpa_supplicant_ctrl_iface_wps_pin() 1424 ret = os_snprintf(buf, buflen, "%08d", ret); in wpa_supplicant_ctrl_iface_wps_pin() 1461 ret = os_snprintf(buf, buflen, "FAIL-CHECKSUM\n"); in wpa_supplicant_ctrl_iface_wps_check_pin() [all …]
|
D | wpa_cli.c | 163 res = os_snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, in wpa_cli_open_connection() 239 os_snprintf(buf, sizeof(buf), "IFNAME=%s %s", in _wpa_ctrl_command() 422 res = os_snprintf(cmd, sizeof(cmd), "SET %s ", argv[0]); in wpa_cli_cmd_set() 684 res = os_snprintf(cmd, sizeof(cmd), "BSS_FLUSH 0"); in wpa_cli_cmd_bss_flush() 686 res = os_snprintf(cmd, sizeof(cmd), "BSS_FLUSH %s", argv[0]); in wpa_cli_cmd_bss_flush() 774 os_snprintf(buf, buflen, "WPS_NFC_TAG_READ %s", argv[0]); in wpa_cli_cmd_wps_nfc_tag_read() 812 res = os_snprintf(cmd, sizeof(cmd), "WPS_REG %s %s", in wpa_cli_cmd_wps_reg() 823 os_snprintf(&ssid_hex[i * 2], 3, "%02x", argv[2][i]); in wpa_cli_cmd_wps_reg() 831 os_snprintf(&key_hex[i * 2], 3, "%02x", in wpa_cli_cmd_wps_reg() 836 res = os_snprintf(cmd, sizeof(cmd), in wpa_cli_cmd_wps_reg() [all …]
|
D | config.c | 252 res = os_snprintf(value, 20, "%d", *src); in wpa_config_write_int() 390 res = os_snprintf(value, 20, MACSTR, MAC2STR(ssid->bssid)); in wpa_config_write_bssid() 435 res = os_snprintf(value, 20, MACSTR, MAC2STR(ssid->bssid_hint)); in wpa_config_write_bssid_hint() 631 res = os_snprintf(buf, len, "ext:%s", ssid->ext_psk); in wpa_config_write_psk() 721 ret = os_snprintf(pos, end - pos, "%sWPA", in wpa_config_write_proto() 729 ret = os_snprintf(pos, end - pos, "%sRSN", in wpa_config_write_proto() 737 ret = os_snprintf(pos, end - pos, "%sOSEN", in wpa_config_write_proto() 881 ret = os_snprintf(pos, end - pos, "%sWPA-PSK", in wpa_config_write_key_mgmt() 891 ret = os_snprintf(pos, end - pos, "%sWPA-EAP", in wpa_config_write_key_mgmt() 901 ret = os_snprintf(pos, end - pos, "%sIEEE8021X", in wpa_config_write_key_mgmt() [all …]
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_dump.c | 130 ret = os_snprintf(pos, end - pos, "aWhile=%d\nquietWhile=%d\n" in eapol_auth_dump_state() 138 ret = os_snprintf(pos, end - pos, in eapol_auth_dump_state() 180 ret = os_snprintf(pos, end - pos, in eapol_auth_dump_state() 222 ret = os_snprintf(pos, end - pos, in eapol_auth_dump_state() 247 ret = os_snprintf(pos, end - pos, in eapol_auth_dump_state() 258 ret = os_snprintf(pos, end - pos, in eapol_auth_dump_state() 265 ret = os_snprintf(pos, end - pos, in eapol_auth_dump_state() 274 ret = os_snprintf(pos, end - pos, in eapol_auth_dump_state()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_sim_db.c | 89 os_snprintf(cmd, sizeof(cmd), "SELECT 1 FROM %s;", name); in db_table_exists() 192 os_snprintf(cmd, sizeof(cmd), "INSERT OR REPLACE INTO pseudonyms " in db_add_pseudonym() 231 os_snprintf(cmd, sizeof(cmd), in db_get_pseudonym() 257 pos += os_snprintf(pos, end - pos, "INSERT OR REPLACE INTO reauth " in db_add_reauth() 268 pos += os_snprintf(pos, end - pos, ", '"); in db_add_reauth() 270 pos += os_snprintf(pos, end - pos, "'"); in db_add_reauth() 274 pos += os_snprintf(pos, end - pos, ", '"); in db_add_reauth() 277 pos += os_snprintf(pos, end - pos, "'"); in db_add_reauth() 281 pos += os_snprintf(pos, end - pos, ", '"); in db_add_reauth() 284 pos += os_snprintf(pos, end - pos, "'"); in db_add_reauth() [all …]
|
/external/wpa_supplicant_8/src/wps/ |
D | wps.c | 558 ret = os_snprintf(pos, end - pos, in wps_attr_text() 561 ret = os_snprintf(pos, end - pos, in wps_attr_text() 571 ret = os_snprintf(pos, end - pos, in wps_attr_text() 579 ret = os_snprintf(pos, end - pos, in wps_attr_text() 587 ret = os_snprintf(pos, end - pos, in wps_attr_text() 596 ret = os_snprintf(pos, end - pos, in wps_attr_text() 607 ret = os_snprintf(pos, end - pos, in wps_attr_text() 630 ret = os_snprintf(pos, end - pos, "wps_device_name=%s\n", str); in wps_attr_text() 638 ret = os_snprintf(pos, end - pos, in wps_attr_text()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_android.c | 109 os_snprintf(&buf[bp], WEXT_PNO_SCAN_INTERVAL_LENGTH + 1, "%x", in android_pno_start() 114 os_snprintf(&buf[bp], WEXT_PNO_REPEAT_LENGTH + 1, "%x", in android_pno_start() 119 os_snprintf(&buf[bp], WEXT_PNO_MAX_REPEAT_LENGTH + 1, "%x", in android_pno_start()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_parse.c | 725 ret = os_snprintf(pos, end - pos, "p2p_group_client: " in p2p_group_info_text() 733 ret = os_snprintf(pos, end - pos, in p2p_group_info_text() 745 ret = os_snprintf(pos, end - pos, " dev_type=%s", in p2p_group_info_text() 763 ret = os_snprintf(pos, end - pos, " dev_name='%s'\n", name); in p2p_group_info_text() 794 ret = os_snprintf(pos, end - pos, in p2p_attr_text() 805 ret = os_snprintf(pos, end - pos, in p2p_attr_text() 815 ret = os_snprintf(pos, end - pos, "p2p_device_name=%s\n", in p2p_attr_text() 822 ret = os_snprintf(pos, end - pos, "p2p_device_addr=" MACSTR in p2p_attr_text() 830 ret = os_snprintf(pos, end - pos, "p2p_config_methods=0x%x\n", in p2p_attr_text()
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 134 os_snprintf(buf, buflen, "%s/cacerts", url); in est_load_cacerts() 462 os_snprintf(name, sizeof(name), "cert-user-%u", val); in generate_csr() 616 os_snprintf(buf, buflen, "%s/csrattrs", url); in est_build_csr() 661 os_snprintf(old_cert_buf, sizeof(old_cert_buf), in est_build_csr() 708 os_snprintf(buf, buflen, "%s/simplereenroll", url); in est_simple_enroll() 709 os_snprintf(client_cert_buf, sizeof(client_cert_buf), in est_simple_enroll() 712 os_snprintf(client_key_buf, sizeof(client_key_buf), in est_simple_enroll() 716 os_snprintf(buf, buflen, "%s/simpleenroll", url); in est_simple_enroll()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new.c | 382 os_snprintf(net_obj_path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_signal_network() 485 os_snprintf(net_obj_path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_signal_network_request() 518 os_snprintf(path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_signal_network_enabled_changed() 1032 os_snprintf(sta_mac, WPAS_DBUS_OBJECT_PATH_MAX, MACSTR, MAC2STR(sta)); in wpas_dbus_signal_sta() 1279 os_snprintf(pin, sizeof(pin), "%08d", generated_pin); in wpas_dbus_signal_p2p_provision_discovery() 1292 os_snprintf(peer_obj_path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_signal_p2p_provision_discovery() 1357 os_snprintf(peer_obj_path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_signal_p2p_go_neg_req() 1397 os_snprintf(group_obj_path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_get_group_obj_path() 1568 os_snprintf(peer_obj_path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_signal_p2p_go_neg_resp() 1735 os_snprintf(peer_obj_path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_signal_p2p_peer_joined() [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 474 int os_snprintf(char *str, size_t size, const char *format, ...); 548 #ifndef os_snprintf 550 #define os_snprintf _snprintf macro 552 #define os_snprintf snprintf macro
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_fast_pac.c | 506 ret = os_snprintf(*pos, end - *pos, "%s=", field); in eap_fast_write() 511 ret = os_snprintf(*pos, end - *pos, "\n"); in eap_fast_write() 517 ret = os_snprintf(*pos, end - *pos, "%s-txt=", field); in eap_fast_write() 522 ret = os_snprintf(*pos, end - *pos, "%c", data[i]); in eap_fast_write() 527 ret = os_snprintf(*pos, end - *pos, "\n"); in eap_fast_write() 579 ret = os_snprintf(*pos, *buf + *buf_len - *pos, in eap_fast_add_pac_data() 602 ret = os_snprintf(*pos, *buf + *buf_len - *pos, "END\n"); in eap_fast_add_pac_data() 634 ret = os_snprintf(pos, buf + buf_len - pos, "%s\n", pac_file_hdr); in eap_fast_save_pac()
|
D | eap_teap_pac.c | 507 ret = os_snprintf(*pos, end - *pos, "%s=", field); in eap_teap_write() 512 ret = os_snprintf(*pos, end - *pos, "\n"); in eap_teap_write() 518 ret = os_snprintf(*pos, end - *pos, "%s-txt=", field); in eap_teap_write() 523 ret = os_snprintf(*pos, end - *pos, "%c", data[i]); in eap_teap_write() 528 ret = os_snprintf(*pos, end - *pos, "\n"); in eap_teap_write() 584 ret = os_snprintf(*pos, *buf + *buf_len - *pos, in eap_teap_add_pac_data() 606 ret = os_snprintf(*pos, *buf + *buf_len - *pos, "END\n"); in eap_teap_add_pac_data() 638 ret = os_snprintf(pos, buf + buf_len - pos, "%s\n", pac_file_hdr); in eap_teap_save_pac()
|