aboutsummaryrefslogtreecommitdiff
path: root/contrib/wpa/wpa_supplicant/examples/p2p/p2p_disconnect.py
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-09-03 13:07:19 +0000
committerCy Schubert <cy@FreeBSD.org>2021-09-03 13:08:41 +0000
commitc1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5 (patch)
tree03efdf1f5caf99bc853ea6a23dfeb79d15ba348d /contrib/wpa/wpa_supplicant/examples/p2p/p2p_disconnect.py
parenta0c64a443e4cae67a5eea3a61a47d746866de3ee (diff)
parent2f6c3ea9600b494d24cac5a38c1cea0ac192245e (diff)
downloadsrc-c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5.tar.gz
src-c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5.zip
wpa: Import wpa_supplicant/hostapd commits up to b4f7506ff
Merge vendor commits 40c7ff83e74eabba5a7e2caefeea12372b2d3f9a, efec8223892b3e677acb46eae84ec3534989971f, and 2f6c3ea9600b494d24cac5a38c1cea0ac192245e. Tested by: philip MFC after: 2 months
Diffstat (limited to 'contrib/wpa/wpa_supplicant/examples/p2p/p2p_disconnect.py')
-rw-r--r--contrib/wpa/wpa_supplicant/examples/p2p/p2p_disconnect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/wpa/wpa_supplicant/examples/p2p/p2p_disconnect.py b/contrib/wpa/wpa_supplicant/examples/p2p/p2p_disconnect.py
index 85b5a8b39f5e..f04b98e667ce 100644
--- a/contrib/wpa/wpa_supplicant/examples/p2p/p2p_disconnect.py
+++ b/contrib/wpa/wpa_supplicant/examples/p2p/p2p_disconnect.py
@@ -125,7 +125,7 @@ if __name__ == "__main__":
usage()
quit()
- # If theres a switch, override default option
+ # If there's a switch, override default option
for key, value in options:
# Help
if (key == "-h"):