Home
last modified time | relevance | path

Searched refs:os_snprintf (Results 1 – 25 of 128) sorted by relevance

123456

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dctrl_iface_ap.c36 ret = os_snprintf(buf + len, buflen - len, in hostapd_write_ht_mcs_bitmask()
45 ret = os_snprintf(buf + len, buflen - len, "\n"); in hostapd_write_ht_mcs_bitmask()
73 ret = os_snprintf(buf, buflen, "connected_time=%lu\n", secs); in hostapd_get_sta_conn_time()
91 ret = os_snprintf(buf, buflen, "rx_packets=%lu\ntx_packets=%lu\n" in hostapd_get_sta_info()
101 ret = os_snprintf(buf + len, buflen - len, "rx_rate_info=%lu", in hostapd_get_sta_info()
107 ret = os_snprintf(buf + len, buflen - len, " mcs %u", in hostapd_get_sta_info()
113 ret = os_snprintf(buf + len, buflen - len, " vhtmcs %u", in hostapd_get_sta_info()
119 ret = os_snprintf(buf + len, buflen - len, " vhtnss %u", in hostapd_get_sta_info()
125 ret = os_snprintf(buf + len, buflen - len, " shortGI"); in hostapd_get_sta_info()
129 ret = os_snprintf(buf + len, buflen - len, "\n"); in hostapd_get_sta_info()
[all …]
Dtaxonomy.c145 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 …]
Dmbo_ap.c67 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()
Dvlan_full.c396 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()
Dpmksa_cache_auth.c588 os_snprintf(buf, sizeof(buf), "%016llX", in das_attr_match()
660 ret = os_snprintf(pos, buf + len - pos, in pmksa_cache_auth_list()
668 ret = os_snprintf(pos, buf + len - pos, "%d " MACSTR " ", in pmksa_cache_auth_list()
675 ret = os_snprintf(pos, buf + len - pos, " %d %d\n", in pmksa_cache_auth_list()
723 ret = os_snprintf(pos, end - pos, MACSTR " ", in pmksa_cache_auth_list_mesh()
732 ret = os_snprintf(pos, end - pos, " "); in pmksa_cache_auth_list_mesh()
740 ret = os_snprintf(pos, end - pos, " %d\n", in pmksa_cache_auth_list_mesh()
/netbsd/src/external/bsd/wpa/dist/src/common/
Docv.c108 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()
167 os_snprintf(ocv_errorstr, sizeof(ocv_errorstr), in ocv_verify_tx_params()
Dcli.c98 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()
Dptksa_cache.c177 ret = os_snprintf(pos, buf + len - pos, in ptksa_cache_list()
184 ret = os_snprintf(pos, buf + len - pos, "%u " MACSTR, in ptksa_cache_list()
190 ret = os_snprintf(pos, buf + len - pos, " %s %lu ", in ptksa_cache_list()
203 ret = os_snprintf(pos, buf + len - pos, " "); in ptksa_cache_list()
214 ret = os_snprintf(pos, buf + len - pos, "\n"); in ptksa_cache_list()
Dwpa_ctrl.c121 ret = os_snprintf(ctrl->local.sun_path, in wpa_ctrl_open2()
126 ret = os_snprintf(ctrl->local.sun_path, in wpa_ctrl_open2()
194 os_snprintf(buf, sizeof(buf), "wpa_%s", ctrl_path); in wpa_ctrl_open2()
278 dirnamelen = (size_t) os_snprintf(pathname, sizeof(pathname), "%s/", in wpa_ctrl_cleanup()
462 os_snprintf(ps, WPA_CTRL_MAX_PS_NAME, "%s/%s", in wpa_ctrl_get_remote_ifname()
683 ret = os_snprintf(name, 256, NAMED_PIPE_PREFIX); in wpa_ctrl_open()
685 ret = os_snprintf(name, 256, NAMED_PIPE_PREFIX "-%s", in wpa_ctrl_open()
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dctrl_iface.c986 res = os_snprintf(buf, buflen, "%s", VERSION_STR); in wpa_supplicant_ctrl_iface_get()
988 res = os_snprintf(buf, buflen, "%u", CTRL_IFACE_MAX_LEN); in wpa_supplicant_ctrl_iface_get()
991 res = os_snprintf(buf, buflen, "%c%c", in wpa_supplicant_ctrl_iface_get()
1002 res = os_snprintf(buf, buflen, "%d", enabled); in wpa_supplicant_ctrl_iface_get()
1020 res = os_snprintf(buf, buflen, "%d", wpa_s->last_tk_key_idx); in wpa_supplicant_ctrl_iface_get()
1153 ret = os_snprintf(buf, buflen, "%s\n", in ctrl_iface_get_capability_tdls()
1281 ret = os_snprintf(buf, buflen, "TDLS link status: %s\n", tdls_status); in wpa_supplicant_ctrl_iface_tdls_link_status()
1473 ret = os_snprintf(buf, buflen, "%s", pin); in wpa_supplicant_ctrl_iface_wps_pin()
1485 ret = os_snprintf(buf, buflen, "%08d", ret); in wpa_supplicant_ctrl_iface_wps_pin()
1522 ret = os_snprintf(buf, buflen, "FAIL-CHECKSUM\n"); in wpa_supplicant_ctrl_iface_wps_check_pin()
[all …]
Dwpa_cli.c163 res = os_snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, in wpa_cli_open_connection()
272 os_snprintf(buf, sizeof(buf), "IFNAME=%s %s", in _wpa_ctrl_command()
465 res = os_snprintf(cmd, sizeof(cmd), "SET %s ", argv[0]); in wpa_cli_cmd_set()
736 res = os_snprintf(cmd, sizeof(cmd), "BSS_FLUSH 0"); in wpa_cli_cmd_bss_flush()
738 res = os_snprintf(cmd, sizeof(cmd), "BSS_FLUSH %s", argv[0]); in wpa_cli_cmd_bss_flush()
826 os_snprintf(buf, buflen, "WPS_NFC_TAG_READ %s", argv[0]); in wpa_cli_cmd_wps_nfc_tag_read()
864 res = os_snprintf(cmd, sizeof(cmd), "WPS_REG %s %s", in wpa_cli_cmd_wps_reg()
875 os_snprintf(&ssid_hex[i * 2], 3, "%02x", argv[2][i]); in wpa_cli_cmd_wps_reg()
883 os_snprintf(&key_hex[i * 2], 3, "%02x", in wpa_cli_cmd_wps_reg()
888 res = os_snprintf(cmd, sizeof(cmd), in wpa_cli_cmd_wps_reg()
[all …]
Dconfig.c268 res = os_snprintf(value, 20, "%d", *src); in wpa_config_write_int()
406 res = os_snprintf(value, 20, MACSTR, MAC2STR(ssid->bssid)); in wpa_config_write_bssid()
451 res = os_snprintf(value, 20, MACSTR, MAC2STR(ssid->bssid_hint)); in wpa_config_write_bssid_hint()
647 res = os_snprintf(buf, len, "ext:%s", ssid->ext_psk); in wpa_config_write_psk()
737 ret = os_snprintf(pos, end - pos, "%sWPA", in wpa_config_write_proto()
745 ret = os_snprintf(pos, end - pos, "%sRSN", in wpa_config_write_proto()
753 ret = os_snprintf(pos, end - pos, "%sOSEN", in wpa_config_write_proto()
905 ret = os_snprintf(pos, end - pos, "%sWPA-PSK", in wpa_config_write_key_mgmt()
915 ret = os_snprintf(pos, end - pos, "%sWPA-EAP", in wpa_config_write_key_mgmt()
925 ret = os_snprintf(pos, end - pos, "%sIEEE8021X", in wpa_config_write_key_mgmt()
[all …]
Drobust_av.c964 res = os_snprintf(pos, rem_len, " src_ip=%s", addr); in write_ipv4_info()
979 res = os_snprintf(pos, rem_len, " dst_ip=%s", addr); in write_ipv4_info()
988 res = os_snprintf(pos, rem_len, " src_port=%d", v4->src_port); in write_ipv4_info()
997 res = os_snprintf(pos, rem_len, " dst_port=%d", v4->dst_port); in write_ipv4_info()
1006 res = os_snprintf(pos, rem_len, " protocol=%d", v4->protocol); in write_ipv4_info()
1034 res = os_snprintf(pos, rem_len, " src_ip=%s", addr); in write_ipv6_info()
1049 res = os_snprintf(pos, rem_len, " dst_ip=%s", addr); in write_ipv6_info()
1058 res = os_snprintf(pos, rem_len, " src_port=%d", v6->src_port); in write_ipv6_info()
1067 res = os_snprintf(pos, rem_len, " dst_port=%d", v6->dst_port); in write_ipv6_info()
1076 res = os_snprintf(pos, rem_len, " protocol=%d", in write_ipv6_info()
[all …]
/netbsd/src/external/bsd/wpa/dist/hostapd/
Dhostapd_cli.c274 os_snprintf(buf, sizeof(buf), "MIB %s", argv[0]); in hostapd_cli_cmd_mib()
292 os_snprintf(arg, len, "%s %s", arg1, arg2); in hostapd_cli_exec()
378 os_snprintf(buf, sizeof(buf), "DEAUTHENTICATE %s %s", in hostapd_cli_cmd_deauthenticate()
381 os_snprintf(buf, sizeof(buf), "DEAUTHENTICATE %s", argv[0]); in hostapd_cli_cmd_deauthenticate()
396 os_snprintf(buf, sizeof(buf), "DISASSOCIATE %s %s", in hostapd_cli_cmd_disassociate()
399 os_snprintf(buf, sizeof(buf), "DISASSOCIATE %s", argv[0]); in hostapd_cli_cmd_disassociate()
414 os_snprintf(buf, sizeof(buf), "SIGNATURE %s", argv[0]); in hostapd_cli_cmd_signature()
469 res = os_snprintf(cmd, sizeof(cmd), "WPS_CHECK_PIN %s %s", in hostapd_cli_cmd_wps_check_pin()
472 res = os_snprintf(cmd, sizeof(cmd), "WPS_CHECK_PIN %s", in hostapd_cli_cmd_wps_check_pin()
514 os_snprintf(buf, buflen, "WPS_NFC_TAG_READ %s", argv[0]); in hostapd_cli_cmd_wps_nfc_tag_read()
[all …]
Dctrl_iface.c220 ret = os_snprintf(buf, buflen, "FAIL-CHECKSUM\n"); in hostapd_ctrl_iface_wps_check_pin()
227 ret = os_snprintf(buf, buflen, "%s", pin); in hostapd_ctrl_iface_wps_check_pin()
463 return os_snprintf(buf, buflen, "OK\n"); in hostapd_ctrl_iface_wps_ap_pin()
472 return os_snprintf(buf, buflen, "%s", pin_txt); in hostapd_ctrl_iface_wps_ap_pin()
479 return os_snprintf(buf, buflen, "%s", pin_txt); in hostapd_ctrl_iface_wps_ap_pin()
496 return os_snprintf(buf, buflen, "%s", pin); in hostapd_ctrl_iface_wps_ap_pin()
556 ret = os_snprintf(pos, end - pos, "PBC Status: %s\n", in hostapd_ctrl_iface_wps_get_status()
563 ret = os_snprintf(pos, end - pos, "Last WPS result: %s\n", in hostapd_ctrl_iface_wps_get_status()
576 ret = os_snprintf(pos, end - pos, in hostapd_ctrl_iface_wps_get_status()
586 ret = os_snprintf(pos, end - pos, "Peer Address: " MACSTR "\n", in hostapd_ctrl_iface_wps_get_status()
[all …]
/netbsd/src/external/bsd/wpa/dist/src/eapol_auth/
Deapol_auth_dump.c130 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()
/netbsd/src/external/bsd/wpa/dist/src/eap_server/
Deap_sim_db.c89 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 …]
/netbsd/src/external/bsd/wpa/dist/src/wps/
Dwps.c559 ret = os_snprintf(pos, end - pos, in wps_attr_text()
562 ret = os_snprintf(pos, end - pos, in wps_attr_text()
572 ret = os_snprintf(pos, end - pos, in wps_attr_text()
580 ret = os_snprintf(pos, end - pos, in wps_attr_text()
588 ret = os_snprintf(pos, end - pos, in wps_attr_text()
597 ret = os_snprintf(pos, end - pos, in wps_attr_text()
608 ret = os_snprintf(pos, end - pos, in wps_attr_text()
631 ret = os_snprintf(pos, end - pos, "wps_device_name=%s\n", str); in wps_attr_text()
639 ret = os_snprintf(pos, end - pos, in wps_attr_text()
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/dbus/
Ddbus_new.c382 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()
969 os_snprintf(bss_path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_signal_interworking_ap_added()
974 os_snprintf(cred_path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_signal_interworking_ap_added()
1035 os_snprintf(addr, WPAS_DBUS_OBJECT_PATH_MAX, MACSTR, MAC2STR(dst)); in wpas_dbus_signal_anqp_query_done()
1178 os_snprintf(sta_mac, WPAS_DBUS_OBJECT_PATH_MAX, MACSTR, MAC2STR(sta)); in wpas_dbus_signal_sta()
1425 os_snprintf(pin, sizeof(pin), "%08d", generated_pin); in wpas_dbus_signal_p2p_provision_discovery()
1438 os_snprintf(peer_obj_path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_signal_p2p_provision_discovery()
1503 os_snprintf(peer_obj_path, WPAS_DBUS_OBJECT_PATH_MAX, in wpas_dbus_signal_p2p_go_neg_req()
[all …]
/netbsd/src/external/bsd/wpa/dist/src/p2p/
Dp2p_parse.c746 ret = os_snprintf(pos, end - pos, "p2p_group_client: " in p2p_group_info_text()
754 ret = os_snprintf(pos, end - pos, in p2p_group_info_text()
766 ret = os_snprintf(pos, end - pos, " dev_type=%s", in p2p_group_info_text()
784 ret = os_snprintf(pos, end - pos, " dev_name='%s'\n", name); in p2p_group_info_text()
815 ret = os_snprintf(pos, end - pos, in p2p_attr_text()
826 ret = os_snprintf(pos, end - pos, in p2p_attr_text()
836 ret = os_snprintf(pos, end - pos, "p2p_device_name=%s\n", in p2p_attr_text()
843 ret = os_snprintf(pos, end - pos, "p2p_device_addr=" MACSTR in p2p_attr_text()
851 ret = os_snprintf(pos, end - pos, "p2p_config_methods=0x%x\n", in p2p_attr_text()
/netbsd/src/external/bsd/wpa/dist/src/drivers/
Ddriver_nl80211_android.c109 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()
/netbsd/src/external/bsd/wpa/dist/src/eap_peer/
Deap_fast_pac.c506 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()
Deap_teap_pac.c507 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()
/netbsd/src/external/bsd/wpa/dist/src/utils/
Dos.h494 int os_snprintf(char *str, size_t size, const char *format, ...);
568 #ifndef os_snprintf
570 #define os_snprintf _snprintf macro
572 #define os_snprintf snprintf macro
Dcommon.c203 res = os_snprintf(buf, len, MACSTR "/" MACSTR, in hwaddr_mask_txt()
206 res = os_snprintf(buf, len, MACSTR, MAC2STR(addr)); in hwaddr_mask_txt()
304 ret = os_snprintf(pos, end - pos, "%02x%c", in wpa_snprintf_hex_sep()
326 ret = os_snprintf(pos, end - pos, uppercase ? "%02X" : "%02x", in _wpa_snprintf_hex()
515 txt += os_snprintf(txt, end - txt, "\\x%02x", in printf_encode()
865 res = os_snprintf(pos, end - pos, "%s%u", in freq_range_list_str()
868 res = os_snprintf(pos, end - pos, "%s%u-%u", in freq_range_list_str()

123456