Lines Matching refs:snprintf
124 snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, ifname); in hostapd_cli_open_connection()
332 snprintf(buf, sizeof(buf), "STA %s %s", argv[0], argv[1]); in hostapd_cli_cmd_sta()
334 snprintf(buf, sizeof(buf), "STA %s", argv[0]); in hostapd_cli_cmd_sta()
363 snprintf(buf, sizeof(buf), "NEW_STA %s", argv[0]); in hostapd_cli_cmd_new_sta()
429 snprintf(buf, sizeof(buf), "SA_QUERY %s", argv[0]); in hostapd_cli_cmd_sa_query()
445 snprintf(buf, sizeof(buf), "WPS_PIN %s %s %s %s", in hostapd_cli_cmd_wps_pin()
448 snprintf(buf, sizeof(buf), "WPS_PIN %s %s %s", in hostapd_cli_cmd_wps_pin()
451 snprintf(buf, sizeof(buf), "WPS_PIN %s %s", argv[0], argv[1]); in hostapd_cli_cmd_wps_pin()
600 snprintf(buf, sizeof(buf), "WPS_AP_PIN %s %s %s", in hostapd_cli_cmd_wps_ap_pin()
603 snprintf(buf, sizeof(buf), "WPS_AP_PIN %s %s", in hostapd_cli_cmd_wps_ap_pin()
606 snprintf(buf, sizeof(buf), "WPS_AP_PIN %s", argv[0]); in hostapd_cli_cmd_wps_ap_pin()
650 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s %s %s", in hostapd_cli_cmd_wps_config()
653 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s %s", in hostapd_cli_cmd_wps_config()
656 snprintf(buf, sizeof(buf), "WPS_CONFIG %s %s", in hostapd_cli_cmd_wps_config()
782 snprintf(cmd, sizeof(cmd), "STA-NEXT %s", addr); in hostapd_cli_cmd_all_sta()
937 snprintf(cmd, sizeof(cmd), "LEVEL %s", argv[0]); in hostapd_cli_cmd_level()