Miracast: Fix for static analysis issue in connect_go_start_wfd()

sig_resp_buf() was not initialized at the time strlen(sig_resp_buf) was
used for the first time. There is no need to split this sig_resp_buf
writing into two parts, so fix this by using a single snprintf() call.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
1 file changed