test_sigma_dut.py 77 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666
  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, update_hapd_config
  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_ap_pskhex(dev, apdev, params):
  310. """sigma_dut controlled AP and PSKHEX"""
  311. logdir = os.path.join(params['logdir'],
  312. "sigma_dut_ap_pskhex.sigma-hostapd")
  313. with HWSimRadio() as (radio, iface):
  314. sigma = start_sigma_dut(iface, hostapd_logdir=logdir)
  315. try:
  316. psk = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
  317. sigma_dut_cmd_check("ap_reset_default")
  318. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-psk,MODE,11ng")
  319. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-PSK,PSKHEX," + psk)
  320. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  321. dev[0].connect("test-psk", raw_psk=psk, scan_freq="2412")
  322. sigma_dut_cmd_check("ap_reset_default")
  323. finally:
  324. stop_sigma_dut(sigma)
  325. def test_sigma_dut_suite_b(dev, apdev, params):
  326. """sigma_dut controlled STA Suite B"""
  327. check_suite_b_192_capa(dev)
  328. logdir = params['logdir']
  329. with open("auth_serv/ec2-ca.pem", "r") as f:
  330. with open(os.path.join(logdir, "suite_b_ca.pem"), "w") as f2:
  331. f2.write(f.read())
  332. with open("auth_serv/ec2-user.pem", "r") as f:
  333. with open("auth_serv/ec2-user.key", "r") as f2:
  334. with open(os.path.join(logdir, "suite_b.pem"), "w") as f3:
  335. f3.write(f.read())
  336. f3.write(f2.read())
  337. dev[0].flush_scan_cache()
  338. params = suite_b_as_params()
  339. params['ca_cert'] = 'auth_serv/ec2-ca.pem'
  340. params['server_cert'] = 'auth_serv/ec2-server.pem'
  341. params['private_key'] = 'auth_serv/ec2-server.key'
  342. params['openssl_ciphers'] = 'SUITEB192'
  343. hostapd.add_ap(apdev[1], params)
  344. params = { "ssid": "test-suite-b",
  345. "wpa": "2",
  346. "wpa_key_mgmt": "WPA-EAP-SUITE-B-192",
  347. "rsn_pairwise": "GCMP-256",
  348. "group_mgmt_cipher": "BIP-GMAC-256",
  349. "ieee80211w": "2",
  350. "ieee8021x": "1",
  351. 'auth_server_addr': "127.0.0.1",
  352. 'auth_server_port': "18129",
  353. 'auth_server_shared_secret': "radius",
  354. 'nas_identifier': "nas.w1.fi" }
  355. hapd = hostapd.add_ap(apdev[0], params)
  356. ifname = dev[0].ifname
  357. sigma = start_sigma_dut(ifname, cert_path=logdir)
  358. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,PMF" % ifname)
  359. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  360. 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"))
  361. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s,channel,1" % (ifname, "test-suite-b"))
  362. sigma_dut_wait_connected(ifname)
  363. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  364. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  365. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  366. stop_sigma_dut(sigma)
  367. def test_sigma_dut_suite_b_rsa(dev, apdev, params):
  368. """sigma_dut controlled STA Suite B (RSA)"""
  369. check_suite_b_192_capa(dev)
  370. logdir = params['logdir']
  371. with open("auth_serv/rsa3072-ca.pem", "r") as f:
  372. with open(os.path.join(logdir, "suite_b_ca_rsa.pem"), "w") as f2:
  373. f2.write(f.read())
  374. with open("auth_serv/rsa3072-user.pem", "r") as f:
  375. with open("auth_serv/rsa3072-user.key", "r") as f2:
  376. with open(os.path.join(logdir, "suite_b_rsa.pem"), "w") as f3:
  377. f3.write(f.read())
  378. f3.write(f2.read())
  379. dev[0].flush_scan_cache()
  380. params = suite_b_192_rsa_ap_params()
  381. hapd = hostapd.add_ap(apdev[0], params)
  382. ifname = dev[0].ifname
  383. sigma = start_sigma_dut(ifname, cert_path=logdir)
  384. 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")
  385. tests = [ "",
  386. ",TLSCipher,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
  387. ",TLSCipher,TLS_DHE_RSA_WITH_AES_256_GCM_SHA384" ]
  388. for extra in tests:
  389. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,PMF" % ifname)
  390. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  391. sigma_dut_cmd_check(cmd + extra)
  392. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,%s,channel,1" % (ifname, "test-suite-b"))
  393. sigma_dut_wait_connected(ifname)
  394. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  395. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  396. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  397. stop_sigma_dut(sigma)
  398. def test_sigma_dut_ap_suite_b(dev, apdev, params):
  399. """sigma_dut controlled AP Suite B"""
  400. check_suite_b_192_capa(dev)
  401. logdir = os.path.join(params['logdir'],
  402. "sigma_dut_ap_suite_b.sigma-hostapd")
  403. params = suite_b_as_params()
  404. params['ca_cert'] = 'auth_serv/ec2-ca.pem'
  405. params['server_cert'] = 'auth_serv/ec2-server.pem'
  406. params['private_key'] = 'auth_serv/ec2-server.key'
  407. params['openssl_ciphers'] = 'SUITEB192'
  408. hostapd.add_ap(apdev[1], params)
  409. with HWSimRadio() as (radio, iface):
  410. sigma = start_sigma_dut(iface, hostapd_logdir=logdir)
  411. try:
  412. sigma_dut_cmd_check("ap_reset_default")
  413. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-suite-b,MODE,11ng")
  414. sigma_dut_cmd_check("ap_set_radius,NAME,AP,IPADDR,127.0.0.1,PORT,18129,PASSWORD,radius")
  415. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,SuiteB,PMF,Required")
  416. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  417. dev[0].connect("test-suite-b", key_mgmt="WPA-EAP-SUITE-B-192",
  418. ieee80211w="2",
  419. openssl_ciphers="SUITEB192",
  420. eap="TLS", identity="tls user",
  421. ca_cert="auth_serv/ec2-ca.pem",
  422. client_cert="auth_serv/ec2-user.pem",
  423. private_key="auth_serv/ec2-user.key",
  424. pairwise="GCMP-256", group="GCMP-256",
  425. scan_freq="2412")
  426. sigma_dut_cmd_check("ap_reset_default")
  427. finally:
  428. stop_sigma_dut(sigma)
  429. def test_sigma_dut_ap_cipher_gcmp_128(dev, apdev, params):
  430. """sigma_dut controlled AP with GCMP-128/BIP-GMAC-128 cipher"""
  431. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-GCMP-128", "BIP-GMAC-128",
  432. "GCMP")
  433. def test_sigma_dut_ap_cipher_gcmp_256(dev, apdev, params):
  434. """sigma_dut controlled AP with GCMP-256/BIP-GMAC-256 cipher"""
  435. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-GCMP-256", "BIP-GMAC-256",
  436. "GCMP-256")
  437. def test_sigma_dut_ap_cipher_ccmp_128(dev, apdev, params):
  438. """sigma_dut controlled AP with CCMP-128/BIP-CMAC-128 cipher"""
  439. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-CCMP-128", "BIP-CMAC-128",
  440. "CCMP")
  441. def test_sigma_dut_ap_cipher_ccmp_256(dev, apdev, params):
  442. """sigma_dut controlled AP with CCMP-256/BIP-CMAC-256 cipher"""
  443. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-CCMP-256", "BIP-CMAC-256",
  444. "CCMP-256")
  445. def test_sigma_dut_ap_cipher_ccmp_gcmp_1(dev, apdev, params):
  446. """sigma_dut controlled AP with CCMP-128+GCMP-256 ciphers (1)"""
  447. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-CCMP-128 AES-GCMP-256",
  448. "BIP-GMAC-256", "CCMP")
  449. def test_sigma_dut_ap_cipher_ccmp_gcmp_2(dev, apdev, params):
  450. """sigma_dut controlled AP with CCMP-128+GCMP-256 ciphers (2)"""
  451. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-CCMP-128 AES-GCMP-256",
  452. "BIP-GMAC-256", "GCMP-256", "CCMP")
  453. def test_sigma_dut_ap_cipher_gcmp_256_group_ccmp(dev, apdev, params):
  454. """sigma_dut controlled AP with GCMP-256/CCMP/BIP-GMAC-256 cipher"""
  455. run_sigma_dut_ap_cipher(dev, apdev, params, "AES-GCMP-256", "BIP-GMAC-256",
  456. "GCMP-256", "CCMP", "AES-CCMP-128")
  457. def run_sigma_dut_ap_cipher(dev, apdev, params, ap_pairwise, ap_group_mgmt,
  458. sta_cipher, sta_cipher_group=None, ap_group=None):
  459. check_suite_b_192_capa(dev)
  460. logdir = os.path.join(params['logdir'],
  461. "sigma_dut_ap_cipher.sigma-hostapd")
  462. params = suite_b_as_params()
  463. params['ca_cert'] = 'auth_serv/ec2-ca.pem'
  464. params['server_cert'] = 'auth_serv/ec2-server.pem'
  465. params['private_key'] = 'auth_serv/ec2-server.key'
  466. params['openssl_ciphers'] = 'SUITEB192'
  467. hostapd.add_ap(apdev[1], params)
  468. with HWSimRadio() as (radio, iface):
  469. sigma = start_sigma_dut(iface, hostapd_logdir=logdir)
  470. try:
  471. sigma_dut_cmd_check("ap_reset_default")
  472. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-suite-b,MODE,11ng")
  473. sigma_dut_cmd_check("ap_set_radius,NAME,AP,IPADDR,127.0.0.1,PORT,18129,PASSWORD,radius")
  474. cmd = "ap_set_security,NAME,AP,KEYMGNT,SuiteB,PMF,Required,PairwiseCipher,%s,GroupMgntCipher,%s" % (ap_pairwise, ap_group_mgmt)
  475. if ap_group:
  476. cmd += ",GroupCipher,%s" % ap_group
  477. sigma_dut_cmd_check(cmd)
  478. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  479. if sta_cipher_group is None:
  480. sta_cipher_group = sta_cipher
  481. dev[0].connect("test-suite-b", key_mgmt="WPA-EAP-SUITE-B-192",
  482. ieee80211w="2",
  483. openssl_ciphers="SUITEB192",
  484. eap="TLS", identity="tls user",
  485. ca_cert="auth_serv/ec2-ca.pem",
  486. client_cert="auth_serv/ec2-user.pem",
  487. private_key="auth_serv/ec2-user.key",
  488. pairwise=sta_cipher, group=sta_cipher_group,
  489. scan_freq="2412")
  490. sigma_dut_cmd_check("ap_reset_default")
  491. finally:
  492. stop_sigma_dut(sigma)
  493. def test_sigma_dut_ap_override_rsne(dev, apdev):
  494. """sigma_dut controlled AP overriding RSNE"""
  495. with HWSimRadio() as (radio, iface):
  496. sigma = start_sigma_dut(iface)
  497. try:
  498. sigma_dut_cmd_check("ap_reset_default")
  499. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-psk,MODE,11ng")
  500. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-PSK,PSK,12345678")
  501. sigma_dut_cmd_check("dev_configure_ie,NAME,AP,interface,%s,IE_Name,RSNE,Contents,30180100000fac040200ffffffff000fac040100000fac020c00" % iface)
  502. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  503. dev[0].connect("test-psk", psk="12345678", scan_freq="2412")
  504. sigma_dut_cmd_check("ap_reset_default")
  505. finally:
  506. stop_sigma_dut(sigma)
  507. def test_sigma_dut_ap_sae(dev, apdev):
  508. """sigma_dut controlled AP with SAE"""
  509. with HWSimRadio() as (radio, iface):
  510. sigma = start_sigma_dut(iface)
  511. try:
  512. sigma_dut_cmd_check("ap_reset_default")
  513. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-sae,MODE,11ng")
  514. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-SAE,PSK,12345678")
  515. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  516. dev[0].request("SET sae_groups ")
  517. dev[0].connect("test-sae", key_mgmt="SAE", psk="12345678",
  518. scan_freq="2412")
  519. if dev[0].get_status_field('sae_group') != '19':
  520. raise Exception("Expected default SAE group not used")
  521. sigma_dut_cmd_check("ap_reset_default")
  522. finally:
  523. stop_sigma_dut(sigma)
  524. def test_sigma_dut_ap_sae_password(dev, apdev):
  525. """sigma_dut controlled AP with SAE and long password"""
  526. with HWSimRadio() as (radio, iface):
  527. sigma = start_sigma_dut(iface)
  528. try:
  529. sigma_dut_cmd_check("ap_reset_default")
  530. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-sae,MODE,11ng")
  531. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-SAE,PSK," + 100*'C')
  532. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  533. dev[0].request("SET sae_groups ")
  534. dev[0].connect("test-sae", key_mgmt="SAE", sae_password=100*'C',
  535. scan_freq="2412")
  536. if dev[0].get_status_field('sae_group') != '19':
  537. raise Exception("Expected default SAE group not used")
  538. sigma_dut_cmd_check("ap_reset_default")
  539. finally:
  540. stop_sigma_dut(sigma)
  541. def test_sigma_dut_ap_sae_group(dev, apdev):
  542. """sigma_dut controlled AP with SAE and specific group"""
  543. with HWSimRadio() as (radio, iface):
  544. sigma = start_sigma_dut(iface)
  545. try:
  546. sigma_dut_cmd_check("ap_reset_default")
  547. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-sae,MODE,11ng")
  548. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-SAE,PSK,12345678,ECGroupID,20")
  549. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  550. dev[0].request("SET sae_groups ")
  551. dev[0].connect("test-sae", key_mgmt="SAE", psk="12345678",
  552. scan_freq="2412")
  553. if dev[0].get_status_field('sae_group') != '20':
  554. raise Exception("Expected SAE group not used")
  555. sigma_dut_cmd_check("ap_reset_default")
  556. finally:
  557. stop_sigma_dut(sigma)
  558. def test_sigma_dut_ap_psk_sae(dev, apdev):
  559. """sigma_dut controlled AP with PSK+SAE"""
  560. with HWSimRadio() as (radio, iface):
  561. sigma = start_sigma_dut(iface)
  562. try:
  563. sigma_dut_cmd_check("ap_reset_default")
  564. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-sae,MODE,11ng")
  565. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-PSK-SAE,PSK,12345678")
  566. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  567. dev[0].request("SET sae_groups ")
  568. dev[0].connect("test-sae", key_mgmt="SAE", psk="12345678",
  569. scan_freq="2412")
  570. dev[1].connect("test-sae", psk="12345678", scan_freq="2412")
  571. sigma_dut_cmd_check("ap_reset_default")
  572. finally:
  573. stop_sigma_dut(sigma)
  574. def test_sigma_dut_owe(dev, apdev):
  575. """sigma_dut controlled OWE station"""
  576. try:
  577. run_sigma_dut_owe(dev, apdev)
  578. finally:
  579. dev[0].set("ignore_old_scan_res", "0")
  580. def run_sigma_dut_owe(dev, apdev):
  581. if "OWE" not in dev[0].get_capability("key_mgmt"):
  582. raise HwsimSkip("OWE not supported")
  583. ifname = dev[0].ifname
  584. sigma = start_sigma_dut(ifname)
  585. try:
  586. params = { "ssid": "owe",
  587. "wpa": "2",
  588. "wpa_key_mgmt": "OWE",
  589. "rsn_pairwise": "CCMP" }
  590. hapd = hostapd.add_ap(apdev[0], params)
  591. bssid = hapd.own_addr()
  592. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,WPA3" % ifname)
  593. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  594. sigma_dut_cmd_check("sta_set_security,interface,%s,ssid,owe,Type,OWE" % ifname)
  595. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,owe,channel,1" % ifname)
  596. sigma_dut_wait_connected(ifname)
  597. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  598. dev[0].dump_monitor()
  599. sigma_dut_cmd("sta_reassoc,interface,%s,Channel,1,bssid,%s" % (ifname, bssid))
  600. dev[0].wait_connected()
  601. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  602. dev[0].wait_disconnected()
  603. dev[0].dump_monitor()
  604. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,WPA3" % ifname)
  605. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  606. sigma_dut_cmd_check("sta_set_security,interface,%s,ssid,owe,Type,OWE,ECGroupID,20" % ifname)
  607. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,owe,channel,1" % ifname)
  608. sigma_dut_wait_connected(ifname)
  609. sigma_dut_cmd_check("sta_get_ip_config,interface," + ifname)
  610. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  611. dev[0].wait_disconnected()
  612. dev[0].dump_monitor()
  613. sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,WPA3" % ifname)
  614. sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
  615. sigma_dut_cmd_check("sta_set_security,interface,%s,ssid,owe,Type,OWE,ECGroupID,0" % ifname)
  616. sigma_dut_cmd_check("sta_associate,interface,%s,ssid,owe,channel,1" % ifname)
  617. ev = dev[0].wait_event(["CTRL-EVENT-ASSOC-REJECT"], timeout=10)
  618. sigma_dut_cmd_check("sta_disconnect,interface," + ifname)
  619. if ev is None:
  620. raise Exception("Association not rejected")
  621. if "status_code=77" not in ev:
  622. raise Exception("Unexpected rejection reason: " + ev)
  623. sigma_dut_cmd_check("sta_reset_default,interface," + ifname)
  624. finally:
  625. stop_sigma_dut(sigma)
  626. def test_sigma_dut_ap_owe(dev, apdev):
  627. """sigma_dut controlled AP with OWE"""
  628. if "OWE" not in dev[0].get_capability("key_mgmt"):
  629. raise HwsimSkip("OWE not supported")
  630. with HWSimRadio() as (radio, iface):
  631. sigma = start_sigma_dut(iface)
  632. try:
  633. sigma_dut_cmd_check("ap_reset_default,NAME,AP,Program,WPA3")
  634. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,owe,MODE,11ng")
  635. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,OWE")
  636. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  637. dev[0].connect("owe", key_mgmt="OWE", scan_freq="2412")
  638. sigma_dut_cmd_check("ap_reset_default")
  639. finally:
  640. stop_sigma_dut(sigma)
  641. def test_sigma_dut_ap_owe_ecgroupid(dev, apdev):
  642. """sigma_dut controlled AP with OWE and ECGroupID"""
  643. if "OWE" not in dev[0].get_capability("key_mgmt"):
  644. raise HwsimSkip("OWE not supported")
  645. with HWSimRadio() as (radio, iface):
  646. sigma = start_sigma_dut(iface)
  647. try:
  648. sigma_dut_cmd_check("ap_reset_default,NAME,AP,Program,WPA3")
  649. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,owe,MODE,11ng")
  650. sigma_dut_cmd_check("ap_set_security,NAME,AP,KEYMGNT,OWE,ECGroupID,20 21,PMF,Required")
  651. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  652. dev[0].connect("owe", key_mgmt="OWE", ieee80211w="2",
  653. owe_group="20", scan_freq="2412")
  654. dev[0].request("REMOVE_NETWORK all")
  655. dev[0].wait_disconnected()
  656. dev[0].connect("owe", key_mgmt="OWE", ieee80211w="2",
  657. owe_group="21", scan_freq="2412")
  658. dev[0].request("REMOVE_NETWORK all")
  659. dev[0].wait_disconnected()
  660. dev[0].connect("owe", key_mgmt="OWE", ieee80211w="2",
  661. owe_group="19", scan_freq="2412", wait_connect=False)
  662. ev = dev[0].wait_event(["CTRL-EVENT-ASSOC-REJECT"], timeout=10)
  663. dev[0].request("DISCONNECT")
  664. if ev is None:
  665. raise Exception("Association not rejected")
  666. if "status_code=77" not in ev:
  667. raise Exception("Unexpected rejection reason: " + ev)
  668. dev[0].dump_monitor()
  669. sigma_dut_cmd_check("ap_reset_default")
  670. finally:
  671. stop_sigma_dut(sigma)
  672. def test_sigma_dut_ap_owe_transition_mode(dev, apdev, params):
  673. """sigma_dut controlled AP with OWE and transition mode"""
  674. if "OWE" not in dev[0].get_capability("key_mgmt"):
  675. raise HwsimSkip("OWE not supported")
  676. logdir = os.path.join(params['logdir'],
  677. "sigma_dut_ap_owe_transition_mode.sigma-hostapd")
  678. with HWSimRadio() as (radio, iface):
  679. sigma = start_sigma_dut(iface, hostapd_logdir=logdir)
  680. try:
  681. sigma_dut_cmd_check("ap_reset_default,NAME,AP,Program,WPA3")
  682. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,WLAN_TAG,1,CHANNEL,1,SSID,owe,MODE,11ng")
  683. sigma_dut_cmd_check("ap_set_security,NAME,AP,WLAN_TAG,1,KEYMGNT,OWE")
  684. sigma_dut_cmd_check("ap_set_wireless,NAME,AP,WLAN_TAG,2,CHANNEL,1,SSID,owe,MODE,11ng")
  685. sigma_dut_cmd_check("ap_set_security,NAME,AP,WLAN_TAG,2,KEYMGNT,NONE")
  686. sigma_dut_cmd_check("ap_config_commit,NAME,AP")
  687. res1 = sigma_dut_cmd_check("ap_get_mac_address,NAME,AP,WLAN_TAG,1,Interface,24G")
  688. res2 = sigma_dut_cmd_check("ap_get_mac_address,NAME,AP,WLAN_TAG,2,Interface,24G")
  689. dev[0].connect("owe", key_mgmt="OWE", scan_freq="2412")
  690. dev[1].connect("owe", key_mgmt="NONE", scan_freq="2412")
  691. if dev[0].get_status_field('bssid') not in res1:
  692. raise Exception("Unexpected ap_get_mac_address WLAN_TAG,1: " + res1)
  693. if dev[1].get_status_field('bssid') not in res2:
  694. raise Exception("Unexpected ap_get_mac_address WLAN_TAG,2: " + res2)
  695. sigma_dut_cmd_check("ap_reset_default")
  696. finally:
  697. stop_sigma_dut(sigma)
  698. def dpp_init_enrollee(dev, id1):
  699. logger.info("Starting DPP initiator/enrollee in a thread")
  700. time.sleep(1)
  701. cmd = "DPP_AUTH_INIT peer=%d role=enrollee" % id1
  702. if "OK" not in dev.request(cmd):
  703. raise Exception("Failed to initiate DPP Authentication")
  704. ev = dev.wait_event(["DPP-CONF-RECEIVED"], timeout=5)
  705. if ev is None:
  706. raise Exception("DPP configuration not completed (Enrollee)")
  707. logger.info("DPP initiator/enrollee done")
  708. def test_sigma_dut_dpp_qr_resp_1(dev, apdev):
  709. """sigma_dut DPP/QR responder (conf index 1)"""
  710. run_sigma_dut_dpp_qr_resp(dev, apdev, 1)
  711. def test_sigma_dut_dpp_qr_resp_2(dev, apdev):
  712. """sigma_dut DPP/QR responder (conf index 2)"""
  713. run_sigma_dut_dpp_qr_resp(dev, apdev, 2)
  714. def test_sigma_dut_dpp_qr_resp_3(dev, apdev):
  715. """sigma_dut DPP/QR responder (conf index 3)"""
  716. run_sigma_dut_dpp_qr_resp(dev, apdev, 3)
  717. def test_sigma_dut_dpp_qr_resp_4(dev, apdev):
  718. """sigma_dut DPP/QR responder (conf index 4)"""
  719. run_sigma_dut_dpp_qr_resp(dev, apdev, 4)
  720. def test_sigma_dut_dpp_qr_resp_chan_list(dev, apdev):
  721. """sigma_dut DPP/QR responder (channel list override)"""
  722. run_sigma_dut_dpp_qr_resp(dev, apdev, 1, chan_list='81/2 81/6 81/1',
  723. listen_chan=2)
  724. def run_sigma_dut_dpp_qr_resp(dev, apdev, conf_idx, chan_list=None,
  725. listen_chan=None):
  726. check_dpp_capab(dev[0])
  727. check_dpp_capab(dev[1])
  728. sigma = start_sigma_dut(dev[0].ifname)
  729. try:
  730. cmd = "dev_exec_action,program,DPP,DPPActionType,GetLocalBootstrap,DPPCryptoIdentifier,P-256,DPPBS,QR"
  731. if chan_list:
  732. cmd += ",DPPChannelList," + chan_list
  733. res = sigma_dut_cmd(cmd)
  734. if "status,COMPLETE" not in res:
  735. raise Exception("dev_exec_action did not succeed: " + res)
  736. hex = res.split(',')[3]
  737. uri = hex.decode('hex')
  738. logger.info("URI from sigma_dut: " + uri)
  739. res = dev[1].request("DPP_QR_CODE " + uri)
  740. if "FAIL" in res:
  741. raise Exception("Failed to parse QR Code URI")
  742. id1 = int(res)
  743. t = threading.Thread(target=dpp_init_enrollee, args=(dev[1], id1))
  744. t.start()
  745. cmd = "dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Responder,DPPConfIndex,%d,DPPAuthDirection,Single,DPPProvisioningRole,Configurator,DPPConfEnrolleeRole,STA,DPPSigningKeyECC,P-256,DPPBS,QR,DPPTimeout,6" % conf_idx
  746. if listen_chan:
  747. cmd += ",DPPListenChannel," + str(listen_chan)
  748. res = sigma_dut_cmd(cmd, timeout=10)
  749. t.join()
  750. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK" not in res:
  751. raise Exception("Unexpected result: " + res)
  752. finally:
  753. stop_sigma_dut(sigma)
  754. def test_sigma_dut_dpp_qr_init_enrollee(dev, apdev):
  755. """sigma_dut DPP/QR initiator as Enrollee"""
  756. check_dpp_capab(dev[0])
  757. check_dpp_capab(dev[1])
  758. csign = "30770201010420768240a3fc89d6662d9782f120527fe7fb9edc6366ab0b9c7dde96125cfd250fa00a06082a8648ce3d030107a144034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  759. csign_pub = "3059301306072a8648ce3d020106082a8648ce3d030107034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  760. ap_connector = "eyJ0eXAiOiJkcHBDb24iLCJraWQiOiJwYWtZbXVzd1dCdWpSYTl5OEsweDViaTVrT3VNT3dzZHRlaml2UG55ZHZzIiwiYWxnIjoiRVMyNTYifQ.eyJncm91cHMiOlt7Imdyb3VwSWQiOiIqIiwibmV0Um9sZSI6ImFwIn1dLCJuZXRBY2Nlc3NLZXkiOnsia3R5IjoiRUMiLCJjcnYiOiJQLTI1NiIsIngiOiIybU5vNXZuRkI5bEw3d1VWb1hJbGVPYzBNSEE1QXZKbnpwZXZULVVTYzVNIiwieSI6IlhzS3dqVHJlLTg5WWdpU3pKaG9CN1haeUttTU05OTl3V2ZaSVl0bi01Q3MifX0.XhjFpZgcSa7G2lHy0OCYTvaZFRo5Hyx6b7g7oYyusLC7C_73AJ4_BxEZQVYJXAtDuGvb3dXSkHEKxREP9Q6Qeg"
  761. ap_netaccesskey = "30770201010420ceba752db2ad5200fa7bc565b9c05c69b7eb006751b0b329b0279de1c19ca67ca00a06082a8648ce3d030107a14403420004da6368e6f9c507d94bef0515a1722578e73430703902f267ce97af4fe51273935ec2b08d3adefbcf588224b3261a01ed76722a630cf7df7059f64862d9fee42b"
  762. params = { "ssid": "DPPNET01",
  763. "wpa": "2",
  764. "wpa_key_mgmt": "DPP",
  765. "rsn_pairwise": "CCMP",
  766. "dpp_connector": ap_connector,
  767. "dpp_csign": csign_pub,
  768. "dpp_netaccesskey": ap_netaccesskey }
  769. try:
  770. hapd = hostapd.add_ap(apdev[0], params)
  771. except:
  772. raise HwsimSkip("DPP not supported")
  773. sigma = start_sigma_dut(dev[0].ifname)
  774. try:
  775. dev[0].set("dpp_config_processing", "2")
  776. cmd = "DPP_CONFIGURATOR_ADD key=" + csign
  777. res = dev[1].request(cmd);
  778. if "FAIL" in res:
  779. raise Exception("Failed to add configurator")
  780. conf_id = int(res)
  781. addr = dev[1].own_addr().replace(':', '')
  782. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  783. res = dev[1].request(cmd)
  784. if "FAIL" in res:
  785. raise Exception("Failed to generate bootstrapping info")
  786. id0 = int(res)
  787. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  788. dev[1].set("dpp_configurator_params",
  789. " conf=sta-dpp ssid=%s configurator=%d" % ("DPPNET01".encode("hex"), conf_id));
  790. cmd = "DPP_LISTEN 2437 role=configurator"
  791. if "OK" not in dev[1].request(cmd):
  792. raise Exception("Failed to start listen operation")
  793. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  794. if "status,COMPLETE" not in res:
  795. raise Exception("dev_exec_action did not succeed: " + res)
  796. 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)
  797. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK,NetworkIntroResult,OK,NetworkConnectResult,OK" not in res:
  798. raise Exception("Unexpected result: " + res)
  799. finally:
  800. dev[0].set("dpp_config_processing", "0")
  801. stop_sigma_dut(sigma)
  802. def test_sigma_dut_dpp_qr_mutual_init_enrollee(dev, apdev):
  803. """sigma_dut DPP/QR (mutual) initiator as Enrollee"""
  804. check_dpp_capab(dev[0])
  805. check_dpp_capab(dev[1])
  806. csign = "30770201010420768240a3fc89d6662d9782f120527fe7fb9edc6366ab0b9c7dde96125cfd250fa00a06082a8648ce3d030107a144034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  807. csign_pub = "3059301306072a8648ce3d020106082a8648ce3d030107034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  808. ap_connector = "eyJ0eXAiOiJkcHBDb24iLCJraWQiOiJwYWtZbXVzd1dCdWpSYTl5OEsweDViaTVrT3VNT3dzZHRlaml2UG55ZHZzIiwiYWxnIjoiRVMyNTYifQ.eyJncm91cHMiOlt7Imdyb3VwSWQiOiIqIiwibmV0Um9sZSI6ImFwIn1dLCJuZXRBY2Nlc3NLZXkiOnsia3R5IjoiRUMiLCJjcnYiOiJQLTI1NiIsIngiOiIybU5vNXZuRkI5bEw3d1VWb1hJbGVPYzBNSEE1QXZKbnpwZXZULVVTYzVNIiwieSI6IlhzS3dqVHJlLTg5WWdpU3pKaG9CN1haeUttTU05OTl3V2ZaSVl0bi01Q3MifX0.XhjFpZgcSa7G2lHy0OCYTvaZFRo5Hyx6b7g7oYyusLC7C_73AJ4_BxEZQVYJXAtDuGvb3dXSkHEKxREP9Q6Qeg"
  809. ap_netaccesskey = "30770201010420ceba752db2ad5200fa7bc565b9c05c69b7eb006751b0b329b0279de1c19ca67ca00a06082a8648ce3d030107a14403420004da6368e6f9c507d94bef0515a1722578e73430703902f267ce97af4fe51273935ec2b08d3adefbcf588224b3261a01ed76722a630cf7df7059f64862d9fee42b"
  810. params = { "ssid": "DPPNET01",
  811. "wpa": "2",
  812. "wpa_key_mgmt": "DPP",
  813. "rsn_pairwise": "CCMP",
  814. "dpp_connector": ap_connector,
  815. "dpp_csign": csign_pub,
  816. "dpp_netaccesskey": ap_netaccesskey }
  817. try:
  818. hapd = hostapd.add_ap(apdev[0], params)
  819. except:
  820. raise HwsimSkip("DPP not supported")
  821. sigma = start_sigma_dut(dev[0].ifname)
  822. try:
  823. dev[0].set("dpp_config_processing", "2")
  824. cmd = "DPP_CONFIGURATOR_ADD key=" + csign
  825. res = dev[1].request(cmd);
  826. if "FAIL" in res:
  827. raise Exception("Failed to add configurator")
  828. conf_id = int(res)
  829. addr = dev[1].own_addr().replace(':', '')
  830. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  831. res = dev[1].request(cmd)
  832. if "FAIL" in res:
  833. raise Exception("Failed to generate bootstrapping info")
  834. id0 = int(res)
  835. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  836. dev[1].set("dpp_configurator_params",
  837. " conf=sta-dpp ssid=%s configurator=%d" % ("DPPNET01".encode("hex"), conf_id));
  838. cmd = "DPP_LISTEN 2437 role=configurator qr=mutual"
  839. if "OK" not in dev[1].request(cmd):
  840. raise Exception("Failed to start listen operation")
  841. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,GetLocalBootstrap,DPPCryptoIdentifier,P-256,DPPBS,QR")
  842. if "status,COMPLETE" not in res:
  843. raise Exception("dev_exec_action did not succeed: " + res)
  844. hex = res.split(',')[3]
  845. uri = hex.decode('hex')
  846. logger.info("URI from sigma_dut: " + uri)
  847. res = dev[1].request("DPP_QR_CODE " + uri)
  848. if "FAIL" in res:
  849. raise Exception("Failed to parse QR Code URI")
  850. id1 = int(res)
  851. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  852. if "status,COMPLETE" not in res:
  853. raise Exception("dev_exec_action did not succeed: " + res)
  854. 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)
  855. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK,NetworkIntroResult,OK,NetworkConnectResult,OK" not in res:
  856. raise Exception("Unexpected result: " + res)
  857. finally:
  858. dev[0].set("dpp_config_processing", "0")
  859. stop_sigma_dut(sigma)
  860. def dpp_init_conf_mutual(dev, id1, conf_id, own_id=None):
  861. time.sleep(1)
  862. logger.info("Starting DPP initiator/configurator in a thread")
  863. cmd = "DPP_AUTH_INIT peer=%d conf=sta-dpp ssid=%s configurator=%d" % (id1, "DPPNET01".encode("hex"), conf_id)
  864. if own_id is not None:
  865. cmd += " own=%d" % own_id
  866. if "OK" not in dev.request(cmd):
  867. raise Exception("Failed to initiate DPP Authentication")
  868. ev = dev.wait_event(["DPP-CONF-SENT"], timeout=10)
  869. if ev is None:
  870. raise Exception("DPP configuration not completed (Configurator)")
  871. logger.info("DPP initiator/configurator done")
  872. def test_sigma_dut_dpp_qr_mutual_resp_enrollee(dev, apdev):
  873. """sigma_dut DPP/QR (mutual) responder as Enrollee"""
  874. run_sigma_dut_dpp_qr_mutual_resp_enrollee(dev, apdev)
  875. def test_sigma_dut_dpp_qr_mutual_resp_enrollee_pending(dev, apdev):
  876. """sigma_dut DPP/QR (mutual) responder as Enrollee (response pending)"""
  877. run_sigma_dut_dpp_qr_mutual_resp_enrollee(dev, apdev, ',DPPDelayQRResponse,1')
  878. def run_sigma_dut_dpp_qr_mutual_resp_enrollee(dev, apdev, extra=None):
  879. check_dpp_capab(dev[0])
  880. check_dpp_capab(dev[1])
  881. csign = "30770201010420768240a3fc89d6662d9782f120527fe7fb9edc6366ab0b9c7dde96125cfd250fa00a06082a8648ce3d030107a144034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  882. csign_pub = "3059301306072a8648ce3d020106082a8648ce3d030107034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  883. ap_connector = "eyJ0eXAiOiJkcHBDb24iLCJraWQiOiJwYWtZbXVzd1dCdWpSYTl5OEsweDViaTVrT3VNT3dzZHRlaml2UG55ZHZzIiwiYWxnIjoiRVMyNTYifQ.eyJncm91cHMiOlt7Imdyb3VwSWQiOiIqIiwibmV0Um9sZSI6ImFwIn1dLCJuZXRBY2Nlc3NLZXkiOnsia3R5IjoiRUMiLCJjcnYiOiJQLTI1NiIsIngiOiIybU5vNXZuRkI5bEw3d1VWb1hJbGVPYzBNSEE1QXZKbnpwZXZULVVTYzVNIiwieSI6IlhzS3dqVHJlLTg5WWdpU3pKaG9CN1haeUttTU05OTl3V2ZaSVl0bi01Q3MifX0.XhjFpZgcSa7G2lHy0OCYTvaZFRo5Hyx6b7g7oYyusLC7C_73AJ4_BxEZQVYJXAtDuGvb3dXSkHEKxREP9Q6Qeg"
  884. ap_netaccesskey = "30770201010420ceba752db2ad5200fa7bc565b9c05c69b7eb006751b0b329b0279de1c19ca67ca00a06082a8648ce3d030107a14403420004da6368e6f9c507d94bef0515a1722578e73430703902f267ce97af4fe51273935ec2b08d3adefbcf588224b3261a01ed76722a630cf7df7059f64862d9fee42b"
  885. params = { "ssid": "DPPNET01",
  886. "wpa": "2",
  887. "wpa_key_mgmt": "DPP",
  888. "rsn_pairwise": "CCMP",
  889. "dpp_connector": ap_connector,
  890. "dpp_csign": csign_pub,
  891. "dpp_netaccesskey": ap_netaccesskey }
  892. try:
  893. hapd = hostapd.add_ap(apdev[0], params)
  894. except:
  895. raise HwsimSkip("DPP not supported")
  896. sigma = start_sigma_dut(dev[0].ifname)
  897. try:
  898. dev[0].set("dpp_config_processing", "2")
  899. cmd = "DPP_CONFIGURATOR_ADD key=" + csign
  900. res = dev[1].request(cmd);
  901. if "FAIL" in res:
  902. raise Exception("Failed to add configurator")
  903. conf_id = int(res)
  904. addr = dev[1].own_addr().replace(':', '')
  905. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  906. res = dev[1].request(cmd)
  907. if "FAIL" in res:
  908. raise Exception("Failed to generate bootstrapping info")
  909. id0 = int(res)
  910. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  911. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,GetLocalBootstrap,DPPCryptoIdentifier,P-256,DPPBS,QR")
  912. if "status,COMPLETE" not in res:
  913. raise Exception("dev_exec_action did not succeed: " + res)
  914. hex = res.split(',')[3]
  915. uri = hex.decode('hex')
  916. logger.info("URI from sigma_dut: " + uri)
  917. res = dev[1].request("DPP_QR_CODE " + uri)
  918. if "FAIL" in res:
  919. raise Exception("Failed to parse QR Code URI")
  920. id1 = int(res)
  921. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  922. if "status,COMPLETE" not in res:
  923. raise Exception("dev_exec_action did not succeed: " + res)
  924. t = threading.Thread(target=dpp_init_conf_mutual,
  925. args=(dev[1], id1, conf_id, id0))
  926. t.start()
  927. cmd = "dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Responder,DPPAuthDirection,Mutual,DPPProvisioningRole,Enrollee,DPPBS,QR,DPPTimeout,20,DPPWaitForConnect,Yes"
  928. if extra:
  929. cmd += extra
  930. res = sigma_dut_cmd(cmd, timeout=25)
  931. t.join()
  932. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK,NetworkIntroResult,OK,NetworkConnectResult,OK" not in res:
  933. raise Exception("Unexpected result: " + res)
  934. finally:
  935. dev[0].set("dpp_config_processing", "0")
  936. stop_sigma_dut(sigma)
  937. def test_sigma_dut_dpp_qr_init_enrollee_psk(dev, apdev):
  938. """sigma_dut DPP/QR initiator as Enrollee (PSK)"""
  939. check_dpp_capab(dev[0])
  940. check_dpp_capab(dev[1])
  941. params = hostapd.wpa2_params(ssid="DPPNET01",
  942. passphrase="ThisIsDppPassphrase")
  943. hapd = hostapd.add_ap(apdev[0], params)
  944. sigma = start_sigma_dut(dev[0].ifname)
  945. try:
  946. dev[0].set("dpp_config_processing", "2")
  947. cmd = "DPP_CONFIGURATOR_ADD"
  948. res = dev[1].request(cmd);
  949. if "FAIL" in res:
  950. raise Exception("Failed to add configurator")
  951. conf_id = int(res)
  952. addr = dev[1].own_addr().replace(':', '')
  953. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  954. res = dev[1].request(cmd)
  955. if "FAIL" in res:
  956. raise Exception("Failed to generate bootstrapping info")
  957. id0 = int(res)
  958. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  959. dev[1].set("dpp_configurator_params",
  960. " conf=sta-psk ssid=%s pass=%s configurator=%d" % ("DPPNET01".encode("hex"), "ThisIsDppPassphrase".encode("hex"), conf_id));
  961. cmd = "DPP_LISTEN 2437 role=configurator"
  962. if "OK" not in dev[1].request(cmd):
  963. raise Exception("Failed to start listen operation")
  964. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  965. if "status,COMPLETE" not in res:
  966. raise Exception("dev_exec_action did not succeed: " + res)
  967. 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)
  968. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK,NetworkConnectResult,OK" not in res:
  969. raise Exception("Unexpected result: " + res)
  970. finally:
  971. dev[0].set("dpp_config_processing", "0")
  972. stop_sigma_dut(sigma)
  973. def test_sigma_dut_dpp_qr_init_configurator_1(dev, apdev):
  974. """sigma_dut DPP/QR initiator as Configurator (conf index 1)"""
  975. run_sigma_dut_dpp_qr_init_configurator(dev, apdev, 1)
  976. def test_sigma_dut_dpp_qr_init_configurator_2(dev, apdev):
  977. """sigma_dut DPP/QR initiator as Configurator (conf index 2)"""
  978. run_sigma_dut_dpp_qr_init_configurator(dev, apdev, 2)
  979. def test_sigma_dut_dpp_qr_init_configurator_3(dev, apdev):
  980. """sigma_dut DPP/QR initiator as Configurator (conf index 3)"""
  981. run_sigma_dut_dpp_qr_init_configurator(dev, apdev, 3)
  982. def test_sigma_dut_dpp_qr_init_configurator_4(dev, apdev):
  983. """sigma_dut DPP/QR initiator as Configurator (conf index 4)"""
  984. run_sigma_dut_dpp_qr_init_configurator(dev, apdev, 4)
  985. def run_sigma_dut_dpp_qr_init_configurator(dev, apdev, conf_idx):
  986. check_dpp_capab(dev[0])
  987. check_dpp_capab(dev[1])
  988. sigma = start_sigma_dut(dev[0].ifname)
  989. try:
  990. addr = dev[1].own_addr().replace(':', '')
  991. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  992. res = dev[1].request(cmd)
  993. if "FAIL" in res:
  994. raise Exception("Failed to generate bootstrapping info")
  995. id0 = int(res)
  996. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  997. cmd = "DPP_LISTEN 2437 role=enrollee"
  998. if "OK" not in dev[1].request(cmd):
  999. raise Exception("Failed to start listen operation")
  1000. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  1001. if "status,COMPLETE" not in res:
  1002. raise Exception("dev_exec_action did not succeed: " + res)
  1003. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Single,DPPProvisioningRole,Configurator,DPPConfIndex,%d,DPPSigningKeyECC,P-256,DPPConfEnrolleeRole,STA,DPPBS,QR,DPPTimeout,6" % conf_idx)
  1004. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK" not in res:
  1005. raise Exception("Unexpected result: " + res)
  1006. finally:
  1007. stop_sigma_dut(sigma)
  1008. def test_sigma_dut_dpp_pkex_init_configurator(dev, apdev):
  1009. """sigma_dut DPP/PKEX initiator as Configurator"""
  1010. check_dpp_capab(dev[0])
  1011. check_dpp_capab(dev[1])
  1012. sigma = start_sigma_dut(dev[0].ifname)
  1013. try:
  1014. cmd = "DPP_BOOTSTRAP_GEN type=pkex"
  1015. res = dev[1].request(cmd)
  1016. if "FAIL" in res:
  1017. raise Exception("Failed to generate bootstrapping info")
  1018. id1 = int(res)
  1019. cmd = "DPP_PKEX_ADD own=%d identifier=test code=secret" % (id1)
  1020. res = dev[1].request(cmd)
  1021. if "FAIL" in res:
  1022. raise Exception("Failed to set PKEX data (responder)")
  1023. cmd = "DPP_LISTEN 2437 role=enrollee"
  1024. if "OK" not in dev[1].request(cmd):
  1025. raise Exception("Failed to start listen operation")
  1026. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Mutual,DPPProvisioningRole,Configurator,DPPConfIndex,1,DPPSigningKeyECC,P-256,DPPConfEnrolleeRole,STA,DPPBS,PKEX,DPPPKEXCodeIdentifier,test,DPPPKEXCode,secret,DPPTimeout,6")
  1027. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK" not in res:
  1028. raise Exception("Unexpected result: " + res)
  1029. finally:
  1030. stop_sigma_dut(sigma)
  1031. def dpp_init_conf(dev, id1, conf, conf_id, extra):
  1032. logger.info("Starting DPP initiator/configurator in a thread")
  1033. cmd = "DPP_AUTH_INIT peer=%d conf=%s %s configurator=%d" % (id1, conf, extra, conf_id)
  1034. if "OK" not in dev.request(cmd):
  1035. raise Exception("Failed to initiate DPP Authentication")
  1036. ev = dev.wait_event(["DPP-CONF-SENT"], timeout=5)
  1037. if ev is None:
  1038. raise Exception("DPP configuration not completed (Configurator)")
  1039. logger.info("DPP initiator/configurator done")
  1040. def test_sigma_dut_ap_dpp_qr(dev, apdev, params):
  1041. """sigma_dut controlled AP (DPP)"""
  1042. run_sigma_dut_ap_dpp_qr(dev, apdev, params, "ap-dpp", "sta-dpp")
  1043. def test_sigma_dut_ap_dpp_qr_legacy(dev, apdev, params):
  1044. """sigma_dut controlled AP (legacy)"""
  1045. run_sigma_dut_ap_dpp_qr(dev, apdev, params, "ap-psk", "sta-psk",
  1046. extra="pass=%s" % "qwertyuiop".encode("hex"))
  1047. def test_sigma_dut_ap_dpp_qr_legacy_psk(dev, apdev, params):
  1048. """sigma_dut controlled AP (legacy)"""
  1049. run_sigma_dut_ap_dpp_qr(dev, apdev, params, "ap-psk", "sta-psk",
  1050. extra="psk=%s" % (32*"12"))
  1051. def run_sigma_dut_ap_dpp_qr(dev, apdev, params, ap_conf, sta_conf, extra=""):
  1052. logdir = os.path.join(params['logdir'], "sigma_dut_ap_dpp_qr.sigma-hostapd")
  1053. with HWSimRadio() as (radio, iface):
  1054. sigma = start_sigma_dut(iface, hostapd_logdir=logdir)
  1055. try:
  1056. sigma_dut_cmd_check("ap_reset_default,program,DPP")
  1057. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,GetLocalBootstrap,DPPCryptoIdentifier,P-256,DPPBS,QR")
  1058. if "status,COMPLETE" not in res:
  1059. raise Exception("dev_exec_action did not succeed: " + res)
  1060. hex = res.split(',')[3]
  1061. uri = hex.decode('hex')
  1062. logger.info("URI from sigma_dut: " + uri)
  1063. cmd = "DPP_CONFIGURATOR_ADD"
  1064. res = dev[0].request(cmd);
  1065. if "FAIL" in res:
  1066. raise Exception("Failed to add configurator")
  1067. conf_id = int(res)
  1068. res = dev[0].request("DPP_QR_CODE " + uri)
  1069. if "FAIL" in res:
  1070. raise Exception("Failed to parse QR Code URI")
  1071. id1 = int(res)
  1072. t = threading.Thread(target=dpp_init_conf,
  1073. args=(dev[0], id1, ap_conf, conf_id, extra))
  1074. t.start()
  1075. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Responder,DPPAuthDirection,Single,DPPProvisioningRole,Enrollee,DPPBS,QR,DPPTimeout,6")
  1076. t.join()
  1077. if "ConfResult,OK" not in res:
  1078. raise Exception("Unexpected result: " + res)
  1079. addr = dev[1].own_addr().replace(':', '')
  1080. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/1 mac=" + addr
  1081. res = dev[1].request(cmd)
  1082. if "FAIL" in res:
  1083. raise Exception("Failed to generate bootstrapping info")
  1084. id1 = int(res)
  1085. uri1 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id1)
  1086. res = dev[0].request("DPP_QR_CODE " + uri1)
  1087. if "FAIL" in res:
  1088. raise Exception("Failed to parse QR Code URI")
  1089. id0b = int(res)
  1090. dev[1].set("dpp_config_processing", "2")
  1091. cmd = "DPP_LISTEN 2412"
  1092. if "OK" not in dev[1].request(cmd):
  1093. raise Exception("Failed to start listen operation")
  1094. cmd = "DPP_AUTH_INIT peer=%d conf=%s %s configurator=%d" % (id0b, sta_conf, extra, conf_id)
  1095. if "OK" not in dev[0].request(cmd):
  1096. raise Exception("Failed to initiate DPP Authentication")
  1097. dev[1].wait_connected()
  1098. sigma_dut_cmd_check("ap_reset_default")
  1099. finally:
  1100. dev[1].set("dpp_config_processing", "0")
  1101. stop_sigma_dut(sigma)
  1102. def test_sigma_dut_ap_dpp_pkex_responder(dev, apdev, params):
  1103. """sigma_dut controlled AP as DPP PKEX responder"""
  1104. logdir = os.path.join(params['logdir'],
  1105. "sigma_dut_ap_dpp_pkex_responder.sigma-hostapd")
  1106. with HWSimRadio() as (radio, iface):
  1107. sigma = start_sigma_dut(iface, hostapd_logdir=logdir)
  1108. try:
  1109. run_sigma_dut_ap_dpp_pkex_responder(dev, apdev)
  1110. finally:
  1111. stop_sigma_dut(sigma)
  1112. def dpp_init_conf_pkex(dev, conf_id):
  1113. logger.info("Starting DPP PKEX initiator/configurator in a thread")
  1114. time.sleep(1.5)
  1115. cmd = "DPP_BOOTSTRAP_GEN type=pkex"
  1116. res = dev.request(cmd)
  1117. if "FAIL" in res:
  1118. raise Exception("Failed to generate bootstrapping info")
  1119. id = int(res)
  1120. cmd = "DPP_PKEX_ADD own=%d init=1 conf=ap-dpp configurator=%d code=password" % (id, conf_id)
  1121. res = dev.request(cmd)
  1122. if "FAIL" in res:
  1123. raise Exception("Failed to initiate DPP PKEX")
  1124. ev = dev.wait_event(["DPP-CONF-SENT"], timeout=5)
  1125. if ev is None:
  1126. raise Exception("DPP configuration not completed (Configurator)")
  1127. logger.info("DPP initiator/configurator done")
  1128. def run_sigma_dut_ap_dpp_pkex_responder(dev, apdev):
  1129. sigma_dut_cmd_check("ap_reset_default,program,DPP")
  1130. cmd = "DPP_CONFIGURATOR_ADD"
  1131. res = dev[0].request(cmd);
  1132. if "FAIL" in res:
  1133. raise Exception("Failed to add configurator")
  1134. conf_id = int(res)
  1135. t = threading.Thread(target=dpp_init_conf_pkex, args=(dev[0], conf_id))
  1136. t.start()
  1137. 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)
  1138. t.join()
  1139. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK" not in res:
  1140. raise Exception("Unexpected result: " + res)
  1141. sigma_dut_cmd_check("ap_reset_default")
  1142. def dpp_proto_init(dev, id1):
  1143. time.sleep(1)
  1144. logger.info("Starting DPP initiator/configurator in a thread")
  1145. cmd = "DPP_CONFIGURATOR_ADD"
  1146. res = dev.request(cmd);
  1147. if "FAIL" in res:
  1148. raise Exception("Failed to add configurator")
  1149. conf_id = int(res)
  1150. cmd = "DPP_AUTH_INIT peer=%d conf=sta-dpp configurator=%d" % (id1, conf_id)
  1151. if "OK" not in dev.request(cmd):
  1152. raise Exception("Failed to initiate DPP Authentication")
  1153. def test_sigma_dut_dpp_proto_initiator(dev, apdev):
  1154. """sigma_dut DPP protocol testing - Initiator"""
  1155. check_dpp_capab(dev[0])
  1156. check_dpp_capab(dev[1])
  1157. tests = [ ("InvalidValue", "AuthenticationRequest", "WrappedData",
  1158. "BootstrapResult,OK,AuthResult,Errorsent",
  1159. None),
  1160. ("InvalidValue", "AuthenticationConfirm", "WrappedData",
  1161. "BootstrapResult,OK,AuthResult,Errorsent",
  1162. None),
  1163. ("MissingAttribute", "AuthenticationRequest", "InitCapabilities",
  1164. "BootstrapResult,OK,AuthResult,Errorsent",
  1165. "Missing or invalid I-capabilities"),
  1166. ("InvalidValue", "AuthenticationConfirm", "InitAuthTag",
  1167. "BootstrapResult,OK,AuthResult,Errorsent",
  1168. "Mismatching Initiator Authenticating Tag"),
  1169. ("MissingAttribute", "ConfigurationResponse", "EnrolleeNonce",
  1170. "BootstrapResult,OK,AuthResult,OK,ConfResult,Errorsent",
  1171. "Missing or invalid Enrollee Nonce attribute") ]
  1172. for step, frame, attr, result, fail in tests:
  1173. dev[0].request("FLUSH")
  1174. dev[1].request("FLUSH")
  1175. sigma = start_sigma_dut(dev[0].ifname)
  1176. try:
  1177. run_sigma_dut_dpp_proto_initiator(dev, step, frame, attr, result,
  1178. fail)
  1179. finally:
  1180. stop_sigma_dut(sigma)
  1181. def run_sigma_dut_dpp_proto_initiator(dev, step, frame, attr, result, fail):
  1182. addr = dev[1].own_addr().replace(':', '')
  1183. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  1184. res = dev[1].request(cmd)
  1185. if "FAIL" in res:
  1186. raise Exception("Failed to generate bootstrapping info")
  1187. id0 = int(res)
  1188. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  1189. cmd = "DPP_LISTEN 2437 role=enrollee"
  1190. if "OK" not in dev[1].request(cmd):
  1191. raise Exception("Failed to start listen operation")
  1192. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  1193. if "status,COMPLETE" not in res:
  1194. raise Exception("dev_exec_action did not succeed: " + res)
  1195. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Single,DPPProvisioningRole,Configurator,DPPConfIndex,1,DPPSigningKeyECC,P-256,DPPConfEnrolleeRole,STA,DPPBS,QR,DPPTimeout,6,DPPStep,%s,DPPFrameType,%s,DPPIEAttribute,%s" % (step, frame, attr))
  1196. if result not in res:
  1197. raise Exception("Unexpected result: " + res)
  1198. if fail:
  1199. ev = dev[1].wait_event(["DPP-FAIL"], timeout=5)
  1200. if ev is None or fail not in ev:
  1201. raise Exception("Failure not reported correctly: " + str(ev))
  1202. dev[1].request("DPP_STOP_LISTEN")
  1203. dev[0].dump_monitor()
  1204. dev[1].dump_monitor()
  1205. def test_sigma_dut_dpp_proto_responder(dev, apdev):
  1206. """sigma_dut DPP protocol testing - Responder"""
  1207. check_dpp_capab(dev[0])
  1208. check_dpp_capab(dev[1])
  1209. tests = [ ("MissingAttribute", "AuthenticationResponse", "DPPStatus",
  1210. "BootstrapResult,OK,AuthResult,Errorsent",
  1211. "Missing or invalid required DPP Status attribute"),
  1212. ("MissingAttribute", "ConfigurationRequest", "EnrolleeNonce",
  1213. "BootstrapResult,OK,AuthResult,OK,ConfResult,Errorsent",
  1214. "Missing or invalid Enrollee Nonce attribute") ]
  1215. for step, frame, attr, result, fail in tests:
  1216. dev[0].request("FLUSH")
  1217. dev[1].request("FLUSH")
  1218. sigma = start_sigma_dut(dev[0].ifname)
  1219. try:
  1220. run_sigma_dut_dpp_proto_responder(dev, step, frame, attr, result,
  1221. fail)
  1222. finally:
  1223. stop_sigma_dut(sigma)
  1224. def run_sigma_dut_dpp_proto_responder(dev, step, frame, attr, result, fail):
  1225. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,GetLocalBootstrap,DPPCryptoIdentifier,P-256,DPPBS,QR")
  1226. if "status,COMPLETE" not in res:
  1227. raise Exception("dev_exec_action did not succeed: " + res)
  1228. hex = res.split(',')[3]
  1229. uri = hex.decode('hex')
  1230. logger.info("URI from sigma_dut: " + uri)
  1231. res = dev[1].request("DPP_QR_CODE " + uri)
  1232. if "FAIL" in res:
  1233. raise Exception("Failed to parse QR Code URI")
  1234. id1 = int(res)
  1235. t = threading.Thread(target=dpp_proto_init, args=(dev[1], id1))
  1236. t.start()
  1237. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Responder,DPPAuthDirection,Single,DPPProvisioningRole,Enrollee,DPPConfIndex,1,DPPSigningKeyECC,P-256,DPPConfEnrolleeRole,STA,DPPBS,QR,DPPTimeout,6,DPPStep,%s,DPPFrameType,%s,DPPIEAttribute,%s" % (step, frame, attr), timeout=10)
  1238. t.join()
  1239. if result not in res:
  1240. raise Exception("Unexpected result: " + res)
  1241. if fail:
  1242. ev = dev[1].wait_event(["DPP-FAIL"], timeout=5)
  1243. if ev is None or fail not in ev:
  1244. raise Exception("Failure not reported correctly:" + str(ev))
  1245. dev[1].request("DPP_STOP_LISTEN")
  1246. dev[0].dump_monitor()
  1247. dev[1].dump_monitor()
  1248. def dpp_proto_init_pkex(dev):
  1249. time.sleep(1)
  1250. logger.info("Starting DPP PKEX initiator/configurator in a thread")
  1251. cmd = "DPP_CONFIGURATOR_ADD"
  1252. res = dev.request(cmd);
  1253. if "FAIL" in res:
  1254. raise Exception("Failed to add configurator")
  1255. conf_id = int(res)
  1256. cmd = "DPP_BOOTSTRAP_GEN type=pkex"
  1257. res = dev.request(cmd)
  1258. if "FAIL" in res:
  1259. raise Exception("Failed to generate bootstrapping info")
  1260. id = int(res)
  1261. cmd = "DPP_PKEX_ADD own=%d init=1 conf=sta-dpp configurator=%d code=secret" % (id, conf_id)
  1262. if "FAIL" in dev.request(cmd):
  1263. raise Exception("Failed to initiate DPP PKEX")
  1264. def test_sigma_dut_dpp_proto_initiator_pkex(dev, apdev):
  1265. """sigma_dut DPP protocol testing - Initiator (PKEX)"""
  1266. check_dpp_capab(dev[0])
  1267. check_dpp_capab(dev[1])
  1268. tests = [ ("InvalidValue", "PKEXCRRequest", "WrappedData",
  1269. "BootstrapResult,Errorsent",
  1270. None),
  1271. ("MissingAttribute", "PKEXExchangeRequest", "FiniteCyclicGroup",
  1272. "BootstrapResult,Errorsent",
  1273. "Missing or invalid Finite Cyclic Group attribute"),
  1274. ("MissingAttribute", "PKEXCRRequest", "BSKey",
  1275. "BootstrapResult,Errorsent",
  1276. "No valid peer bootstrapping key found") ]
  1277. for step, frame, attr, result, fail in tests:
  1278. dev[0].request("FLUSH")
  1279. dev[1].request("FLUSH")
  1280. sigma = start_sigma_dut(dev[0].ifname)
  1281. try:
  1282. run_sigma_dut_dpp_proto_initiator_pkex(dev, step, frame, attr,
  1283. result, fail)
  1284. finally:
  1285. stop_sigma_dut(sigma)
  1286. def run_sigma_dut_dpp_proto_initiator_pkex(dev, step, frame, attr, result, fail):
  1287. cmd = "DPP_BOOTSTRAP_GEN type=pkex"
  1288. res = dev[1].request(cmd)
  1289. if "FAIL" in res:
  1290. raise Exception("Failed to generate bootstrapping info")
  1291. id1 = int(res)
  1292. cmd = "DPP_PKEX_ADD own=%d code=secret" % (id1)
  1293. res = dev[1].request(cmd)
  1294. if "FAIL" in res:
  1295. raise Exception("Failed to set PKEX data (responder)")
  1296. cmd = "DPP_LISTEN 2437 role=enrollee"
  1297. if "OK" not in dev[1].request(cmd):
  1298. raise Exception("Failed to start listen operation")
  1299. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Single,DPPProvisioningRole,Configurator,DPPConfIndex,1,DPPSigningKeyECC,P-256,DPPConfEnrolleeRole,STA,DPPBS,PKEX,DPPPKEXCode,secret,DPPTimeout,6,DPPStep,%s,DPPFrameType,%s,DPPIEAttribute,%s" % (step, frame, attr))
  1300. if result not in res:
  1301. raise Exception("Unexpected result: " + res)
  1302. if fail:
  1303. ev = dev[1].wait_event(["DPP-FAIL"], timeout=5)
  1304. if ev is None or fail not in ev:
  1305. raise Exception("Failure not reported correctly: " + str(ev))
  1306. dev[1].request("DPP_STOP_LISTEN")
  1307. dev[0].dump_monitor()
  1308. dev[1].dump_monitor()
  1309. def test_sigma_dut_dpp_proto_responder_pkex(dev, apdev):
  1310. """sigma_dut DPP protocol testing - Responder (PKEX)"""
  1311. check_dpp_capab(dev[0])
  1312. check_dpp_capab(dev[1])
  1313. tests = [ ("InvalidValue", "PKEXCRResponse", "WrappedData",
  1314. "BootstrapResult,Errorsent",
  1315. None),
  1316. ("MissingAttribute", "PKEXExchangeResponse", "DPPStatus",
  1317. "BootstrapResult,Errorsent",
  1318. "No DPP Status attribute"),
  1319. ("MissingAttribute", "PKEXCRResponse", "BSKey",
  1320. "BootstrapResult,Errorsent",
  1321. "No valid peer bootstrapping key found") ]
  1322. for step, frame, attr, result, fail in tests:
  1323. dev[0].request("FLUSH")
  1324. dev[1].request("FLUSH")
  1325. sigma = start_sigma_dut(dev[0].ifname)
  1326. try:
  1327. run_sigma_dut_dpp_proto_responder_pkex(dev, step, frame, attr,
  1328. result, fail)
  1329. finally:
  1330. stop_sigma_dut(sigma)
  1331. def run_sigma_dut_dpp_proto_responder_pkex(dev, step, frame, attr, result, fail):
  1332. t = threading.Thread(target=dpp_proto_init_pkex, args=(dev[1],))
  1333. t.start()
  1334. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Responder,DPPAuthDirection,Single,DPPProvisioningRole,Enrollee,DPPConfIndex,1,DPPSigningKeyECC,P-256,DPPConfEnrolleeRole,STA,DPPBS,PKEX,DPPPKEXCode,secret,DPPTimeout,6,DPPStep,%s,DPPFrameType,%s,DPPIEAttribute,%s" % (step, frame, attr), timeout=10)
  1335. t.join()
  1336. if result not in res:
  1337. raise Exception("Unexpected result: " + res)
  1338. if fail:
  1339. ev = dev[1].wait_event(["DPP-FAIL"], timeout=5)
  1340. if ev is None or fail not in ev:
  1341. raise Exception("Failure not reported correctly:" + str(ev))
  1342. dev[1].request("DPP_STOP_LISTEN")
  1343. dev[0].dump_monitor()
  1344. dev[1].dump_monitor()
  1345. def init_sigma_dut_dpp_proto_peer_disc_req(dev, apdev):
  1346. check_dpp_capab(dev[0])
  1347. check_dpp_capab(dev[1])
  1348. csign = "30770201010420768240a3fc89d6662d9782f120527fe7fb9edc6366ab0b9c7dde96125cfd250fa00a06082a8648ce3d030107a144034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  1349. csign_pub = "3059301306072a8648ce3d020106082a8648ce3d030107034200042908e1baf7bf413cc66f9e878a03e8bb1835ba94b033dbe3d6969fc8575d5eb5dfda1cb81c95cee21d0cd7d92ba30541ffa05cb6296f5dd808b0c1c2a83c0708"
  1350. ap_connector = "eyJ0eXAiOiJkcHBDb24iLCJraWQiOiJwYWtZbXVzd1dCdWpSYTl5OEsweDViaTVrT3VNT3dzZHRlaml2UG55ZHZzIiwiYWxnIjoiRVMyNTYifQ.eyJncm91cHMiOlt7Imdyb3VwSWQiOiIqIiwibmV0Um9sZSI6ImFwIn1dLCJuZXRBY2Nlc3NLZXkiOnsia3R5IjoiRUMiLCJjcnYiOiJQLTI1NiIsIngiOiIybU5vNXZuRkI5bEw3d1VWb1hJbGVPYzBNSEE1QXZKbnpwZXZULVVTYzVNIiwieSI6IlhzS3dqVHJlLTg5WWdpU3pKaG9CN1haeUttTU05OTl3V2ZaSVl0bi01Q3MifX0.XhjFpZgcSa7G2lHy0OCYTvaZFRo5Hyx6b7g7oYyusLC7C_73AJ4_BxEZQVYJXAtDuGvb3dXSkHEKxREP9Q6Qeg"
  1351. ap_netaccesskey = "30770201010420ceba752db2ad5200fa7bc565b9c05c69b7eb006751b0b329b0279de1c19ca67ca00a06082a8648ce3d030107a14403420004da6368e6f9c507d94bef0515a1722578e73430703902f267ce97af4fe51273935ec2b08d3adefbcf588224b3261a01ed76722a630cf7df7059f64862d9fee42b"
  1352. params = { "ssid": "DPPNET01",
  1353. "wpa": "2",
  1354. "wpa_key_mgmt": "DPP",
  1355. "rsn_pairwise": "CCMP",
  1356. "dpp_connector": ap_connector,
  1357. "dpp_csign": csign_pub,
  1358. "dpp_netaccesskey": ap_netaccesskey }
  1359. try:
  1360. hapd = hostapd.add_ap(apdev[0], params)
  1361. except:
  1362. raise HwsimSkip("DPP not supported")
  1363. dev[0].set("dpp_config_processing", "2")
  1364. cmd = "DPP_CONFIGURATOR_ADD key=" + csign
  1365. res = dev[1].request(cmd);
  1366. if "FAIL" in res:
  1367. raise Exception("Failed to add configurator")
  1368. conf_id = int(res)
  1369. addr = dev[1].own_addr().replace(':', '')
  1370. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/6 mac=" + addr
  1371. res = dev[1].request(cmd)
  1372. if "FAIL" in res:
  1373. raise Exception("Failed to generate bootstrapping info")
  1374. id0 = int(res)
  1375. uri0 = dev[1].request("DPP_BOOTSTRAP_GET_URI %d" % id0)
  1376. dev[1].set("dpp_configurator_params",
  1377. " conf=sta-dpp ssid=%s configurator=%d" % ("DPPNET01".encode("hex"), conf_id));
  1378. cmd = "DPP_LISTEN 2437 role=configurator"
  1379. if "OK" not in dev[1].request(cmd):
  1380. raise Exception("Failed to start listen operation")
  1381. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri0.encode('hex'))
  1382. if "status,COMPLETE" not in res:
  1383. raise Exception("dev_exec_action did not succeed: " + res)
  1384. def test_sigma_dut_dpp_proto_peer_disc_req(dev, apdev):
  1385. """sigma_dut DPP protocol testing - Peer Discovery Request"""
  1386. sigma = start_sigma_dut(dev[0].ifname)
  1387. try:
  1388. init_sigma_dut_dpp_proto_peer_disc_req(dev, apdev)
  1389. 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)
  1390. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK,NetworkIntroResult,Errorsent" not in res:
  1391. raise Exception("Unexpected result: " + res)
  1392. finally:
  1393. dev[0].set("dpp_config_processing", "0")
  1394. stop_sigma_dut(sigma)
  1395. def test_sigma_dut_dpp_self_config(dev, apdev):
  1396. """sigma_dut DPP Configurator enrolling an AP and using self-configuration"""
  1397. check_dpp_capab(dev[0])
  1398. hapd = hostapd.add_ap(apdev[0], { "ssid": "unconfigured" })
  1399. check_dpp_capab(hapd)
  1400. sigma = start_sigma_dut(dev[0].ifname)
  1401. try:
  1402. dev[0].set("dpp_config_processing", "2")
  1403. addr = hapd.own_addr().replace(':', '')
  1404. cmd = "DPP_BOOTSTRAP_GEN type=qrcode chan=81/1 mac=" + addr
  1405. res = hapd.request(cmd)
  1406. if "FAIL" in res:
  1407. raise Exception("Failed to generate bootstrapping info")
  1408. id = int(res)
  1409. uri = hapd.request("DPP_BOOTSTRAP_GET_URI %d" % id)
  1410. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,SetPeerBootstrap,DPPBootstrappingdata,%s,DPPBS,QR" % uri.encode('hex'))
  1411. if "status,COMPLETE" not in res:
  1412. raise Exception("dev_exec_action did not succeed: " + res)
  1413. res = sigma_dut_cmd("dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPAuthRole,Initiator,DPPAuthDirection,Single,DPPProvisioningRole,Configurator,DPPConfIndex,1,DPPSigningKeyECC,P-256,DPPConfEnrolleeRole,AP,DPPBS,QR,DPPTimeout,6")
  1414. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK" not in res:
  1415. raise Exception("Unexpected result: " + res)
  1416. update_hapd_config(hapd)
  1417. cmd = "dev_exec_action,program,DPP,DPPActionType,AutomaticDPP,DPPCryptoIdentifier,P-256,DPPBS,QR,DPPAuthRole,Initiator,DPPProvisioningRole,Configurator,DPPAuthDirection,Single,DPPConfIndex,1,DPPTimeout,6,DPPWaitForConnect,Yes,DPPSelfConfigure,Yes"
  1418. res = sigma_dut_cmd(cmd, timeout=10)
  1419. if "BootstrapResult,OK,AuthResult,OK,ConfResult,OK,NetworkIntroResult,OK,NetworkConnectResult,OK" not in res:
  1420. raise Exception("Unexpected result: " + res)
  1421. finally:
  1422. stop_sigma_dut(sigma)
  1423. dev[0].set("dpp_config_processing", "0")