Lines Matching refs:MSG_DEBUG

19 	wpa_printf(MSG_DEBUG, "WPS:  * Manufacturer");  in wps_build_manufacturer()
43 wpa_printf(MSG_DEBUG, "WPS: * Model Name"); in wps_build_model_name()
67 wpa_printf(MSG_DEBUG, "WPS: * Model Number"); in wps_build_model_number()
91 wpa_printf(MSG_DEBUG, "WPS: * Serial Number"); in wps_build_serial_number()
114 wpa_printf(MSG_DEBUG, "WPS: * Primary Device Type"); in wps_build_primary_dev_type()
128 wpa_printf(MSG_DEBUG, "WPS: * Secondary Device Type"); in wps_build_secondary_dev_type()
145 wpa_hexdump(MSG_DEBUG, "WPS: * Requested Device Type", in wps_build_req_dev_type()
161 wpa_printf(MSG_DEBUG, "WPS: * Device Name"); in wps_build_dev_name()
197 wpa_printf(MSG_DEBUG, "WPS: * OS Version"); in wps_build_os_version()
208 wpa_hexdump(MSG_DEBUG, "WPS: * Vendor Extension M1", in wps_build_vendor_ext_m1()
233 wpa_hexdump(MSG_DEBUG, "WPS: * Vendor Extension", in wps_build_vendor_ext()
250 wpa_hexdump_buf(MSG_DEBUG, "WPS: * Application Extension", in wps_build_application_ext()
264 wpa_printf(MSG_DEBUG, "WPS: No Manufacturer received"); in wps_process_manufacturer()
268 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Manufacturer", str, str_len); in wps_process_manufacturer()
283 wpa_printf(MSG_DEBUG, "WPS: No Model Name received"); in wps_process_model_name()
287 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Name", str, str_len); in wps_process_model_name()
302 wpa_printf(MSG_DEBUG, "WPS: No Model Number received"); in wps_process_model_number()
306 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Number", str, str_len); in wps_process_model_number()
321 wpa_printf(MSG_DEBUG, "WPS: No Serial Number received"); in wps_process_serial_number()
325 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Serial Number", str, str_len); in wps_process_serial_number()
340 wpa_printf(MSG_DEBUG, "WPS: No Device Name received"); in wps_process_dev_name()
344 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Device Name", str, str_len); in wps_process_dev_name()
363 wpa_printf(MSG_DEBUG, "WPS: No Primary Device Type received"); in wps_process_primary_dev_type()
368 wpa_printf(MSG_DEBUG, "WPS: Primary Device Type: %s", in wps_process_primary_dev_type()
397 wpa_printf(MSG_DEBUG, "WPS: No OS Version received"); in wps_process_os_version()
402 wpa_printf(MSG_DEBUG, "WPS: OS Version %08x", dev->os_version); in wps_process_os_version()
411 wpa_printf(MSG_DEBUG, "WPS: Multi-AP extension value %02x", in wps_process_vendor_ext_m1()
419 wpa_printf(MSG_DEBUG, "WPS: No RF Bands received"); in wps_process_rf_bands()
424 wpa_printf(MSG_DEBUG, "WPS: Enrollee RF Bands 0x%x", dev->rf_bands); in wps_process_rf_bands()