From 82fa9b62ff35d23541f1b18f322f4bb3608e38b0 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 5 Jan 2014 13:10:10 +0200 Subject: [PATCH] tests: Add forgotten test_wifi_display description Signed-hostap: Jouni Malinen --- tests/hwsim/test_p2p_wifi_display.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/test_p2p_wifi_display.py b/tests/hwsim/test_p2p_wifi_display.py index 945edddf0..a38e8aa2e 100644 --- a/tests/hwsim/test_p2p_wifi_display.py +++ b/tests/hwsim/test_p2p_wifi_display.py @@ -16,6 +16,7 @@ import hwsim_utils import utils def test_wifi_display(dev): + """Wi-Fi Display extensions to P2P""" wfd_devinfo = "00011c440028" dev[0].request("SET wifi_display 1") dev[0].request("WFD_SUBELEM_SET 0 0006" + wfd_devinfo)