test_sigma_dut.py 74 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612
  1. # Test cases for sigma_dut
  2. # Copyright (c) 2017, Qualcomm Atheros, Inc.
  3. #
  4. # This software may be distributed under the terms of the BSD license.
  5. # See README for more details.
  6. import logging
  7. logger = logging.getLogger()
  8. import os
  9. import socket
  10. import subprocess
  11. import threading
  12. import time
  13. import hostapd
  14. from utils import HwsimSkip
  15. from hwsim import HWSimRadio
  16. from test_dpp import check_dpp_capab
  17. from test_suite_b import check_suite_b_192_capa, suite_b_as_params, suite_b_192_rsa_ap_params
  18. def check_sigma_dut():
  19. if not os.path.exists("./sigma_dut"):
  20. raise HwsimSkip("sigma_dut not available")
  21. def sigma_dut_cmd(cmd, port=9000, timeout=2):
  22. sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM,
  23. socket.IPPROTO_TCP)
  24. sock.settimeout(timeout)
  25. addr = ('127.0.0.1', port)
  26. sock.connect(addr)
  27. sock.send(cmd + "\r\n")
  28. try:
  29. res = sock.recv(1000)
  30. running = False
  31. done = False
  32. for line in res.splitlines():
  33. if line.startswith("status,RUNNING"):
  34. running = True
  35. elif line.startswith("status,INVALID"):
  36. done = True
  37. elif line.startswith("status,ERROR"):
  38. done = True
  39. elif line.startswith("status,COMPLETE"):
  40. done = True
  41. if running and not done:
  42. # Read the actual response
  43. res = sock.recv(1000)
  44. except:
  45. res = ''
  46. pass
  47. sock.close()
  48. res = res.rstrip()
  49. logger.debug("sigma_dut: '%s' --> '%s'" % (cmd, res))
  50. return res
  51. def sigma_dut_cmd_check(cmd, port=9000, timeout=2):
  52. res = sigma_dut_cmd(cmd, port=port, timeout=timeout)
  53. if "COMPLETE" not in res:
  54. raise Exception("sigma_dut command failed: " + cmd)
  55. return res
  56. def start_sigma_dut(ifname, debug=False, hostapd_logdir=None, cert_path=None):
  57. check_sigma_dut()
  58. cmd = [ './sigma_dut',
  59. '-M', ifname,
  60. '-S', ifname,
  61. '-F', '../../hostapd/hostapd',
  62. '-G',
  63. '-w', '/var/run/wpa_supplicant/',
  64. '-j', ifname ]
  65. if debug:
  66. cmd += [ '-d' ]
  67. if hostapd_logdir:
  68. cmd += [ '-H', hostapd_logdir ]
  69. if cert_path:
  70. cmd += [ '-C', cert_path ]
  71. sigma = subprocess.Popen(cmd, stdout=subprocess.PIPE,
  72. stderr=subprocess.PIPE)
  73. for i in range(20):
  74. try:
  75. res = sigma_dut_cmd("HELLO")
  76. break
  77. except:
  78. time.sleep(0.05)
  79. return sigma
  80. def stop_sigma_dut(sigma):
  81. sigma.terminate()
  82. sigma.wait()
  83. out, err = sigma.communicate()
  84. logger.debug("sigma_dut stdout: " + str(out))
  85. logger.debug("sigma_dut stderr: " + str(err))
  86. def sigma_dut_wait_connected(ifname):
  87. for i in range(50):
  88. res = sigma_dut_cmd("sta_is_connected,interface," + ifname)
  89. if "connected,1" in res:
  90. break
  91. time.sleep(0.2)
  92. if i == 49:
  93. raise Exception("Connection did not complete")
  94. def test_sigma_dut_basic(dev, apdev):
  95. """sigma_dut basic functionality"""
  96. sigma = start_sigma_dut(dev[0].ifname)
  97. res = sigma_dut_cmd("UNKNOWN")
  98. if "status,INVALID,errorCode,Unknown command" not in res:
  99. raise Exception("Unexpected sigma_dut response to unknown command")
  100. tests = [ ("ca_get_version", "status,COMPLETE,version,1.0"),
  101. ("device_get_info", "status,COMPLETE,vendor"),
  102. ("device_list_interfaces,interfaceType,foo", "status,ERROR"),
  103. ("device_list_interfaces,interfaceType,802.11",
  104. "status,COMPLETE,interfaceType,802.11,interfaceID," + dev[0].ifname) ]
  105. for cmd, response in tests:
  106. res = sigma_dut_cmd(cmd)
  107. if response not in res:
  108. raise Exception("Unexpected %s response: %s" % (cmd, res))
  109. stop_sigma_dut(sigma)
  110. def test_sigma_dut_open(dev, apdev):
  111. """sigma_dut controlled open network association"""
  112. try:
  113. run_sigma_dut_open(dev, apdev)
  114. finally:
  115. dev[0].set("ignore_old_scan_res", "0")
  116. def run_sigma_dut_open(dev, apdev):
  117. ifname = dev[0].ifname
  118. sigma = start_sigma_dut(ifname)
  119. hapd = hostapd.add_ap(apdev[0], { "ssid": "open" })
  120. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  121. sigma_dut_cmd_check("sta_set_encryption,interface,%s,ssid,%s,encpType,none" % (ifname, "open"))
  122. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s" % (ifname, "open"))
  123. sigma_dut_wait_connected(ifname)
  124. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  125. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  126. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  127. stop_sigma_dut(sigma)
  128. def test_sigma_dut_psk_pmf(dev, apdev):
  129. """sigma_dut controlled PSK+PMF association"""
  130. try:
  131. run_sigma_dut_psk_pmf(dev, apdev)
  132. finally:
  133. dev[0].set("ignore_old_scan_res", "0")
  134. def run_sigma_dut_psk_pmf(dev, apdev):
  135. ifname = dev[0].ifname
  136. sigma = start_sigma_dut(ifname)
  137. ssid = "test-pmf-required"
  138. params = hostapd.wpa2_params(ssid=ssid, passphrase="12345678")
  139. params["wpa_key_mgmt"] = "WPA-PSK-SHA256"
  140. params["ieee80211w"] = "2"
  141. hapd = hostapd.add_ap(apdev[0], params)
  142. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,PMF" % ifname)
  143. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  144. sigma_dut_cmd_check("sta_set_psk,interface,%s,ssid,%s,passphrase,%s,encpType,aes-ccmp,keymgmttype,wpa2,PMF,Required" % (ifname, "test-pmf-required", "12345678"))
  145. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s,channel,1" % (ifname, "test-pmf-required"))
  146. sigma_dut_wait_connected(ifname)
  147. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  148. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  149. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  150. stop_sigma_dut(sigma)
  151. def test_sigma_dut_psk_pmf_bip_cmac_128(dev, apdev):
  152. """sigma_dut controlled PSK+PMF association with BIP-CMAC-128"""
  153. try:
  154. run_sigma_dut_psk_pmf_cipher(dev, apdev, "BIP-CMAC-128", "AES-128-CMAC")
  155. finally:
  156. dev[0].set("ignore_old_scan_res", "0")
  157. def test_sigma_dut_psk_pmf_bip_cmac_256(dev, apdev):
  158. """sigma_dut controlled PSK+PMF association with BIP-CMAC-256"""
  159. try:
  160. run_sigma_dut_psk_pmf_cipher(dev, apdev, "BIP-CMAC-256", "BIP-CMAC-256")
  161. finally:
  162. dev[0].set("ignore_old_scan_res", "0")
  163. def test_sigma_dut_psk_pmf_bip_gmac_128(dev, apdev):
  164. """sigma_dut controlled PSK+PMF association with BIP-GMAC-128"""
  165. try:
  166. run_sigma_dut_psk_pmf_cipher(dev, apdev, "BIP-GMAC-128", "BIP-GMAC-128")
  167. finally:
  168. dev[0].set("ignore_old_scan_res", "0")
  169. def test_sigma_dut_psk_pmf_bip_gmac_256(dev, apdev):
  170. """sigma_dut controlled PSK+PMF association with BIP-GMAC-256"""
  171. try:
  172. run_sigma_dut_psk_pmf_cipher(dev, apdev, "BIP-GMAC-256", "BIP-GMAC-256")
  173. finally:
  174. dev[0].set("ignore_old_scan_res", "0")
  175. def test_sigma_dut_psk_pmf_bip_gmac_256_mismatch(dev, apdev):
  176. """sigma_dut controlled PSK+PMF association with BIP-GMAC-256 mismatch"""
  177. try:
  178. run_sigma_dut_psk_pmf_cipher(dev, apdev, "BIP-GMAC-256", "AES-128-CMAC",
  179. failure=True)
  180. finally:
  181. dev[0].set("ignore_old_scan_res", "0")
  182. def run_sigma_dut_psk_pmf_cipher(dev, apdev, sigma_cipher, hostapd_cipher,
  183. failure=False):
  184. ifname = dev[0].ifname
  185. sigma = start_sigma_dut(ifname)
  186. ssid = "test-pmf-required"
  187. params = hostapd.wpa2_params(ssid=ssid, passphrase="12345678")
  188. params["wpa_key_mgmt"] = "WPA-PSK-SHA256"
  189. params["ieee80211w"] = "2"
  190. params["group_mgmt_cipher"] = hostapd_cipher
  191. hapd = hostapd.add_ap(apdev[0], params)
  192. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,PMF" % ifname)
  193. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  194. sigma_dut_cmd_check("sta_set_psk,interface,%s,ssid,%s,passphrase,%s,encpType,aes-ccmp,keymgmttype,wpa2,PMF,Required,GroupMgntCipher,%s" % (ifname, "test-pmf-required", "12345678", sigma_cipher))
  195. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s,channel,1" % (ifname, "test-pmf-required"))
  196. if failure:
  197. ev = dev[0].wait_event(["CTRL-EVENT-NETWORK-NOT-FOUND",
  198. "CTRL-EVENT-CONNECTED"], timeout=10)
  199. if ev is None:
  200. raise Exception("Network selection result not indicated")
  201. if "CTRL-EVENT-CONNECTED" in ev:
  202. raise Exception("Unexpected connection")
  203. res = sigma_dut_cmd("sta_is_connected,interface," + ifname)
  204. if "connected,1" in res:
  205. raise Exception("Connection reported")
  206. else:
  207. sigma_dut_wait_connected(ifname)
  208. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  209. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  210. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  211. stop_sigma_dut(sigma)
  212. def test_sigma_dut_sae(dev, apdev):
  213. """sigma_dut controlled SAE association"""
  214. if "SAE" not in dev[0].get_capability("auth_alg"):
  215. raise HwsimSkip("SAE not supported")
  216. ifname = dev[0].ifname
  217. sigma = start_sigma_dut(ifname)
  218. ssid = "test-sae"
  219. params = hostapd.wpa2_params(ssid=ssid, passphrase="12345678")
  220. params['wpa_key_mgmt'] = 'SAE'
  221. hapd = hostapd.add_ap(apdev[0], params)
  222. sigma_dut_cmd_check("sta_reset_default,interface,%s" % ifname)
  223. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  224. sigma_dut_cmd_check("sta_set_security,interface,%s,ssid,%s,passphrase,%s,type,SAE,encpType,aes-ccmp,keymgmttype,wpa2" % (ifname, "test-sae", "12345678"))
  225. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s,channel,1" % (ifname, "test-sae"))
  226. sigma_dut_wait_connected(ifname)
  227. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  228. if dev[0].get_status_field('sae_group') != '19':
  229. raise Exception("Expected default SAE group not used")
  230. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  231. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  232. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  233. sigma_dut_cmd_check("sta_set_security,interface,%s,ssid,%s,passphrase,%s,type,SAE,encpType,aes-ccmp,keymgmttype,wpa2,ECGroupID,20" % (ifname, "test-sae", "12345678"))
  234. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s,channel,1" % (ifname, "test-sae"))
  235. sigma_dut_wait_connected(ifname)
  236. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  237. if dev[0].get_status_field('sae_group') != '20':
  238. raise Exception("Expected SAE group not used")
  239. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  240. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  241. stop_sigma_dut(sigma)
  242. def test_sigma_dut_sae_password(dev, apdev):
  243. """sigma_dut controlled SAE association and long password"""
  244. if "SAE" not in dev[0].get_capability("auth_alg"):
  245. raise HwsimSkip("SAE not supported")
  246. ifname = dev[0].ifname
  247. sigma = start_sigma_dut(ifname)
  248. try:
  249. ssid = "test-sae"
  250. params = hostapd.wpa2_params(ssid=ssid)
  251. params['sae_password'] = 100*'B'
  252. params['wpa_key_mgmt'] = 'SAE'
  253. hapd = hostapd.add_ap(apdev[0], params)
  254. sigma_dut_cmd_check("sta_reset_default,interface,%s" % ifname)
  255. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  256. sigma_dut_cmd_check("sta_set_security,interface,%s,ssid,%s,passphrase,%s,type,SAE,encpType,aes-ccmp,keymgmttype,wpa2" % (ifname, "test-sae", 100*'B'))
  257. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s,channel,1" % (ifname, "test-sae"))
  258. sigma_dut_wait_connected(ifname)
  259. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  260. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  261. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  262. finally:
  263. stop_sigma_dut(sigma)
  264. def test_sigma_dut_sta_override_rsne(dev, apdev):
  265. """sigma_dut and RSNE override on STA"""
  266. try:
  267. run_sigma_dut_sta_override_rsne(dev, apdev)
  268. finally:
  269. dev[0].set("ignore_old_scan_res", "0")
  270. def run_sigma_dut_sta_override_rsne(dev, apdev):
  271. ifname = dev[0].ifname
  272. sigma = start_sigma_dut(ifname)
  273. ssid = "test-psk"
  274. params = hostapd.wpa2_params(ssid=ssid, passphrase="12345678")
  275. hapd = hostapd.add_ap(apdev[0], params)
  276. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  277. tests = [ "30120100000fac040100000fac040100000fac02",
  278. "30140100000fac040100000fac040100000fac02ffff" ]
  279. for test in tests:
  280. sigma_dut_cmd_check("sta_set_security,interface,%s,ssid,%s,type,PSK,passphrase,%s,EncpType,aes-ccmp,KeyMgmtType,wpa2" % (ifname, "test-psk", "12345678"))
  281. sigma_dut_cmd_check("dev_configure_ie,interface,%s,IE_Name,RSNE,Contents,%s" % (ifname, test))
  282. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s,channel,1" % (ifname, "test-psk"))
  283. sigma_dut_wait_connected(ifname)
  284. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  285. dev[0].dump_monitor()
  286. sigma_dut_cmd_check("sta_set_security,interface,%s,ssid,%s,type,PSK,passphrase,%s,EncpType,aes-ccmp,KeyMgmtType,wpa2" % (ifname, "test-psk", "12345678"))
  287. sigma_dut_cmd_check("dev_configure_ie,interface,%s,IE_Name,RSNE,Contents,300101" % ifname)
  288. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s,channel,1" % (ifname, "test-psk"))
  289. ev = dev[0].wait_event(["CTRL-EVENT-ASSOC-REJECT"])
  290. if ev is None:
  291. raise Exception("Association rejection not reported")
  292. if "status_code=40" not in ev:
  293. raise Exception("Unexpected status code: " + ev)
  294. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  295. stop_sigma_dut(sigma)
  296. def test_sigma_dut_ap_psk(dev, apdev):
  297. """sigma_dut controlled AP"""
  298. with HWSimRadio() as (radio, iface):
  299. sigma = start_sigma_dut(iface)
  300. try:
  301. sigma_dut_cmd_check("ap_reset_default")
  302. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-psk,MODE,11ng")
  303. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-PSK,PSK,12345678")
  304. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  305. dev[0].connect("test-psk", psk="12345678", scan_freq="2412")
  306. sigma_dut_cmd_check("ap_reset_default")
  307. finally:
  308. stop_sigma_dut(sigma)
  309. def test_sigma_dut_suite_b(dev, apdev, params):
  310. """sigma_dut controlled STA Suite B"""
  311. check_suite_b_192_capa(dev)
  312. logdir = params['logdir']
  313. with open("auth_serv/ec2-ca.pem", "r") as f:
  314. with open(os.path.join(logdir, "suite_b_ca.pem"), "w") as f2:
  315. f2.write(f.read())
  316. with open("auth_serv/ec2-user.pem", "r") as f:
  317. with open("auth_serv/ec2-user.key", "r") as f2:
  318. with open(os.path.join(logdir, "suite_b.pem"), "w") as f3:
  319. f3.write(f.read())
  320. f3.write(f2.read())
  321. dev[0].flush_scan_cache()
  322. params = suite_b_as_params()
  323. params['ca_cert'] = 'auth_serv/ec2-ca.pem'
  324. params['server_cert'] = 'auth_serv/ec2-server.pem'
  325. params['private_key'] = 'auth_serv/ec2-server.key'
  326. params['openssl_ciphers'] = 'SUITEB192'
  327. hostapd.add_ap(apdev[1], params)
  328. params = { "ssid": "test-suite-b",
  329. "wpa": "2",
  330. "wpa_key_mgmt": "WPA-EAP-SUITE-B-192",
  331. "rsn_pairwise": "GCMP-256",
  332. "group_mgmt_cipher": "BIP-GMAC-256",
  333. "ieee80211w": "2",
  334. "ieee8021x": "1",
  335. 'auth_server_addr': "127.0.0.1",
  336. 'auth_server_port': "18129",
  337. 'auth_server_shared_secret': "radius",
  338. 'nas_identifier': "nas.w1.fi" }
  339. hapd = hostapd.add_ap(apdev[0], params)
  340. ifname = dev[0].ifname
  341. sigma = start_sigma_dut(ifname, cert_path=logdir)
  342. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,PMF" % ifname)
  343. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  344. sigma_dut_cmd_check("sta_set_security,type,eaptls,interface,%s,ssid,%s,PairwiseCipher,AES-GCMP-256,GroupCipher,AES-GCMP-256,GroupMgntCipher,BIP-GMAC-256,keymgmttype,SuiteB,PMF,Required,clientCertificate,suite_b.pem,trustedRootCA,suite_b_ca.pem,CertType,ECC" % (ifname, "test-suite-b"))
  345. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s,channel,1" % (ifname, "test-suite-b"))
  346. sigma_dut_wait_connected(ifname)
  347. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  348. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  349. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  350. stop_sigma_dut(sigma)
  351. def test_sigma_dut_suite_b_rsa(dev, apdev, params):
  352. """sigma_dut controlled STA Suite B (RSA)"""
  353. check_suite_b_192_capa(dev)
  354. logdir = params['logdir']
  355. with open("auth_serv/rsa3072-ca.pem", "r") as f:
  356. with open(os.path.join(logdir, "suite_b_ca_rsa.pem"), "w") as f2:
  357. f2.write(f.read())
  358. with open("auth_serv/rsa3072-user.pem", "r") as f:
  359. with open("auth_serv/rsa3072-user.key", "r") as f2:
  360. with open(os.path.join(logdir, "suite_b_rsa.pem"), "w") as f3:
  361. f3.write(f.read())
  362. f3.write(f2.read())
  363. dev[0].flush_scan_cache()
  364. params = suite_b_192_rsa_ap_params()
  365. hapd = hostapd.add_ap(apdev[0], params)
  366. ifname = dev[0].ifname
  367. sigma = start_sigma_dut(ifname, cert_path=logdir)
  368. cmd = "sta_set_security,type,eaptls,interface,%s,ssid,%s,PairwiseCipher,AES-GCMP-256,GroupCipher,AES-GCMP-256,GroupMgntCipher,BIP-GMAC-256,keymgmttype,SuiteB,PMF,Required,clientCertificate,suite_b_rsa.pem,trustedRootCA,suite_b_ca_rsa.pem,CertType,RSA" % (ifname, "test-suite-b")
  369. tests = [ "",
  370. ",TLSCipher,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
  371. ",TLSCipher,TLS_DHE_RSA_WITH_AES_256_GCM_SHA384" ]
  372. for extra in tests:
  373. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,PMF" % ifname)
  374. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  375. sigma_dut_cmd_check(cmd + extra)
  376. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s,channel,1" % (ifname, "test-suite-b"))
  377. sigma_dut_wait_connected(ifname)
  378. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  379. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  380. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  381. stop_sigma_dut(sigma)
  382. def test_sigma_dut_ap_suite_b(dev, apdev, params):
  383. """sigma_dut controlled AP Suite B"""
  384. check_suite_b_192_capa(dev)
  385. logdir = os.path.join(params['logdir'],
  386. "sigma_dut_ap_suite_b.sigma-hostapd")
  387. params = suite_b_as_params()
  388. params['ca_cert'] = 'auth_serv/ec2-ca.pem'
  389. params['server_cert'] = 'auth_serv/ec2-server.pem'
  390. params['private_key'] = 'auth_serv/ec2-server.key'
  391. params['openssl_ciphers'] = 'SUITEB192'
  392. hostapd.add_ap(apdev[1], params)
  393. with HWSimRadio() as (radio, iface):
  394. sigma = start_sigma_dut(iface, hostapd_logdir=logdir)
  395. try:
  396. sigma_dut_cmd_check("ap_reset_default")
  397. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-suite-b,MODE,11ng")
  398. sigma_dut_cmd_check("ap_set_radius,NAME,AP,IPADDR,127.0.0.1,PORT,18129,PASSWORD,radius")
  399. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,SuiteB,PMF,Required")
  400. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  401. dev[0].connect("test-suite-b", key_mgmt="WPA-EAP-SUITE-B-192",
  402. ieee80211w="2",
  403. openssl_ciphers="SUITEB192",
  404. eap="TLS", identity="tls user",
  405. ca_cert="auth_serv/ec2-ca.pem",
  406. client_cert="auth_serv/ec2-user.pem",
  407. private_key="auth_serv/ec2-user.key",
  408. pairwise="GCMP-256", group="GCMP-256",
  409. scan_freq="2412")
  410. sigma_dut_cmd_check("ap_reset_default")
  411. finally:
  412. stop_sigma_dut(sigma)
  413. def test_sigma_dut_ap_cipher_gcmp_128(dev, apdev, params):
  414. """sigma_dut controlled AP with GCMP-128/BIP-GMAC-128 cipher"""
  415. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-GCMP-128", "BIP-GMAC-128",
  416. "GCMP")
  417. def test_sigma_dut_ap_cipher_gcmp_256(dev, apdev, params):
  418. """sigma_dut controlled AP with GCMP-256/BIP-GMAC-256 cipher"""
  419. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-GCMP-256", "BIP-GMAC-256",
  420. "GCMP-256")
  421. def test_sigma_dut_ap_cipher_ccmp_128(dev, apdev, params):
  422. """sigma_dut controlled AP with CCMP-128/BIP-CMAC-128 cipher"""
  423. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-CCMP-128", "BIP-CMAC-128",
  424. "CCMP")
  425. def test_sigma_dut_ap_cipher_ccmp_256(dev, apdev, params):
  426. """sigma_dut controlled AP with CCMP-256/BIP-CMAC-256 cipher"""
  427. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-CCMP-256", "BIP-CMAC-256",
  428. "CCMP-256")
  429. def test_sigma_dut_ap_cipher_ccmp_gcmp_1(dev, apdev, params):
  430. """sigma_dut controlled AP with CCMP-128+GCMP-256 ciphers (1)"""
  431. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-CCMP-128 AES-GCMP-256",
  432. "BIP-GMAC-256", "CCMP")
  433. def test_sigma_dut_ap_cipher_ccmp_gcmp_2(dev, apdev, params):
  434. """sigma_dut controlled AP with CCMP-128+GCMP-256 ciphers (2)"""
  435. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-CCMP-128 AES-GCMP-256",
  436. "BIP-GMAC-256", "GCMP-256", "CCMP")
  437. def test_sigma_dut_ap_cipher_gcmp_256_group_ccmp(dev, apdev, params):
  438. """sigma_dut controlled AP with GCMP-256/CCMP/BIP-GMAC-256 cipher"""
  439. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-GCMP-256", "BIP-GMAC-256",
  440. "GCMP-256", "CCMP", "AES-CCMP-128")
  441. def run_sigma_dut_ap_cipher(dev, apdev, params, ap_pairwise, ap_group_mgmt,
  442. sta_cipher, sta_cipher_group=None, ap_group=None):
  443. check_suite_b_192_capa(dev)
  444. logdir = os.path.join(params['logdir'],
  445. "sigma_dut_ap_cipher.sigma-hostapd")
  446. params = suite_b_as_params()
  447. params['ca_cert'] = 'auth_serv/ec2-ca.pem'
  448. params['server_cert'] = 'auth_serv/ec2-server.pem'
  449. params['private_key'] = 'auth_serv/ec2-server.key'
  450. params['openssl_ciphers'] = 'SUITEB192'
  451. hostapd.add_ap(apdev[1], params)
  452. with HWSimRadio() as (radio, iface):
  453. sigma = start_sigma_dut(iface, hostapd_logdir=logdir)
  454. try:
  455. sigma_dut_cmd_check("ap_reset_default")
  456. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-suite-b,MODE,11ng")
  457. sigma_dut_cmd_check("ap_set_radius,NAME,AP,IPADDR,127.0.0.1,PORT,18129,PASSWORD,radius")
  458. cmd = "ap_set_security,NAME,AP,KEYMGNT,SuiteB,PMF,Required,PairwiseCipher,%s,GroupMgntCipher,%s" % (ap_pairwise, ap_group_mgmt)
  459. if ap_group:
  460. cmd += ",GroupCipher,%s" % ap_group
  461. sigma_dut_cmd_check(cmd)
  462. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  463. if sta_cipher_group is None:
  464. sta_cipher_group = sta_cipher
  465. dev[0].connect("test-suite-b", key_mgmt="WPA-EAP-SUITE-B-192",
  466. ieee80211w="2",
  467. openssl_ciphers="SUITEB192",
  468. eap="TLS", identity="tls user",
  469. ca_cert="auth_serv/ec2-ca.pem",
  470. client_cert="auth_serv/ec2-user.pem",
  471. private_key="auth_serv/ec2-user.key",
  472. pairwise=sta_cipher, group=sta_cipher_group,
  473. scan_freq="2412")
  474. sigma_dut_cmd_check("ap_reset_default")
  475. finally:
  476. stop_sigma_dut(sigma)
  477. def test_sigma_dut_ap_override_rsne(dev, apdev):
  478. """sigma_dut controlled AP overriding RSNE"""
  479. with HWSimRadio() as (radio, iface):
  480. sigma = start_sigma_dut(iface)
  481. try:
  482. sigma_dut_cmd_check("ap_reset_default")
  483. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-psk,MODE,11ng")
  484. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-PSK,PSK,12345678")
  485. sigma_dut_cmd_check("dev_configure_ie,NAME,AP,interface,%s,IE_Name,RSNE,Contents,30180100000fac040200ffffffff000fac040100000fac020c00" % iface)
  486. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  487. dev[0].connect("test-psk", psk="12345678", scan_freq="2412")
  488. sigma_dut_cmd_check("ap_reset_default")
  489. finally:
  490. stop_sigma_dut(sigma)
  491. def test_sigma_dut_ap_sae(dev, apdev):
  492. """sigma_dut controlled AP with SAE"""
  493. with HWSimRadio() as (radio, iface):
  494. sigma = start_sigma_dut(iface)
  495. try:
  496. sigma_dut_cmd_check("ap_reset_default")
  497. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-sae,MODE,11ng")
  498. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-SAE,PSK,12345678")
  499. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  500. dev[0].request("SET sae_groups ")
  501. dev[0].connect("test-sae", key_mgmt="SAE", psk="12345678",
  502. scan_freq="2412")
  503. if dev[0].get_status_field('sae_group') != '19':
  504. raise Exception("Expected default SAE group not used")
  505. sigma_dut_cmd_check("ap_reset_default")
  506. finally:
  507. stop_sigma_dut(sigma)
  508. def test_sigma_dut_ap_sae_password(dev, apdev):
  509. """sigma_dut controlled AP with SAE and long password"""
  510. with HWSimRadio() as (radio, iface):
  511. sigma = start_sigma_dut(iface)
  512. try:
  513. sigma_dut_cmd_check("ap_reset_default")
  514. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-sae,MODE,11ng")
  515. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-SAE,PSK," + 100*'C')
  516. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  517. dev[0].request("SET sae_groups ")
  518. dev[0].connect("test-sae", key_mgmt="SAE", sae_password=100*'C',
  519. scan_freq="2412")
  520. if dev[0].get_status_field('sae_group') != '19':
  521. raise Exception("Expected default SAE group not used")
  522. sigma_dut_cmd_check("ap_reset_default")
  523. finally:
  524. stop_sigma_dut(sigma)
  525. def test_sigma_dut_ap_sae_group(dev, apdev):
  526. """sigma_dut controlled AP with SAE and specific group"""
  527. with HWSimRadio() as (radio, iface):
  528. sigma = start_sigma_dut(iface)
  529. try:
  530. sigma_dut_cmd_check("ap_reset_default")
  531. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-sae,MODE,11ng")
  532. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-SAE,PSK,12345678,ECGroupID,20")
  533. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  534. dev[0].request("SET sae_groups ")
  535. dev[0].connect("test-sae", key_mgmt="SAE", psk="12345678",
  536. scan_freq="2412")
  537. if dev[0].get_status_field('sae_group') != '20':
  538. raise Exception("Expected SAE group not used")
  539. sigma_dut_cmd_check("ap_reset_default")
  540. finally:
  541. stop_sigma_dut(sigma)
  542. def test_sigma_dut_ap_psk_sae(dev, apdev):
  543. """sigma_dut controlled AP with PSK+SAE"""
  544. with HWSimRadio() as (radio, iface):
  545. sigma = start_sigma_dut(iface)
  546. try:
  547. sigma_dut_cmd_check("ap_reset_default")
  548. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-sae,MODE,11ng")
  549. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-PSK-SAE,PSK,12345678")
  550. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  551. dev[0].request("SET sae_groups ")
  552. dev[0].connect("test-sae", key_mgmt="SAE", psk="12345678",
  553. scan_freq="2412")
  554. dev[1].connect("test-sae", psk="12345678", scan_freq="2412")
  555. sigma_dut_cmd_check("ap_reset_default")
  556. finally:
  557. stop_sigma_dut(sigma)
  558. def test_sigma_dut_owe(dev, apdev):
  559. """sigma_dut controlled OWE station"""
  560. try:
  561. run_sigma_dut_owe(dev, apdev)
  562. finally:
  563. dev[0].set("ignore_old_scan_res", "0")
  564. def run_sigma_dut_owe(dev, apdev):
  565. if "OWE" not in dev[0].get_capability("key_mgmt"):
  566. raise HwsimSkip("OWE not supported")
  567. ifname = dev[0].ifname
  568. sigma = start_sigma_dut(ifname)
  569. try:
  570. params = { "ssid": "owe",
  571. "wpa": "2",
  572. "wpa_key_mgmt": "OWE",
  573. "rsn_pairwise": "CCMP" }
  574. hapd = hostapd.add_ap(apdev[0], params)
  575. bssid = hapd.own_addr()
  576. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,WPA3" % ifname)
  577. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  578. sigma_dut_cmd_check("sta_set_security,interface,%s,ssid,owe,Type,OWE" % ifname)
  579. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,owe,channel,1" % ifname)
  580. sigma_dut_wait_connected(ifname)
  581. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  582. dev[0].dump_monitor()
  583. sigma_dut_cmd("sta_reassoc,interface,%s,Channel,1,bssid,%s" % (ifname, bssid))
  584. dev[0].wait_connected()
  585. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  586. dev[0].wait_disconnected()
  587. dev[0].dump_monitor()
  588. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,WPA3" % ifname)
  589. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  590. sigma_dut_cmd_check("sta_set_security,interface,%s,ssid,owe,Type,OWE,ECGroupID,20" % ifname)
  591. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,owe,channel,1" % ifname)
  592. sigma_dut_wait_connected(ifname)
  593. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  594. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  595. dev[0].wait_disconnected()
  596. dev[0].dump_monitor()
  597. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,WPA3" % ifname)
  598. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  599. sigma_dut_cmd_check("sta_set_security,interface,%s,ssid,owe,Type,OWE,ECGroupID,0" % ifname)
  600. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,owe,channel,1" % ifname)
  601. ev = dev[0].wait_event(["CTRL-EVENT-ASSOC-REJECT"], timeout=10)
  602. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  603. if ev is None:
  604. raise Exception("Association not rejected")
  605. if "status_code=77" not in ev:
  606. raise Exception("Unexpected rejection reason: " + ev)
  607. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  608. finally:
  609. stop_sigma_dut(sigma)
  610. def test_sigma_dut_ap_owe(dev, apdev):
  611. """sigma_dut controlled AP with OWE"""
  612. if "OWE" not in dev[0].get_capability("key_mgmt"):
  613. raise HwsimSkip("OWE not supported")
  614. with HWSimRadio() as (radio, iface):
  615. sigma = start_sigma_dut(iface)
  616. try:
  617. sigma_dut_cmd_check("ap_reset_default,NAME,AP,Program,WPA3")
  618. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,owe,MODE,11ng")
  619. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,OWE")
  620. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  621. dev[0].connect("owe", key_mgmt="OWE", scan_freq="2412")
  622. sigma_dut_cmd_check("ap_reset_default")
  623. finally:
  624. stop_sigma_dut(sigma)
  625. def test_sigma_dut_ap_owe_ecgroupid(dev, apdev):
  626. """sigma_dut controlled AP with OWE and ECGroupID"""
  627. if "OWE" not in dev[0].get_capability("key_mgmt"):
  628. raise HwsimSkip("OWE not supported")
  629. with HWSimRadio() as (radio, iface):
  630. sigma = start_sigma_dut(iface)
  631. try:
  632. sigma_dut_cmd_check("ap_reset_default,NAME,AP,Program,WPA3")
  633. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,owe,MODE,11ng")
  634. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,OWE,ECGroupID,20 21,PMF,Required")
  635. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  636. dev[0].connect("owe", key_mgmt="OWE", ieee80211w="2",
  637. owe_group="20", scan_freq="2412")
  638. dev[0].request("REMOVE_NETWORK all")
  639. dev[0].wait_disconnected()
  640. dev[0].connect("owe", key_mgmt="OWE", ieee80211w="2",
  641. owe_group="21", scan_freq="2412")
  642. dev[0].request("REMOVE_NETWORK all")
  643. dev[0].wait_disconnected()
  644. dev[0].connect("owe", key_mgmt="OWE", ieee80211w="2",
  645. owe_group="19", scan_freq="2412", wait_connect=False)
  646. ev = dev[0].wait_event(["CTRL-EVENT-ASSOC-REJECT"], timeout=10)
  647. dev[0].request("DISCONNECT")
  648. if ev is None:
  649. raise Exception("Association not rejected")
  650. if "status_code=77" not in ev:
  651. raise Exception("Unexpected rejection reason: " + ev)
  652. dev[0].dump_monitor()
  653. sigma_dut_cmd_check("ap_reset_default")
  654. finally:
  655. stop_sigma_dut(sigma)
  656. def test_sigma_dut_ap_owe_transition_mode(dev, apdev, params):
  657. """sigma_dut controlled AP with OWE and transition mode"""
  658. if "OWE" not in dev[0].get_capability("key_mgmt"):
  659. raise HwsimSkip("OWE not supported")
  660. logdir = os.path.join(params['logdir'],
  661. "sigma_dut_ap_owe_transition_mode.sigma-hostapd")
  662. with HWSimRadio() as (radio, iface):
  663. sigma = start_sigma_dut(iface, hostapd_logdir=logdir)
  664. try:
  665. sigma_dut_cmd_check("ap_reset_default,NAME,AP,Program,WPA3")
  666. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,WLAN_TAG,1,CHANNEL,1,SSID,owe,MODE,11ng")
  667. sigma_dut_cmd_check("ap_set_security,NAME,AP,WLAN_TAG,1,KEYMGNT,OWE")
  668. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,WLAN_TAG,2,CHANNEL,1,SSID,owe,MODE,11ng")
  669. sigma_dut_cmd_check("ap_set_security,NAME,AP,WLAN_TAG,2,KEYMGNT,NONE")
  670. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  671. res1 = sigma_dut_cmd_check("ap_get_mac_address,NAME,AP,WLAN_TAG,1,Interface,24G")
  672. res2 = sigma_dut_cmd_check("ap_get_mac_address,NAME,AP,WLAN_TAG,2,Interface,24G")
  673. dev[0].connect("owe", key_mgmt="OWE", scan_freq="2412")
  674. dev[1].connect("owe", key_mgmt="NONE", scan_freq="2412")
  675. if dev[0].get_status_field('bssid') not in res1:
  676. raise Exception("Unexpected ap_get_mac_address WLAN_TAG,1: " + res1)
  677. if dev[1].get_status_field('bssid') not in res2:
  678. raise Exception("Unexpected ap_get_mac_address WLAN_TAG,2: " + res2)
  679. sigma_dut_cmd_check("ap_reset_default")
  680. finally:
  681. stop_sigma_dut(sigma)
  682. def dpp_init_enrollee(dev, id1):
  683. logger.info("Starting DPP initiator/enrollee in a thread")
  684. time.sleep(1)
  685. cmd = "DPP_AUTH_INIT peer=%d role=enrollee" % id1
  686. if "OK" not in dev.request(cmd):
  687. raise Exception("Failed to initiate DPP Authentication")
  688. ev = dev.wait_event(["DPP-CONF-RECEIVED"], timeout=5)
  689. if ev is None:
  690. raise Exception("DPP configuration not completed (Enrollee)")
  691. logger.info("DPP initiator/enrollee done")
  692. def test_sigma_dut_dpp_qr_resp_1(dev, apdev):
  693. """sigma_dut DPP/QR responder (conf index 1)"""
  694. run_sigma_dut_dpp_qr_resp(dev, apdev, 1)
  695. def test_sigma_dut_dpp_qr_resp_2(dev, apdev):
  696. """sigma_dut DPP/QR responder (conf index 2)"""
  697. run_sigma_dut_dpp_qr_resp(dev, apdev, 2)
  698. def test_sigma_dut_dpp_qr_resp_3(dev, apdev):
  699. """sigma_dut DPP/QR responder (conf index 3)"""
  700. run_sigma_dut_dpp_qr_resp(dev, apdev, 3)
  701. def test_sigma_dut_dpp_qr_resp_4(dev, apdev):
  702. """sigma_dut DPP/QR responder (conf index 4)"""
  703. run_sigma_dut_dpp_qr_resp(dev, apdev, 4)
  704. def test_sigma_dut_dpp_qr_resp_chan_list(dev, apdev):
  705. """sigma_dut DPP/QR responder (channel list override)"""
  706. run_sigma_dut_dpp_qr_resp(dev, apdev, 1, chan_list='81/2 81/6 81/1',
  707. listen_chan=2)
  708. def run_sigma_dut_dpp_qr_resp(dev, apdev, conf_idx, chan_list=None,
  709. listen_chan=None):
  710. check_dpp_capab(dev[0])
  711. check_dpp_capab(dev[1])
  712. sigma = start_sigma_dut(dev[0].ifname)
  713. try:
  714. cmd = "dev_exec_action,program,DPP,DPPActionType,GetLocalBootstrap,DPPCryptoIdentifier,P-256,DPPBS,QR"
  715. if chan_list:
  716. cmd += ",DPPChannelList," + chan_list
  717. res = sigma_dut_cmd(cmd)
  718. if "status,COMPLETE" not in res:
  719. raise Exception("dev_exec_action did not succeed: " + res)
  720. hex = res.split(',')[3]
  721. uri = hex.decode('hex')
  722. logger.info("URI from sigma_dut: " + uri)
  723. res = dev[1].request("DPP_QR_CODE " + uri)
  724. if "FAIL" in res:
  725. raise Exception("Failed to parse QR Code URI")
  726. id1 = int(res)
  727. t = threading.Thread(target=dpp_init_enrollee, args=(dev[1], id1))
  728. t.start()
  729. cmd = "dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Responder,DPPConfIndex,%d,DPPAuthDirection,Single,DPPProvisioningRole,Configurator,DPPConfigEnrolleeRole,STA,DPPSigningKeyECC,P-256,DPPConfigEnrolleeRole,STA,DPPBS,QR,DPPTimeout,6" % conf_idx
  730. if listen_chan:
  731. cmd += ",DPPListenChannel," + str(listen_chan)
  732. res = sigma_dut_cmd(cmd, timeout=10)
  733. t.join()
  734. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK" not in res:
  735. raise Exception("Unexpected result: " + res)
  736. finally:
  737. stop_sigma_dut(sigma)
  738. def test_sigma_dut_dpp_qr_init_enrollee(dev, apdev):
  739. """sigma_dut DPP/QR initiator as Enrollee"""
  740. check_dpp_capab(dev[0])
  741. check_dpp_capab(dev[1])
  742. csign = "30770201010420768240a3fc89d6662d9782f120527fe7fb9edc6366ab0b9c7dde96125cfd250fa00a06082a8648ce3d030107a144034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  743. csign_pub = "3059301306072a8648ce3d020106082a8648ce3d030107034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  744. ap_connector = "eyJ0eXAiOiJkcHBDb24iLCJraWQiOiJwYWtZbXVzd1dCdWpSYTl5OEsweDViaTVrT3VNT3dzZHRlaml2UG55ZHZzIiwiYWxnIjoiRVMyNTYifQ.eyJncm91cHMiOlt7Imdyb3VwSWQiOiIqIiwibmV0Um9sZSI6ImFwIn1dLCJuZXRBY2Nlc3NLZXkiOnsia3R5IjoiRUMiLCJjcnYiOiJQLTI1NiIsIngiOiIybU5vNXZuRkI5bEw3d1VWb1hJbGVPYzBNSEE1QXZKbnpwZXZULVVTYzVNIiwieSI6IlhzS3dqVHJlLTg5WWdpU3pKaG9CN1haeUttTU05OTl3V2ZaSVl0bi01Q3MifX0.XhjFpZgcSa7G2lHy0OCYTvaZFRo5Hyx6b7g7oYyusLC7C_73AJ4_BxEZQVYJXAtDuGvb3dXSkHEKxREP9Q6Qeg"
  745. ap_netaccesskey = "30770201010420ceba752db2ad5200fa7bc565b9c05c69b7eb006751b0b329b0279de1c19ca67ca00a06082a8648ce3d030107a14403420004da6368e6f9c507d94bef0515a1722578e73430703902f267ce97af4fe51273935ec2b08d3adefbcf588224b3261a01ed76722a630cf7df7059f64862d9fee42b"
  746. params = { "ssid": "DPPNET01",
  747. "wpa": "2",
  748. "wpa_key_mgmt": "DPP",
  749. "rsn_pairwise": "CCMP",
  750. "dpp_connector": ap_connector,
  751. "dpp_csign": csign_pub,
  752. "dpp_netaccesskey": ap_netaccesskey }
  753. try:
  754. hapd = hostapd.add_ap(apdev[0], params)
  755. except:
  756. raise HwsimSkip("DPP not supported")
  757. sigma = start_sigma_dut(dev[0].ifname)
  758. try:
  759. dev[0].set("dpp_config_processing", "2")
  760. cmd = "DPP_CONFIGURATOR_ADD key=" + csign
  761. res = dev[1].request(cmd);
  762. if "FAIL" in res:
  763. raise Exception("Failed to add configurator")
  764. conf_id = int(res)
  765. addr = dev[1].own_addr().replace(':', '')
  766. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  767. res = dev[1].request(cmd)
  768. if "FAIL" in res:
  769. raise Exception("Failed to generate bootstrapping info")
  770. id0 = int(res)
  771. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  772. dev[1].set("dpp_configurator_params",
  773. " conf=sta-dpp ssid=%s configurator=%d" % ("DPPNET01".encode("hex"), conf_id));
  774. cmd = "DPP_LISTEN 2437 role=configurator"
  775. if "OK" not in dev[1].request(cmd):
  776. raise Exception("Failed to start listen operation")
  777. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  778. if "status,COMPLETE" not in res:
  779. raise Exception("dev_exec_action did not succeed: " + res)
  780. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Single,DPPProvisioningRole,Enrollee,DPPBS,QR,DPPTimeout,6,DPPWaitForConnect,Yes", timeout=10)
  781. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK,NetworkIntroResult,OK,NetworkConnectResult,OK" not in res:
  782. raise Exception("Unexpected result: " + res)
  783. finally:
  784. dev[0].set("dpp_config_processing", "0")
  785. stop_sigma_dut(sigma)
  786. def test_sigma_dut_dpp_qr_mutual_init_enrollee(dev, apdev):
  787. """sigma_dut DPP/QR (mutual) initiator as Enrollee"""
  788. check_dpp_capab(dev[0])
  789. check_dpp_capab(dev[1])
  790. csign = "30770201010420768240a3fc89d6662d9782f120527fe7fb9edc6366ab0b9c7dde96125cfd250fa00a06082a8648ce3d030107a144034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  791. csign_pub = "3059301306072a8648ce3d020106082a8648ce3d030107034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  792. ap_connector = "eyJ0eXAiOiJkcHBDb24iLCJraWQiOiJwYWtZbXVzd1dCdWpSYTl5OEsweDViaTVrT3VNT3dzZHRlaml2UG55ZHZzIiwiYWxnIjoiRVMyNTYifQ.eyJncm91cHMiOlt7Imdyb3VwSWQiOiIqIiwibmV0Um9sZSI6ImFwIn1dLCJuZXRBY2Nlc3NLZXkiOnsia3R5IjoiRUMiLCJjcnYiOiJQLTI1NiIsIngiOiIybU5vNXZuRkI5bEw3d1VWb1hJbGVPYzBNSEE1QXZKbnpwZXZULVVTYzVNIiwieSI6IlhzS3dqVHJlLTg5WWdpU3pKaG9CN1haeUttTU05OTl3V2ZaSVl0bi01Q3MifX0.XhjFpZgcSa7G2lHy0OCYTvaZFRo5Hyx6b7g7oYyusLC7C_73AJ4_BxEZQVYJXAtDuGvb3dXSkHEKxREP9Q6Qeg"
  793. ap_netaccesskey = "30770201010420ceba752db2ad5200fa7bc565b9c05c69b7eb006751b0b329b0279de1c19ca67ca00a06082a8648ce3d030107a14403420004da6368e6f9c507d94bef0515a1722578e73430703902f267ce97af4fe51273935ec2b08d3adefbcf588224b3261a01ed76722a630cf7df7059f64862d9fee42b"
  794. params = { "ssid": "DPPNET01",
  795. "wpa": "2",
  796. "wpa_key_mgmt": "DPP",
  797. "rsn_pairwise": "CCMP",
  798. "dpp_connector": ap_connector,
  799. "dpp_csign": csign_pub,
  800. "dpp_netaccesskey": ap_netaccesskey }
  801. try:
  802. hapd = hostapd.add_ap(apdev[0], params)
  803. except:
  804. raise HwsimSkip("DPP not supported")
  805. sigma = start_sigma_dut(dev[0].ifname)
  806. try:
  807. dev[0].set("dpp_config_processing", "2")
  808. cmd = "DPP_CONFIGURATOR_ADD key=" + csign
  809. res = dev[1].request(cmd);
  810. if "FAIL" in res:
  811. raise Exception("Failed to add configurator")
  812. conf_id = int(res)
  813. addr = dev[1].own_addr().replace(':', '')
  814. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  815. res = dev[1].request(cmd)
  816. if "FAIL" in res:
  817. raise Exception("Failed to generate bootstrapping info")
  818. id0 = int(res)
  819. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  820. dev[1].set("dpp_configurator_params",
  821. " conf=sta-dpp ssid=%s configurator=%d" % ("DPPNET01".encode("hex"), conf_id));
  822. cmd = "DPP_LISTEN 2437 role=configurator qr=mutual"
  823. if "OK" not in dev[1].request(cmd):
  824. raise Exception("Failed to start listen operation")
  825. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,GetLocalBootstrap,DPPCryptoIdentifier,P-256,DPPBS,QR")
  826. if "status,COMPLETE" not in res:
  827. raise Exception("dev_exec_action did not succeed: " + res)
  828. hex = res.split(',')[3]
  829. uri = hex.decode('hex')
  830. logger.info("URI from sigma_dut: " + uri)
  831. res = dev[1].request("DPP_QR_CODE " + uri)
  832. if "FAIL" in res:
  833. raise Exception("Failed to parse QR Code URI")
  834. id1 = int(res)
  835. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  836. if "status,COMPLETE" not in res:
  837. raise Exception("dev_exec_action did not succeed: " + res)
  838. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Mutual,DPPProvisioningRole,Enrollee,DPPBS,QR,DPPTimeout,6,DPPWaitForConnect,Yes", timeout=10)
  839. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK,NetworkIntroResult,OK,NetworkConnectResult,OK" not in res:
  840. raise Exception("Unexpected result: " + res)
  841. finally:
  842. dev[0].set("dpp_config_processing", "0")
  843. stop_sigma_dut(sigma)
  844. def dpp_init_conf_mutual(dev, id1, conf_id, own_id=None):
  845. time.sleep(1)
  846. logger.info("Starting DPP initiator/configurator in a thread")
  847. cmd = "DPP_AUTH_INIT peer=%d conf=sta-dpp ssid=%s configurator=%d" % (id1, "DPPNET01".encode("hex"), conf_id)
  848. if own_id is not None:
  849. cmd += " own=%d" % own_id
  850. if "OK" not in dev.request(cmd):
  851. raise Exception("Failed to initiate DPP Authentication")
  852. ev = dev.wait_event(["DPP-CONF-SENT"], timeout=10)
  853. if ev is None:
  854. raise Exception("DPP configuration not completed (Configurator)")
  855. logger.info("DPP initiator/configurator done")
  856. def test_sigma_dut_dpp_qr_mutual_resp_enrollee(dev, apdev):
  857. """sigma_dut DPP/QR (mutual) responder as Enrollee"""
  858. run_sigma_dut_dpp_qr_mutual_resp_enrollee(dev, apdev)
  859. def test_sigma_dut_dpp_qr_mutual_resp_enrollee_pending(dev, apdev):
  860. """sigma_dut DPP/QR (mutual) responder as Enrollee (response pending)"""
  861. run_sigma_dut_dpp_qr_mutual_resp_enrollee(dev, apdev, ',DPPDelayQRResponse,1')
  862. def run_sigma_dut_dpp_qr_mutual_resp_enrollee(dev, apdev, extra=None):
  863. check_dpp_capab(dev[0])
  864. check_dpp_capab(dev[1])
  865. csign = "30770201010420768240a3fc89d6662d9782f120527fe7fb9edc6366ab0b9c7dde96125cfd250fa00a06082a8648ce3d030107a144034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  866. csign_pub = "3059301306072a8648ce3d020106082a8648ce3d030107034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  867. ap_connector = "eyJ0eXAiOiJkcHBDb24iLCJraWQiOiJwYWtZbXVzd1dCdWpSYTl5OEsweDViaTVrT3VNT3dzZHRlaml2UG55ZHZzIiwiYWxnIjoiRVMyNTYifQ.eyJncm91cHMiOlt7Imdyb3VwSWQiOiIqIiwibmV0Um9sZSI6ImFwIn1dLCJuZXRBY2Nlc3NLZXkiOnsia3R5IjoiRUMiLCJjcnYiOiJQLTI1NiIsIngiOiIybU5vNXZuRkI5bEw3d1VWb1hJbGVPYzBNSEE1QXZKbnpwZXZULVVTYzVNIiwieSI6IlhzS3dqVHJlLTg5WWdpU3pKaG9CN1haeUttTU05OTl3V2ZaSVl0bi01Q3MifX0.XhjFpZgcSa7G2lHy0OCYTvaZFRo5Hyx6b7g7oYyusLC7C_73AJ4_BxEZQVYJXAtDuGvb3dXSkHEKxREP9Q6Qeg"
  868. ap_netaccesskey = "30770201010420ceba752db2ad5200fa7bc565b9c05c69b7eb006751b0b329b0279de1c19ca67ca00a06082a8648ce3d030107a14403420004da6368e6f9c507d94bef0515a1722578e73430703902f267ce97af4fe51273935ec2b08d3adefbcf588224b3261a01ed76722a630cf7df7059f64862d9fee42b"
  869. params = { "ssid": "DPPNET01",
  870. "wpa": "2",
  871. "wpa_key_mgmt": "DPP",
  872. "rsn_pairwise": "CCMP",
  873. "dpp_connector": ap_connector,
  874. "dpp_csign": csign_pub,
  875. "dpp_netaccesskey": ap_netaccesskey }
  876. try:
  877. hapd = hostapd.add_ap(apdev[0], params)
  878. except:
  879. raise HwsimSkip("DPP not supported")
  880. sigma = start_sigma_dut(dev[0].ifname)
  881. try:
  882. dev[0].set("dpp_config_processing", "2")
  883. cmd = "DPP_CONFIGURATOR_ADD key=" + csign
  884. res = dev[1].request(cmd);
  885. if "FAIL" in res:
  886. raise Exception("Failed to add configurator")
  887. conf_id = int(res)
  888. addr = dev[1].own_addr().replace(':', '')
  889. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  890. res = dev[1].request(cmd)
  891. if "FAIL" in res:
  892. raise Exception("Failed to generate bootstrapping info")
  893. id0 = int(res)
  894. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  895. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,GetLocalBootstrap,DPPCryptoIdentifier,P-256,DPPBS,QR")
  896. if "status,COMPLETE" not in res:
  897. raise Exception("dev_exec_action did not succeed: " + res)
  898. hex = res.split(',')[3]
  899. uri = hex.decode('hex')
  900. logger.info("URI from sigma_dut: " + uri)
  901. res = dev[1].request("DPP_QR_CODE " + uri)
  902. if "FAIL" in res:
  903. raise Exception("Failed to parse QR Code URI")
  904. id1 = int(res)
  905. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  906. if "status,COMPLETE" not in res:
  907. raise Exception("dev_exec_action did not succeed: " + res)
  908. t = threading.Thread(target=dpp_init_conf_mutual,
  909. args=(dev[1], id1, conf_id, id0))
  910. t.start()
  911. cmd = "dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Responder,DPPAuthDirection,Mutual,DPPProvisioningRole,Enrollee,DPPBS,QR,DPPTimeout,20,DPPWaitForConnect,Yes"
  912. if extra:
  913. cmd += extra
  914. res = sigma_dut_cmd(cmd, timeout=25)
  915. t.join()
  916. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK,NetworkIntroResult,OK,NetworkConnectResult,OK" not in res:
  917. raise Exception("Unexpected result: " + res)
  918. finally:
  919. dev[0].set("dpp_config_processing", "0")
  920. stop_sigma_dut(sigma)
  921. def test_sigma_dut_dpp_qr_init_enrollee_psk(dev, apdev):
  922. """sigma_dut DPP/QR initiator as Enrollee (PSK)"""
  923. check_dpp_capab(dev[0])
  924. check_dpp_capab(dev[1])
  925. params = hostapd.wpa2_params(ssid="DPPNET01",
  926. passphrase="ThisIsDppPassphrase")
  927. hapd = hostapd.add_ap(apdev[0], params)
  928. sigma = start_sigma_dut(dev[0].ifname)
  929. try:
  930. dev[0].set("dpp_config_processing", "2")
  931. cmd = "DPP_CONFIGURATOR_ADD"
  932. res = dev[1].request(cmd);
  933. if "FAIL" in res:
  934. raise Exception("Failed to add configurator")
  935. conf_id = int(res)
  936. addr = dev[1].own_addr().replace(':', '')
  937. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  938. res = dev[1].request(cmd)
  939. if "FAIL" in res:
  940. raise Exception("Failed to generate bootstrapping info")
  941. id0 = int(res)
  942. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  943. dev[1].set("dpp_configurator_params",
  944. " conf=sta-psk ssid=%s pass=%s configurator=%d" % ("DPPNET01".encode("hex"), "ThisIsDppPassphrase".encode("hex"), conf_id));
  945. cmd = "DPP_LISTEN 2437 role=configurator"
  946. if "OK" not in dev[1].request(cmd):
  947. raise Exception("Failed to start listen operation")
  948. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  949. if "status,COMPLETE" not in res:
  950. raise Exception("dev_exec_action did not succeed: " + res)
  951. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Single,DPPProvisioningRole,Enrollee,DPPBS,QR,DPPTimeout,6,DPPWaitForConnect,Yes", timeout=10)
  952. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK,NetworkConnectResult,OK" not in res:
  953. raise Exception("Unexpected result: " + res)
  954. finally:
  955. dev[0].set("dpp_config_processing", "0")
  956. stop_sigma_dut(sigma)
  957. def test_sigma_dut_dpp_qr_init_configurator_1(dev, apdev):
  958. """sigma_dut DPP/QR initiator as Configurator (conf index 1)"""
  959. run_sigma_dut_dpp_qr_init_configurator(dev, apdev, 1)
  960. def test_sigma_dut_dpp_qr_init_configurator_2(dev, apdev):
  961. """sigma_dut DPP/QR initiator as Configurator (conf index 2)"""
  962. run_sigma_dut_dpp_qr_init_configurator(dev, apdev, 2)
  963. def test_sigma_dut_dpp_qr_init_configurator_3(dev, apdev):
  964. """sigma_dut DPP/QR initiator as Configurator (conf index 3)"""
  965. run_sigma_dut_dpp_qr_init_configurator(dev, apdev, 3)
  966. def test_sigma_dut_dpp_qr_init_configurator_4(dev, apdev):
  967. """sigma_dut DPP/QR initiator as Configurator (conf index 4)"""
  968. run_sigma_dut_dpp_qr_init_configurator(dev, apdev, 4)
  969. def run_sigma_dut_dpp_qr_init_configurator(dev, apdev, conf_idx):
  970. check_dpp_capab(dev[0])
  971. check_dpp_capab(dev[1])
  972. sigma = start_sigma_dut(dev[0].ifname)
  973. try:
  974. addr = dev[1].own_addr().replace(':', '')
  975. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  976. res = dev[1].request(cmd)
  977. if "FAIL" in res:
  978. raise Exception("Failed to generate bootstrapping info")
  979. id0 = int(res)
  980. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  981. cmd = "DPP_LISTEN 2437 role=enrollee"
  982. if "OK" not in dev[1].request(cmd):
  983. raise Exception("Failed to start listen operation")
  984. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  985. if "status,COMPLETE" not in res:
  986. raise Exception("dev_exec_action did not succeed: " + res)
  987. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Single,DPPProvisioningRole,Configurator,DPPConfIndex,%d,DPPSigningKeyECC,P-256,DPPConfigEnrolleeRole,STA,DPPBS,QR,DPPTimeout,6" % conf_idx)
  988. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK" not in res:
  989. raise Exception("Unexpected result: " + res)
  990. finally:
  991. stop_sigma_dut(sigma)
  992. def test_sigma_dut_dpp_pkex_init_configurator(dev, apdev):
  993. """sigma_dut DPP/PKEX initiator as Configurator"""
  994. check_dpp_capab(dev[0])
  995. check_dpp_capab(dev[1])
  996. sigma = start_sigma_dut(dev[0].ifname)
  997. try:
  998. cmd = "DPP_BOOTSTRAP_GEN type=pkex"
  999. res = dev[1].request(cmd)
  1000. if "FAIL" in res:
  1001. raise Exception("Failed to generate bootstrapping info")
  1002. id1 = int(res)
  1003. cmd = "DPP_PKEX_ADD own=%d identifier=test code=secret" % (id1)
  1004. res = dev[1].request(cmd)
  1005. if "FAIL" in res:
  1006. raise Exception("Failed to set PKEX data (responder)")
  1007. cmd = "DPP_LISTEN 2437 role=enrollee"
  1008. if "OK" not in dev[1].request(cmd):
  1009. raise Exception("Failed to start listen operation")
  1010. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Mutual,DPPProvisioningRole,Configurator,DPPConfIndex,1,DPPSigningKeyECC,P-256,DPPConfigEnrolleeRole,STA,DPPBS,PKEX,DPPPKEXCodeIdentifier,test,DPPPKEXCode,secret,DPPTimeout,6")
  1011. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK" not in res:
  1012. raise Exception("Unexpected result: " + res)
  1013. finally:
  1014. stop_sigma_dut(sigma)
  1015. def dpp_init_conf(dev, id1, conf, conf_id, extra):
  1016. logger.info("Starting DPP initiator/configurator in a thread")
  1017. cmd = "DPP_AUTH_INIT peer=%d conf=%s %s configurator=%d" % (id1, conf, extra, conf_id)
  1018. if "OK" not in dev.request(cmd):
  1019. raise Exception("Failed to initiate DPP Authentication")
  1020. ev = dev.wait_event(["DPP-CONF-SENT"], timeout=5)
  1021. if ev is None:
  1022. raise Exception("DPP configuration not completed (Configurator)")
  1023. logger.info("DPP initiator/configurator done")
  1024. def test_sigma_dut_ap_dpp_qr(dev, apdev, params):
  1025. """sigma_dut controlled AP (DPP)"""
  1026. run_sigma_dut_ap_dpp_qr(dev, apdev, params, "ap-dpp", "sta-dpp")
  1027. def test_sigma_dut_ap_dpp_qr_legacy(dev, apdev, params):
  1028. """sigma_dut controlled AP (legacy)"""
  1029. run_sigma_dut_ap_dpp_qr(dev, apdev, params, "ap-psk", "sta-psk",
  1030. extra="pass=%s" % "qwertyuiop".encode("hex"))
  1031. def test_sigma_dut_ap_dpp_qr_legacy_psk(dev, apdev, params):
  1032. """sigma_dut controlled AP (legacy)"""
  1033. run_sigma_dut_ap_dpp_qr(dev, apdev, params, "ap-psk", "sta-psk",
  1034. extra="psk=%s" % (32*"12"))
  1035. def run_sigma_dut_ap_dpp_qr(dev, apdev, params, ap_conf, sta_conf, extra=""):
  1036. logdir = os.path.join(params['logdir'], "sigma_dut_ap_dpp_qr.sigma-hostapd")
  1037. with HWSimRadio() as (radio, iface):
  1038. sigma = start_sigma_dut(iface, hostapd_logdir=logdir)
  1039. try:
  1040. sigma_dut_cmd_check("ap_reset_default,program,DPP")
  1041. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,GetLocalBootstrap,DPPCryptoIdentifier,P-256,DPPBS,QR")
  1042. if "status,COMPLETE" not in res:
  1043. raise Exception("dev_exec_action did not succeed: " + res)
  1044. hex = res.split(',')[3]
  1045. uri = hex.decode('hex')
  1046. logger.info("URI from sigma_dut: " + uri)
  1047. cmd = "DPP_CONFIGURATOR_ADD"
  1048. res = dev[0].request(cmd);
  1049. if "FAIL" in res:
  1050. raise Exception("Failed to add configurator")
  1051. conf_id = int(res)
  1052. res = dev[0].request("DPP_QR_CODE " + uri)
  1053. if "FAIL" in res:
  1054. raise Exception("Failed to parse QR Code URI")
  1055. id1 = int(res)
  1056. t = threading.Thread(target=dpp_init_conf,
  1057. args=(dev[0], id1, ap_conf, conf_id, extra))
  1058. t.start()
  1059. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Responder,DPPAuthDirection,Single,DPPProvisioningRole,Enrollee,DPPBS,QR,DPPTimeout,6")
  1060. t.join()
  1061. if "ConfResult,OK" not in res:
  1062. raise Exception("Unexpected result: " + res)
  1063. addr = dev[1].own_addr().replace(':', '')
  1064. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/1 mac=" + addr
  1065. res = dev[1].request(cmd)
  1066. if "FAIL" in res:
  1067. raise Exception("Failed to generate bootstrapping info")
  1068. id1 = int(res)
  1069. uri1 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id1)
  1070. res = dev[0].request("DPP_QR_CODE " + uri1)
  1071. if "FAIL" in res:
  1072. raise Exception("Failed to parse QR Code URI")
  1073. id0b = int(res)
  1074. dev[1].set("dpp_config_processing", "2")
  1075. cmd = "DPP_LISTEN 2412"
  1076. if "OK" not in dev[1].request(cmd):
  1077. raise Exception("Failed to start listen operation")
  1078. cmd = "DPP_AUTH_INIT peer=%d conf=%s %s configurator=%d" % (id0b, sta_conf, extra, conf_id)
  1079. if "OK" not in dev[0].request(cmd):
  1080. raise Exception("Failed to initiate DPP Authentication")
  1081. dev[1].wait_connected()
  1082. sigma_dut_cmd_check("ap_reset_default")
  1083. finally:
  1084. dev[1].set("dpp_config_processing", "0")
  1085. stop_sigma_dut(sigma)
  1086. def test_sigma_dut_ap_dpp_pkex_responder(dev, apdev, params):
  1087. """sigma_dut controlled AP as DPP PKEX responder"""
  1088. logdir = os.path.join(params['logdir'],
  1089. "sigma_dut_ap_dpp_pkex_responder.sigma-hostapd")
  1090. with HWSimRadio() as (radio, iface):
  1091. sigma = start_sigma_dut(iface, hostapd_logdir=logdir)
  1092. try:
  1093. run_sigma_dut_ap_dpp_pkex_responder(dev, apdev)
  1094. finally:
  1095. stop_sigma_dut(sigma)
  1096. def dpp_init_conf_pkex(dev, conf_id):
  1097. logger.info("Starting DPP PKEX initiator/configurator in a thread")
  1098. time.sleep(1.5)
  1099. cmd = "DPP_BOOTSTRAP_GEN type=pkex"
  1100. res = dev.request(cmd)
  1101. if "FAIL" in res:
  1102. raise Exception("Failed to generate bootstrapping info")
  1103. id = int(res)
  1104. cmd = "DPP_PKEX_ADD own=%d init=1 conf=ap-dpp configurator=%d code=password" % (id, conf_id)
  1105. res = dev.request(cmd)
  1106. if "FAIL" in res:
  1107. raise Exception("Failed to initiate DPP PKEX")
  1108. ev = dev.wait_event(["DPP-CONF-SENT"], timeout=5)
  1109. if ev is None:
  1110. raise Exception("DPP configuration not completed (Configurator)")
  1111. logger.info("DPP initiator/configurator done")
  1112. def run_sigma_dut_ap_dpp_pkex_responder(dev, apdev):
  1113. sigma_dut_cmd_check("ap_reset_default,program,DPP")
  1114. cmd = "DPP_CONFIGURATOR_ADD"
  1115. res = dev[0].request(cmd);
  1116. if "FAIL" in res:
  1117. raise Exception("Failed to add configurator")
  1118. conf_id = int(res)
  1119. t = threading.Thread(target=dpp_init_conf_pkex, args=(dev[0], conf_id))
  1120. t.start()
  1121. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Responder,DPPAuthDirection,Mutual,DPPProvisioningRole,Enrollee,DPPBS,PKEX,DPPPKEXCode,password,DPPTimeout,6", timeout=10)
  1122. t.join()
  1123. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK" not in res:
  1124. raise Exception("Unexpected result: " + res)
  1125. sigma_dut_cmd_check("ap_reset_default")
  1126. def dpp_proto_init(dev, id1):
  1127. time.sleep(1)
  1128. logger.info("Starting DPP initiator/configurator in a thread")
  1129. cmd = "DPP_CONFIGURATOR_ADD"
  1130. res = dev.request(cmd);
  1131. if "FAIL" in res:
  1132. raise Exception("Failed to add configurator")
  1133. conf_id = int(res)
  1134. cmd = "DPP_AUTH_INIT peer=%d conf=sta-dpp configurator=%d" % (id1, conf_id)
  1135. if "OK" not in dev.request(cmd):
  1136. raise Exception("Failed to initiate DPP Authentication")
  1137. def test_sigma_dut_dpp_proto_initiator(dev, apdev):
  1138. """sigma_dut DPP protocol testing - Initiator"""
  1139. check_dpp_capab(dev[0])
  1140. check_dpp_capab(dev[1])
  1141. tests = [ ("InvalidValue", "AuthenticationRequest", "WrappedData",
  1142. "BootstrapResult,OK,AuthResult,Errorsent",
  1143. None),
  1144. ("InvalidValue", "AuthenticationConfirm", "WrappedData",
  1145. "BootstrapResult,OK,AuthResult,Errorsent",
  1146. None),
  1147. ("MissingAttribute", "AuthenticationRequest", "InitCapabilities",
  1148. "BootstrapResult,OK,AuthResult,Errorsent",
  1149. "Missing or invalid I-capabilities"),
  1150. ("InvalidValue", "AuthenticationConfirm", "InitAuthTag",
  1151. "BootstrapResult,OK,AuthResult,Errorsent",
  1152. "Mismatching Initiator Authenticating Tag"),
  1153. ("MissingAttribute", "ConfigurationResponse", "EnrolleeNonce",
  1154. "BootstrapResult,OK,AuthResult,OK,ConfResult,Errorsent",
  1155. "Missing or invalid Enrollee Nonce attribute") ]
  1156. for step, frame, attr, result, fail in tests:
  1157. dev[0].request("FLUSH")
  1158. dev[1].request("FLUSH")
  1159. sigma = start_sigma_dut(dev[0].ifname)
  1160. try:
  1161. run_sigma_dut_dpp_proto_initiator(dev, step, frame, attr, result,
  1162. fail)
  1163. finally:
  1164. stop_sigma_dut(sigma)
  1165. def run_sigma_dut_dpp_proto_initiator(dev, step, frame, attr, result, fail):
  1166. addr = dev[1].own_addr().replace(':', '')
  1167. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  1168. res = dev[1].request(cmd)
  1169. if "FAIL" in res:
  1170. raise Exception("Failed to generate bootstrapping info")
  1171. id0 = int(res)
  1172. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  1173. cmd = "DPP_LISTEN 2437 role=enrollee"
  1174. if "OK" not in dev[1].request(cmd):
  1175. raise Exception("Failed to start listen operation")
  1176. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  1177. if "status,COMPLETE" not in res:
  1178. raise Exception("dev_exec_action did not succeed: " + res)
  1179. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Single,DPPProvisioningRole,Configurator,DPPConfIndex,1,DPPSigningKeyECC,P-256,DPPConfigEnrolleeRole,STA,DPPBS,QR,DPPTimeout,6,DPPStep,%s,DPPFrameType,%s,DPPIEAttribute,%s" % (step, frame, attr))
  1180. if result not in res:
  1181. raise Exception("Unexpected result: " + res)
  1182. if fail:
  1183. ev = dev[1].wait_event(["DPP-FAIL"], timeout=5)
  1184. if ev is None or fail not in ev:
  1185. raise Exception("Failure not reported correctly: " + str(ev))
  1186. dev[1].request("DPP_STOP_LISTEN")
  1187. dev[0].dump_monitor()
  1188. dev[1].dump_monitor()
  1189. def test_sigma_dut_dpp_proto_responder(dev, apdev):
  1190. """sigma_dut DPP protocol testing - Responder"""
  1191. check_dpp_capab(dev[0])
  1192. check_dpp_capab(dev[1])
  1193. tests = [ ("MissingAttribute", "AuthenticationResponse", "DPPStatus",
  1194. "BootstrapResult,OK,AuthResult,Errorsent",
  1195. "Missing or invalid required DPP Status attribute"),
  1196. ("MissingAttribute", "ConfigurationRequest", "EnrolleeNonce",
  1197. "BootstrapResult,OK,AuthResult,OK,ConfResult,Errorsent",
  1198. "Missing or invalid Enrollee Nonce attribute") ]
  1199. for step, frame, attr, result, fail in tests:
  1200. dev[0].request("FLUSH")
  1201. dev[1].request("FLUSH")
  1202. sigma = start_sigma_dut(dev[0].ifname)
  1203. try:
  1204. run_sigma_dut_dpp_proto_responder(dev, step, frame, attr, result,
  1205. fail)
  1206. finally:
  1207. stop_sigma_dut(sigma)
  1208. def run_sigma_dut_dpp_proto_responder(dev, step, frame, attr, result, fail):
  1209. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,GetLocalBootstrap,DPPCryptoIdentifier,P-256,DPPBS,QR")
  1210. if "status,COMPLETE" not in res:
  1211. raise Exception("dev_exec_action did not succeed: " + res)
  1212. hex = res.split(',')[3]
  1213. uri = hex.decode('hex')
  1214. logger.info("URI from sigma_dut: " + uri)
  1215. res = dev[1].request("DPP_QR_CODE " + uri)
  1216. if "FAIL" in res:
  1217. raise Exception("Failed to parse QR Code URI")
  1218. id1 = int(res)
  1219. t = threading.Thread(target=dpp_proto_init, args=(dev[1], id1))
  1220. t.start()
  1221. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Responder,DPPAuthDirection,Single,DPPProvisioningRole,Enrollee,DPPConfIndex,1,DPPSigningKeyECC,P-256,DPPConfigEnrolleeRole,STA,DPPBS,QR,DPPTimeout,6,DPPStep,%s,DPPFrameType,%s,DPPIEAttribute,%s" % (step, frame, attr), timeout=10)
  1222. t.join()
  1223. if result not in res:
  1224. raise Exception("Unexpected result: " + res)
  1225. if fail:
  1226. ev = dev[1].wait_event(["DPP-FAIL"], timeout=5)
  1227. if ev is None or fail not in ev:
  1228. raise Exception("Failure not reported correctly:" + str(ev))
  1229. dev[1].request("DPP_STOP_LISTEN")
  1230. dev[0].dump_monitor()
  1231. dev[1].dump_monitor()
  1232. def dpp_proto_init_pkex(dev):
  1233. time.sleep(1)
  1234. logger.info("Starting DPP PKEX initiator/configurator in a thread")
  1235. cmd = "DPP_CONFIGURATOR_ADD"
  1236. res = dev.request(cmd);
  1237. if "FAIL" in res:
  1238. raise Exception("Failed to add configurator")
  1239. conf_id = int(res)
  1240. cmd = "DPP_BOOTSTRAP_GEN type=pkex"
  1241. res = dev.request(cmd)
  1242. if "FAIL" in res:
  1243. raise Exception("Failed to generate bootstrapping info")
  1244. id = int(res)
  1245. cmd = "DPP_PKEX_ADD own=%d init=1 conf=sta-dpp configurator=%d code=secret" % (id, conf_id)
  1246. if "FAIL" in dev.request(cmd):
  1247. raise Exception("Failed to initiate DPP PKEX")
  1248. def test_sigma_dut_dpp_proto_initiator_pkex(dev, apdev):
  1249. """sigma_dut DPP protocol testing - Initiator (PKEX)"""
  1250. check_dpp_capab(dev[0])
  1251. check_dpp_capab(dev[1])
  1252. tests = [ ("InvalidValue", "PKEXCRRequest", "WrappedData",
  1253. "BootstrapResult,Errorsent",
  1254. None),
  1255. ("MissingAttribute", "PKEXExchangeRequest", "FiniteCyclicGroup",
  1256. "BootstrapResult,Errorsent",
  1257. "Missing or invalid Finite Cyclic Group attribute"),
  1258. ("MissingAttribute", "PKEXCRRequest", "BSKey",
  1259. "BootstrapResult,Errorsent",
  1260. "No valid peer bootstrapping key found") ]
  1261. for step, frame, attr, result, fail in tests:
  1262. dev[0].request("FLUSH")
  1263. dev[1].request("FLUSH")
  1264. sigma = start_sigma_dut(dev[0].ifname)
  1265. try:
  1266. run_sigma_dut_dpp_proto_initiator_pkex(dev, step, frame, attr,
  1267. result, fail)
  1268. finally:
  1269. stop_sigma_dut(sigma)
  1270. def run_sigma_dut_dpp_proto_initiator_pkex(dev, step, frame, attr, result, fail):
  1271. cmd = "DPP_BOOTSTRAP_GEN type=pkex"
  1272. res = dev[1].request(cmd)
  1273. if "FAIL" in res:
  1274. raise Exception("Failed to generate bootstrapping info")
  1275. id1 = int(res)
  1276. cmd = "DPP_PKEX_ADD own=%d code=secret" % (id1)
  1277. res = dev[1].request(cmd)
  1278. if "FAIL" in res:
  1279. raise Exception("Failed to set PKEX data (responder)")
  1280. cmd = "DPP_LISTEN 2437 role=enrollee"
  1281. if "OK" not in dev[1].request(cmd):
  1282. raise Exception("Failed to start listen operation")
  1283. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Single,DPPProvisioningRole,Configurator,DPPConfIndex,1,DPPSigningKeyECC,P-256,DPPConfigEnrolleeRole,STA,DPPBS,PKEX,DPPPKEXCode,secret,DPPTimeout,6,DPPStep,%s,DPPFrameType,%s,DPPIEAttribute,%s" % (step, frame, attr))
  1284. if result not in res:
  1285. raise Exception("Unexpected result: " + res)
  1286. if fail:
  1287. ev = dev[1].wait_event(["DPP-FAIL"], timeout=5)
  1288. if ev is None or fail not in ev:
  1289. raise Exception("Failure not reported correctly: " + str(ev))
  1290. dev[1].request("DPP_STOP_LISTEN")
  1291. dev[0].dump_monitor()
  1292. dev[1].dump_monitor()
  1293. def test_sigma_dut_dpp_proto_responder_pkex(dev, apdev):
  1294. """sigma_dut DPP protocol testing - Responder (PKEX)"""
  1295. check_dpp_capab(dev[0])
  1296. check_dpp_capab(dev[1])
  1297. tests = [ ("InvalidValue", "PKEXCRResponse", "WrappedData",
  1298. "BootstrapResult,Errorsent",
  1299. None),
  1300. ("MissingAttribute", "PKEXExchangeResponse", "DPPStatus",
  1301. "BootstrapResult,Errorsent",
  1302. "No DPP Status attribute"),
  1303. ("MissingAttribute", "PKEXCRResponse", "BSKey",
  1304. "BootstrapResult,Errorsent",
  1305. "No valid peer bootstrapping key found") ]
  1306. for step, frame, attr, result, fail in tests:
  1307. dev[0].request("FLUSH")
  1308. dev[1].request("FLUSH")
  1309. sigma = start_sigma_dut(dev[0].ifname)
  1310. try:
  1311. run_sigma_dut_dpp_proto_responder_pkex(dev, step, frame, attr,
  1312. result, fail)
  1313. finally:
  1314. stop_sigma_dut(sigma)
  1315. def run_sigma_dut_dpp_proto_responder_pkex(dev, step, frame, attr, result, fail):
  1316. t = threading.Thread(target=dpp_proto_init_pkex, args=(dev[1],))
  1317. t.start()
  1318. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Responder,DPPAuthDirection,Single,DPPProvisioningRole,Enrollee,DPPConfIndex,1,DPPSigningKeyECC,P-256,DPPConfigEnrolleeRole,STA,DPPBS,PKEX,DPPPKEXCode,secret,DPPTimeout,6,DPPStep,%s,DPPFrameType,%s,DPPIEAttribute,%s" % (step, frame, attr), timeout=10)
  1319. t.join()
  1320. if result not in res:
  1321. raise Exception("Unexpected result: " + res)
  1322. if fail:
  1323. ev = dev[1].wait_event(["DPP-FAIL"], timeout=5)
  1324. if ev is None or fail not in ev:
  1325. raise Exception("Failure not reported correctly:" + str(ev))
  1326. dev[1].request("DPP_STOP_LISTEN")
  1327. dev[0].dump_monitor()
  1328. dev[1].dump_monitor()
  1329. def init_sigma_dut_dpp_proto_peer_disc_req(dev, apdev):
  1330. check_dpp_capab(dev[0])
  1331. check_dpp_capab(dev[1])
  1332. csign = "30770201010420768240a3fc89d6662d9782f120527fe7fb9edc6366ab0b9c7dde96125cfd250fa00a06082a8648ce3d030107a144034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  1333. csign_pub = "3059301306072a8648ce3d020106082a8648ce3d030107034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  1334. ap_connector = "eyJ0eXAiOiJkcHBDb24iLCJraWQiOiJwYWtZbXVzd1dCdWpSYTl5OEsweDViaTVrT3VNT3dzZHRlaml2UG55ZHZzIiwiYWxnIjoiRVMyNTYifQ.eyJncm91cHMiOlt7Imdyb3VwSWQiOiIqIiwibmV0Um9sZSI6ImFwIn1dLCJuZXRBY2Nlc3NLZXkiOnsia3R5IjoiRUMiLCJjcnYiOiJQLTI1NiIsIngiOiIybU5vNXZuRkI5bEw3d1VWb1hJbGVPYzBNSEE1QXZKbnpwZXZULVVTYzVNIiwieSI6IlhzS3dqVHJlLTg5WWdpU3pKaG9CN1haeUttTU05OTl3V2ZaSVl0bi01Q3MifX0.XhjFpZgcSa7G2lHy0OCYTvaZFRo5Hyx6b7g7oYyusLC7C_73AJ4_BxEZQVYJXAtDuGvb3dXSkHEKxREP9Q6Qeg"
  1335. ap_netaccesskey = "30770201010420ceba752db2ad5200fa7bc565b9c05c69b7eb006751b0b329b0279de1c19ca67ca00a06082a8648ce3d030107a14403420004da6368e6f9c507d94bef0515a1722578e73430703902f267ce97af4fe51273935ec2b08d3adefbcf588224b3261a01ed76722a630cf7df7059f64862d9fee42b"
  1336. params = { "ssid": "DPPNET01",
  1337. "wpa": "2",
  1338. "wpa_key_mgmt": "DPP",
  1339. "rsn_pairwise": "CCMP",
  1340. "dpp_connector": ap_connector,
  1341. "dpp_csign": csign_pub,
  1342. "dpp_netaccesskey": ap_netaccesskey }
  1343. try:
  1344. hapd = hostapd.add_ap(apdev[0], params)
  1345. except:
  1346. raise HwsimSkip("DPP not supported")
  1347. dev[0].set("dpp_config_processing", "2")
  1348. cmd = "DPP_CONFIGURATOR_ADD key=" + csign
  1349. res = dev[1].request(cmd);
  1350. if "FAIL" in res:
  1351. raise Exception("Failed to add configurator")
  1352. conf_id = int(res)
  1353. addr = dev[1].own_addr().replace(':', '')
  1354. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  1355. res = dev[1].request(cmd)
  1356. if "FAIL" in res:
  1357. raise Exception("Failed to generate bootstrapping info")
  1358. id0 = int(res)
  1359. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  1360. dev[1].set("dpp_configurator_params",
  1361. " conf=sta-dpp ssid=%s configurator=%d" % ("DPPNET01".encode("hex"), conf_id));
  1362. cmd = "DPP_LISTEN 2437 role=configurator"
  1363. if "OK" not in dev[1].request(cmd):
  1364. raise Exception("Failed to start listen operation")
  1365. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  1366. if "status,COMPLETE" not in res:
  1367. raise Exception("dev_exec_action did not succeed: " + res)
  1368. def test_sigma_dut_dpp_proto_peer_disc_req(dev, apdev):
  1369. """sigma_dut DPP protocol testing - Peer Discovery Request"""
  1370. sigma = start_sigma_dut(dev[0].ifname)
  1371. try:
  1372. init_sigma_dut_dpp_proto_peer_disc_req(dev, apdev)
  1373. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Single,DPPProvisioningRole,Enrollee,DPPBS,QR,DPPTimeout,6,DPPWaitForConnect,Yes,DPPStep,MissingAttribute,DPPFrameType,PeerDiscoveryRequest,DPPIEAttribute,TransactionID", timeout=10)
  1374. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK,NetworkIntroResult,Errorsent" not in res:
  1375. raise Exception("Unexpected result: " + res)
  1376. finally:
  1377. dev[0].set("dpp_config_processing", "0")
  1378. stop_sigma_dut(sigma)