test_wpas_mesh.py 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628
  1. # wpa_supplicant mesh mode tests
  2. # Copyright (c) 2014, cozybit 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 struct
  10. import subprocess
  11. import time
  12. import hwsim_utils
  13. import hostapd
  14. from wpasupplicant import WpaSupplicant
  15. from utils import HwsimSkip, alloc_fail, fail_test, wait_fail_trigger
  16. from tshark import run_tshark
  17. def check_mesh_support(dev, secure=False):
  18. if "MESH" not in dev.get_capability("modes"):
  19. raise HwsimSkip("Driver does not support mesh")
  20. if secure and "SAE" not in dev.get_capability("auth_alg"):
  21. raise HwsimSkip("SAE not supported")
  22. def check_mesh_scan(dev, params, other_started=False, beacon_int=0):
  23. if not other_started:
  24. dev.dump_monitor()
  25. id = dev.request("SCAN " + params)
  26. if "FAIL" in id:
  27. raise Exception("Failed to start scan")
  28. id = int(id)
  29. if other_started:
  30. ev = dev.wait_event(["CTRL-EVENT-SCAN-STARTED"])
  31. if ev is None:
  32. raise Exception("Other scan did not start")
  33. if "id=" + str(id) in ev:
  34. raise Exception("Own scan id unexpectedly included in start event")
  35. ev = dev.wait_event(["CTRL-EVENT-SCAN-RESULTS"])
  36. if ev is None:
  37. raise Exception("Other scan did not complete")
  38. if "id=" + str(id) in ev:
  39. raise Exception(
  40. "Own scan id unexpectedly included in completed event")
  41. ev = dev.wait_event(["CTRL-EVENT-SCAN-STARTED"])
  42. if ev is None:
  43. raise Exception("Scan did not start")
  44. if "id=" + str(id) not in ev:
  45. raise Exception("Scan id not included in start event")
  46. ev = dev.wait_event(["CTRL-EVENT-SCAN-RESULTS"])
  47. if ev is None:
  48. raise Exception("Scan did not complete")
  49. if "id=" + str(id) not in ev:
  50. raise Exception("Scan id not included in completed event")
  51. res = dev.request("SCAN_RESULTS")
  52. if res.find("[MESH]") < 0:
  53. raise Exception("Scan did not contain a MESH network")
  54. bssid = res.splitlines()[1].split(' ')[0]
  55. bss = dev.get_bss(bssid)
  56. if bss is None:
  57. raise Exception("Could not get BSS entry for mesh")
  58. if 'mesh_capability' not in bss:
  59. raise Exception("mesh_capability missing from BSS entry")
  60. if beacon_int:
  61. if 'beacon_int' not in bss:
  62. raise Exception("beacon_int missing from BSS entry")
  63. if str(beacon_int) != bss['beacon_int']:
  64. raise Exception("Unexpected beacon_int in BSS entry: " + bss['beacon_int'])
  65. def check_mesh_group_added(dev):
  66. ev = dev.wait_event(["MESH-GROUP-STARTED"])
  67. if ev is None:
  68. raise Exception("Test exception: Couldn't join mesh")
  69. def check_mesh_group_removed(dev):
  70. ev = dev.wait_event(["MESH-GROUP-REMOVED"])
  71. if ev is None:
  72. raise Exception("Test exception: Couldn't leave mesh")
  73. def check_mesh_peer_connected(dev, timeout=10):
  74. ev = dev.wait_event(["MESH-PEER-CONNECTED"], timeout=timeout)
  75. if ev is None:
  76. raise Exception("Test exception: Remote peer did not connect.")
  77. def check_mesh_peer_disconnected(dev):
  78. ev = dev.wait_event(["MESH-PEER-DISCONNECTED"])
  79. if ev is None:
  80. raise Exception("Test exception: Peer disconnect event not detected.")
  81. def test_wpas_add_set_remove_support(dev):
  82. """wpa_supplicant MESH add/set/remove network support"""
  83. check_mesh_support(dev[0])
  84. id = dev[0].add_network()
  85. dev[0].set_network(id, "mode", "5")
  86. dev[0].remove_network(id)
  87. def add_open_mesh_network(dev, freq="2412", start=True, beacon_int=0,
  88. basic_rates=None, chwidth=0):
  89. id = dev.add_network()
  90. dev.set_network(id, "mode", "5")
  91. dev.set_network_quoted(id, "ssid", "wpas-mesh-open")
  92. dev.set_network(id, "key_mgmt", "NONE")
  93. if freq:
  94. dev.set_network(id, "frequency", freq)
  95. if chwidth > 0:
  96. dev.set_network(id, "max_oper_chwidth", str(chwidth))
  97. if beacon_int:
  98. dev.set_network(id, "beacon_int", str(beacon_int))
  99. if basic_rates:
  100. dev.set_network(id, "mesh_basic_rates", basic_rates)
  101. if start:
  102. dev.mesh_group_add(id)
  103. return id
  104. def test_wpas_mesh_group_added(dev):
  105. """wpa_supplicant MESH group add"""
  106. check_mesh_support(dev[0])
  107. add_open_mesh_network(dev[0])
  108. # Check for MESH-GROUP-STARTED event
  109. check_mesh_group_added(dev[0])
  110. def test_wpas_mesh_group_remove(dev):
  111. """wpa_supplicant MESH group remove"""
  112. check_mesh_support(dev[0])
  113. add_open_mesh_network(dev[0])
  114. # Check for MESH-GROUP-STARTED event
  115. check_mesh_group_added(dev[0])
  116. dev[0].mesh_group_remove()
  117. # Check for MESH-GROUP-REMOVED event
  118. check_mesh_group_removed(dev[0])
  119. dev[0].mesh_group_remove()
  120. def test_wpas_mesh_peer_connected(dev):
  121. """wpa_supplicant MESH peer connected"""
  122. check_mesh_support(dev[0])
  123. add_open_mesh_network(dev[0], beacon_int=160)
  124. add_open_mesh_network(dev[1], beacon_int=160)
  125. # Check for mesh joined
  126. check_mesh_group_added(dev[0])
  127. check_mesh_group_added(dev[1])
  128. # Check for peer connected
  129. check_mesh_peer_connected(dev[0])
  130. check_mesh_peer_connected(dev[1])
  131. def test_wpas_mesh_peer_disconnected(dev):
  132. """wpa_supplicant MESH peer disconnected"""
  133. check_mesh_support(dev[0])
  134. add_open_mesh_network(dev[0])
  135. add_open_mesh_network(dev[1])
  136. # Check for mesh joined
  137. check_mesh_group_added(dev[0])
  138. check_mesh_group_added(dev[1])
  139. # Check for peer connected
  140. check_mesh_peer_connected(dev[0])
  141. check_mesh_peer_connected(dev[1])
  142. # Remove group on dev 1
  143. dev[1].mesh_group_remove()
  144. # Device 0 should get a disconnection event
  145. check_mesh_peer_disconnected(dev[0])
  146. def test_wpas_mesh_mode_scan(dev):
  147. """wpa_supplicant MESH scan support"""
  148. check_mesh_support(dev[0])
  149. add_open_mesh_network(dev[0])
  150. add_open_mesh_network(dev[1], beacon_int=175)
  151. # Check for mesh joined
  152. check_mesh_group_added(dev[0])
  153. check_mesh_group_added(dev[1])
  154. # Check for Mesh scan
  155. check_mesh_scan(dev[0], "use_id=1", beacon_int=175)
  156. def test_wpas_mesh_open(dev, apdev):
  157. """wpa_supplicant open MESH network connectivity"""
  158. check_mesh_support(dev[0])
  159. add_open_mesh_network(dev[0], freq="2462", basic_rates="60 120 240")
  160. add_open_mesh_network(dev[1], freq="2462", basic_rates="60 120 240")
  161. # Check for mesh joined
  162. check_mesh_group_added(dev[0])
  163. check_mesh_group_added(dev[1])
  164. # Check for peer connected
  165. check_mesh_peer_connected(dev[0])
  166. check_mesh_peer_connected(dev[1])
  167. # Test connectivity 0->1 and 1->0
  168. hwsim_utils.test_connectivity(dev[0], dev[1])
  169. def test_wpas_mesh_open_no_auto(dev, apdev):
  170. """wpa_supplicant open MESH network connectivity"""
  171. check_mesh_support(dev[0])
  172. id = add_open_mesh_network(dev[0], start=False)
  173. dev[0].set_network(id, "dot11MeshMaxRetries", "16")
  174. dev[0].set_network(id, "dot11MeshRetryTimeout", "255")
  175. dev[0].mesh_group_add(id)
  176. id = add_open_mesh_network(dev[1], start=False)
  177. dev[1].set_network(id, "no_auto_peer", "1")
  178. dev[1].mesh_group_add(id)
  179. # Check for mesh joined
  180. check_mesh_group_added(dev[0])
  181. check_mesh_group_added(dev[1])
  182. # Check for peer connected
  183. check_mesh_peer_connected(dev[0], timeout=30)
  184. check_mesh_peer_connected(dev[1])
  185. # Test connectivity 0->1 and 1->0
  186. hwsim_utils.test_connectivity(dev[0], dev[1])
  187. def add_mesh_secure_net(dev, psk=True, pmf=False):
  188. id = dev.add_network()
  189. dev.set_network(id, "mode", "5")
  190. dev.set_network_quoted(id, "ssid", "wpas-mesh-sec")
  191. dev.set_network(id, "key_mgmt", "SAE")
  192. dev.set_network(id, "frequency", "2412")
  193. if psk:
  194. dev.set_network_quoted(id, "psk", "thisismypassphrase!")
  195. if pmf:
  196. dev.set_network(id, "ieee80211w", "2")
  197. return id
  198. def test_wpas_mesh_secure(dev, apdev):
  199. """wpa_supplicant secure MESH network connectivity"""
  200. check_mesh_support(dev[0], secure=True)
  201. dev[0].request("SET sae_groups ")
  202. id = add_mesh_secure_net(dev[0])
  203. dev[0].mesh_group_add(id)
  204. dev[1].request("SET sae_groups ")
  205. id = add_mesh_secure_net(dev[1])
  206. dev[1].mesh_group_add(id)
  207. # Check for mesh joined
  208. check_mesh_group_added(dev[0])
  209. check_mesh_group_added(dev[1])
  210. # Check for peer connected
  211. check_mesh_peer_connected(dev[0])
  212. check_mesh_peer_connected(dev[1])
  213. # Test connectivity 0->1 and 1->0
  214. hwsim_utils.test_connectivity(dev[0], dev[1])
  215. def test_mesh_secure_pmf(dev, apdev):
  216. """Secure mesh network connectivity with PMF enabled"""
  217. check_mesh_support(dev[0], secure=True)
  218. dev[0].request("SET sae_groups ")
  219. id = add_mesh_secure_net(dev[0], pmf=True)
  220. dev[0].mesh_group_add(id)
  221. dev[1].request("SET sae_groups ")
  222. id = add_mesh_secure_net(dev[1], pmf=True)
  223. dev[1].mesh_group_add(id)
  224. # Check for mesh joined
  225. check_mesh_group_added(dev[0])
  226. check_mesh_group_added(dev[1])
  227. # Check for peer connected
  228. check_mesh_peer_connected(dev[0])
  229. check_mesh_peer_connected(dev[1])
  230. # Test connectivity 0->1 and 1->0
  231. hwsim_utils.test_connectivity(dev[0], dev[1])
  232. def test_wpas_mesh_secure_sae_group_mismatch(dev, apdev):
  233. """wpa_supplicant secure MESH and SAE group mismatch"""
  234. check_mesh_support(dev[0], secure=True)
  235. addr0 = dev[0].p2p_interface_addr()
  236. addr1 = dev[1].p2p_interface_addr()
  237. addr2 = dev[2].p2p_interface_addr()
  238. dev[0].request("SET sae_groups 19 25")
  239. id = add_mesh_secure_net(dev[0])
  240. dev[0].mesh_group_add(id)
  241. dev[1].request("SET sae_groups 19")
  242. id = add_mesh_secure_net(dev[1])
  243. dev[1].mesh_group_add(id)
  244. dev[2].request("SET sae_groups 26")
  245. id = add_mesh_secure_net(dev[2])
  246. dev[2].mesh_group_add(id)
  247. check_mesh_group_added(dev[0])
  248. check_mesh_group_added(dev[1])
  249. check_mesh_group_added(dev[2])
  250. ev = dev[0].wait_event(["MESH-PEER-CONNECTED"])
  251. if ev is None:
  252. raise Exception("Remote peer did not connect")
  253. if addr1 not in ev:
  254. raise Exception("Unexpected peer connected: " + ev)
  255. ev = dev[1].wait_event(["MESH-PEER-CONNECTED"])
  256. if ev is None:
  257. raise Exception("Remote peer did not connect")
  258. if addr0 not in ev:
  259. raise Exception("Unexpected peer connected: " + ev)
  260. ev = dev[2].wait_event(["MESH-PEER-CONNECTED"], timeout=1)
  261. if ev is not None:
  262. raise Exception("Unexpected peer connection at dev[2]: " + ev)
  263. ev = dev[0].wait_event(["MESH-PEER-CONNECTED"], timeout=0.1)
  264. if ev is not None:
  265. raise Exception("Unexpected peer connection: " + ev)
  266. ev = dev[1].wait_event(["MESH-PEER-CONNECTED"], timeout=0.1)
  267. if ev is not None:
  268. raise Exception("Unexpected peer connection: " + ev)
  269. dev[0].request("SET sae_groups ")
  270. dev[1].request("SET sae_groups ")
  271. dev[2].request("SET sae_groups ")
  272. def test_wpas_mesh_secure_sae_group_negotiation(dev, apdev):
  273. """wpa_supplicant secure MESH and SAE group negotiation"""
  274. check_mesh_support(dev[0], secure=True)
  275. addr0 = dev[0].own_addr()
  276. addr1 = dev[1].own_addr()
  277. #dev[0].request("SET sae_groups 21 20 25 26")
  278. dev[0].request("SET sae_groups 25")
  279. id = add_mesh_secure_net(dev[0])
  280. dev[0].mesh_group_add(id)
  281. dev[1].request("SET sae_groups 19 25")
  282. id = add_mesh_secure_net(dev[1])
  283. dev[1].mesh_group_add(id)
  284. check_mesh_group_added(dev[0])
  285. check_mesh_group_added(dev[1])
  286. check_mesh_peer_connected(dev[0])
  287. check_mesh_peer_connected(dev[1])
  288. dev[0].request("SET sae_groups ")
  289. dev[1].request("SET sae_groups ")
  290. def test_wpas_mesh_secure_sae_missing_password(dev, apdev):
  291. """wpa_supplicant secure MESH and missing SAE password"""
  292. check_mesh_support(dev[0], secure=True)
  293. id = add_mesh_secure_net(dev[0], psk=False)
  294. dev[0].set_network(id, "psk", "8f20b381f9b84371d61b5080ad85cac3c61ab3ca9525be5b2d0f4da3d979187a")
  295. dev[0].mesh_group_add(id)
  296. ev = dev[0].wait_event(["MESH-GROUP-STARTED", "Could not join mesh"],
  297. timeout=5)
  298. if ev is None:
  299. raise Exception("Timeout on mesh start event")
  300. if "MESH-GROUP-STARTED" in ev:
  301. raise Exception("Unexpected mesh group start")
  302. ev = dev[0].wait_event(["MESH-GROUP-STARTED"], timeout=0.1)
  303. if ev is not None:
  304. raise Exception("Unexpected mesh group start")
  305. def test_wpas_mesh_secure_no_auto(dev, apdev):
  306. """wpa_supplicant secure MESH network connectivity"""
  307. check_mesh_support(dev[0], secure=True)
  308. dev[0].request("SET sae_groups 19")
  309. id = add_mesh_secure_net(dev[0])
  310. dev[0].mesh_group_add(id)
  311. dev[1].request("SET sae_groups 19")
  312. id = add_mesh_secure_net(dev[1])
  313. dev[1].set_network(id, "no_auto_peer", "1")
  314. dev[1].mesh_group_add(id)
  315. # Check for mesh joined
  316. check_mesh_group_added(dev[0])
  317. check_mesh_group_added(dev[1])
  318. # Check for peer connected
  319. check_mesh_peer_connected(dev[0], timeout=30)
  320. check_mesh_peer_connected(dev[1])
  321. # Test connectivity 0->1 and 1->0
  322. hwsim_utils.test_connectivity(dev[0], dev[1])
  323. dev[0].request("SET sae_groups ")
  324. dev[1].request("SET sae_groups ")
  325. def test_wpas_mesh_secure_dropped_frame(dev, apdev):
  326. """Secure mesh network connectivity when the first plink Open is dropped"""
  327. check_mesh_support(dev[0], secure=True)
  328. dev[0].request("SET ext_mgmt_frame_handling 1")
  329. dev[0].request("SET sae_groups ")
  330. id = add_mesh_secure_net(dev[0])
  331. dev[0].mesh_group_add(id)
  332. dev[1].request("SET sae_groups ")
  333. id = add_mesh_secure_net(dev[1])
  334. dev[1].mesh_group_add(id)
  335. # Check for mesh joined
  336. check_mesh_group_added(dev[0])
  337. check_mesh_group_added(dev[1])
  338. # Drop the first Action frame (plink Open) to test unexpected order of
  339. # Confirm/Open messages.
  340. count = 0
  341. while True:
  342. count += 1
  343. if count > 10:
  344. raise Exception("Did not see Action frames")
  345. rx_msg = dev[0].mgmt_rx()
  346. if rx_msg is None:
  347. raise Exception("MGMT-RX timeout")
  348. if rx_msg['subtype'] == 13:
  349. logger.info("Drop the first Action frame")
  350. break
  351. if "OK" not in dev[0].request("MGMT_RX_PROCESS freq={} datarate={} ssi_signal={} frame={}".format(rx_msg['freq'], rx_msg['datarate'], rx_msg['ssi_signal'], rx_msg['frame'].encode('hex'))):
  352. raise Exception("MGMT_RX_PROCESS failed")
  353. dev[0].request("SET ext_mgmt_frame_handling 0")
  354. # Check for peer connected
  355. check_mesh_peer_connected(dev[0])
  356. check_mesh_peer_connected(dev[1])
  357. # Test connectivity 0->1 and 1->0
  358. hwsim_utils.test_connectivity(dev[0], dev[1])
  359. def test_wpas_mesh_ctrl(dev):
  360. """wpa_supplicant ctrl_iface mesh command error cases"""
  361. check_mesh_support(dev[0])
  362. if "FAIL" not in dev[0].request("MESH_GROUP_ADD 123"):
  363. raise Exception("Unexpected MESH_GROUP_ADD success")
  364. id = dev[0].add_network()
  365. if "FAIL" not in dev[0].request("MESH_GROUP_ADD %d" % id):
  366. raise Exception("Unexpected MESH_GROUP_ADD success")
  367. dev[0].set_network(id, "mode", "5")
  368. dev[0].set_network(id, "key_mgmt", "WPA-PSK")
  369. if "FAIL" not in dev[0].request("MESH_GROUP_ADD %d" % id):
  370. raise Exception("Unexpected MESH_GROUP_ADD success")
  371. if "FAIL" not in dev[0].request("MESH_GROUP_REMOVE foo"):
  372. raise Exception("Unexpected MESH_GROUP_REMOVE success")
  373. def test_wpas_mesh_dynamic_interface(dev):
  374. """wpa_supplicant mesh with dynamic interface"""
  375. check_mesh_support(dev[0])
  376. mesh0 = None
  377. mesh1 = None
  378. try:
  379. mesh0 = dev[0].request("MESH_INTERFACE_ADD ifname=mesh0")
  380. if "FAIL" in mesh0:
  381. raise Exception("MESH_INTERFACE_ADD failed")
  382. mesh1 = dev[1].request("MESH_INTERFACE_ADD")
  383. if "FAIL" in mesh1:
  384. raise Exception("MESH_INTERFACE_ADD failed")
  385. wpas0 = WpaSupplicant(ifname=mesh0)
  386. wpas1 = WpaSupplicant(ifname=mesh1)
  387. logger.info(mesh0 + " address " + wpas0.get_status_field("address"))
  388. logger.info(mesh1 + " address " + wpas1.get_status_field("address"))
  389. add_open_mesh_network(wpas0)
  390. add_open_mesh_network(wpas1)
  391. check_mesh_group_added(wpas0)
  392. check_mesh_group_added(wpas1)
  393. check_mesh_peer_connected(wpas0)
  394. check_mesh_peer_connected(wpas1)
  395. hwsim_utils.test_connectivity(wpas0, wpas1)
  396. # Must not allow MESH_GROUP_REMOVE on dynamic interface
  397. if "FAIL" not in wpas0.request("MESH_GROUP_REMOVE " + mesh0):
  398. raise Exception("Invalid MESH_GROUP_REMOVE accepted")
  399. if "FAIL" not in wpas1.request("MESH_GROUP_REMOVE " + mesh1):
  400. raise Exception("Invalid MESH_GROUP_REMOVE accepted")
  401. # Must not allow MESH_GROUP_REMOVE on another radio interface
  402. if "FAIL" not in wpas0.request("MESH_GROUP_REMOVE " + mesh1):
  403. raise Exception("Invalid MESH_GROUP_REMOVE accepted")
  404. if "FAIL" not in wpas1.request("MESH_GROUP_REMOVE " + mesh0):
  405. raise Exception("Invalid MESH_GROUP_REMOVE accepted")
  406. wpas0.remove_ifname()
  407. wpas1.remove_ifname()
  408. if "OK" not in dev[0].request("MESH_GROUP_REMOVE " + mesh0):
  409. raise Exception("MESH_GROUP_REMOVE failed")
  410. if "OK" not in dev[1].request("MESH_GROUP_REMOVE " + mesh1):
  411. raise Exception("MESH_GROUP_REMOVE failed")
  412. if "FAIL" not in dev[0].request("MESH_GROUP_REMOVE " + mesh0):
  413. raise Exception("Invalid MESH_GROUP_REMOVE accepted")
  414. if "FAIL" not in dev[1].request("MESH_GROUP_REMOVE " + mesh1):
  415. raise Exception("Invalid MESH_GROUP_REMOVE accepted")
  416. logger.info("Make sure another dynamic group can be added")
  417. mesh0 = dev[0].request("MESH_INTERFACE_ADD ifname=mesh0")
  418. if "FAIL" in mesh0:
  419. raise Exception("MESH_INTERFACE_ADD failed")
  420. mesh1 = dev[1].request("MESH_INTERFACE_ADD")
  421. if "FAIL" in mesh1:
  422. raise Exception("MESH_INTERFACE_ADD failed")
  423. wpas0 = WpaSupplicant(ifname=mesh0)
  424. wpas1 = WpaSupplicant(ifname=mesh1)
  425. logger.info(mesh0 + " address " + wpas0.get_status_field("address"))
  426. logger.info(mesh1 + " address " + wpas1.get_status_field("address"))
  427. add_open_mesh_network(wpas0)
  428. add_open_mesh_network(wpas1)
  429. check_mesh_group_added(wpas0)
  430. check_mesh_group_added(wpas1)
  431. check_mesh_peer_connected(wpas0)
  432. check_mesh_peer_connected(wpas1)
  433. hwsim_utils.test_connectivity(wpas0, wpas1)
  434. finally:
  435. if mesh0:
  436. dev[0].request("MESH_GROUP_REMOVE " + mesh0)
  437. if mesh1:
  438. dev[1].request("MESH_GROUP_REMOVE " + mesh1)
  439. def test_wpas_mesh_max_peering(dev, apdev, params):
  440. """Mesh max peering limit"""
  441. check_mesh_support(dev[0])
  442. try:
  443. dev[0].request("SET max_peer_links 1")
  444. # first, connect dev[0] and dev[1]
  445. add_open_mesh_network(dev[0])
  446. add_open_mesh_network(dev[1])
  447. for i in range(2):
  448. ev = dev[i].wait_event(["MESH-PEER-CONNECTED"])
  449. if ev is None:
  450. raise Exception("dev%d did not connect with any peer" % i)
  451. # add dev[2] which will try to connect with both dev[0] and dev[1],
  452. # but can complete connection only with dev[1]
  453. add_open_mesh_network(dev[2])
  454. for i in range(1, 3):
  455. ev = dev[i].wait_event(["MESH-PEER-CONNECTED"])
  456. if ev is None:
  457. raise Exception("dev%d did not connect the second peer" % i)
  458. ev = dev[0].wait_event(["MESH-PEER-CONNECTED"], timeout=1)
  459. if ev is not None:
  460. raise Exception("dev0 connection beyond max peering limit")
  461. ev = dev[2].wait_event(["MESH-PEER-CONNECTED"], timeout=0.1)
  462. if ev is not None:
  463. raise Exception("dev2 reported unexpected peering: " + ev)
  464. for i in range(3):
  465. dev[i].mesh_group_remove()
  466. check_mesh_group_removed(dev[i])
  467. finally:
  468. dev[0].request("SET max_peer_links 99")
  469. addr0 = dev[0].own_addr()
  470. addr1 = dev[1].own_addr()
  471. addr2 = dev[2].own_addr()
  472. capfile = os.path.join(params['logdir'], "hwsim0.pcapng")
  473. filt = "wlan.fc.type_subtype == 8"
  474. out = run_tshark(capfile, filt, [ "wlan.sa", "wlan.mesh.config.cap" ])
  475. pkts = out.splitlines()
  476. one = [ 0, 0, 0 ]
  477. zero = [ 0, 0, 0 ]
  478. for pkt in pkts:
  479. addr, cap = pkt.split('\t')
  480. cap = int(cap, 16)
  481. if addr == addr0:
  482. idx = 0
  483. elif addr == addr1:
  484. idx = 1
  485. elif addr == addr2:
  486. idx = 2
  487. else:
  488. continue
  489. if cap & 0x01:
  490. one[idx] += 1
  491. else:
  492. zero[idx] += 1
  493. logger.info("one: " + str(one))
  494. logger.info("zero: " + str(zero))
  495. if zero[0] == 0:
  496. raise Exception("Accepting Additional Mesh Peerings not cleared")
  497. if one[0] == 0:
  498. raise Exception("Accepting Additional Mesh Peerings was not set in the first Beacon frame")
  499. if zero[1] > 0 or zero[2] > 0 or one[1] == 0 or one[2] == 0:
  500. raise Exception("Unexpected value in Accepting Additional Mesh Peerings from other STAs")
  501. def test_wpas_mesh_open_5ghz(dev, apdev):
  502. """wpa_supplicant open MESH network on 5 GHz band"""
  503. try:
  504. _test_wpas_mesh_open_5ghz(dev, apdev)
  505. finally:
  506. subprocess.call(['iw', 'reg', 'set', '00'])
  507. dev[0].flush_scan_cache()
  508. dev[1].flush_scan_cache()
  509. def _test_wpas_mesh_open_5ghz(dev, apdev):
  510. check_mesh_support(dev[0])
  511. subprocess.call(['iw', 'reg', 'set', 'US'])
  512. for i in range(2):
  513. for j in range(5):
  514. ev = dev[i].wait_event(["CTRL-EVENT-REGDOM-CHANGE"], timeout=5)
  515. if ev is None:
  516. raise Exception("No regdom change event")
  517. if "alpha2=US" in ev:
  518. break
  519. add_open_mesh_network(dev[i], freq="5180")
  520. # Check for mesh joined
  521. check_mesh_group_added(dev[0])
  522. check_mesh_group_added(dev[1])
  523. # Check for peer connected
  524. check_mesh_peer_connected(dev[0])
  525. check_mesh_peer_connected(dev[1])
  526. # Test connectivity 0->1 and 1->0
  527. hwsim_utils.test_connectivity(dev[0], dev[1])
  528. def test_wpas_mesh_open_vht_80p80(dev, apdev):
  529. """wpa_supplicant open MESH network on VHT 80+80 MHz channel"""
  530. try:
  531. _test_wpas_mesh_open_vht_80p80(dev, apdev)
  532. finally:
  533. subprocess.call(['iw', 'reg', 'set', '00'])
  534. dev[0].flush_scan_cache()
  535. dev[1].flush_scan_cache()
  536. def _test_wpas_mesh_open_vht_80p80(dev, apdev):
  537. check_mesh_support(dev[0])
  538. subprocess.call(['iw', 'reg', 'set', 'US'])
  539. for i in range(2):
  540. for j in range(5):
  541. ev = dev[i].wait_event(["CTRL-EVENT-REGDOM-CHANGE"], timeout=5)
  542. if ev is None:
  543. raise Exception("No regdom change event")
  544. if "alpha2=US" in ev:
  545. break
  546. add_open_mesh_network(dev[i], freq="5180", chwidth=3)
  547. # Check for mesh joined
  548. check_mesh_group_added(dev[0])
  549. check_mesh_group_added(dev[1])
  550. # Check for peer connected
  551. check_mesh_peer_connected(dev[0])
  552. check_mesh_peer_connected(dev[1])
  553. # Test connectivity 0->1 and 1->0
  554. hwsim_utils.test_connectivity(dev[0], dev[1])
  555. sig = dev[0].request("SIGNAL_POLL").splitlines()
  556. if "WIDTH=80+80 MHz" not in sig:
  557. raise Exception("Unexpected SIGNAL_POLL value(2): " + str(sig))
  558. if "CENTER_FRQ1=5210" not in sig:
  559. raise Exception("Unexpected SIGNAL_POLL value(3): " + str(sig))
  560. if "CENTER_FRQ2=5775" not in sig:
  561. raise Exception("Unexpected SIGNAL_POLL value(4): " + str(sig))
  562. sig = dev[1].request("SIGNAL_POLL").splitlines()
  563. if "WIDTH=80+80 MHz" not in sig:
  564. raise Exception("Unexpected SIGNAL_POLL value(2b): " + str(sig))
  565. if "CENTER_FRQ1=5210" not in sig:
  566. raise Exception("Unexpected SIGNAL_POLL value(3b): " + str(sig))
  567. if "CENTER_FRQ2=5775" not in sig:
  568. raise Exception("Unexpected SIGNAL_POLL value(4b): " + str(sig))
  569. def test_mesh_open_vht_160(dev, apdev):
  570. """Open mesh network on VHT 160 MHz channel"""
  571. try:
  572. _test_mesh_open_vht_160(dev, apdev)
  573. finally:
  574. subprocess.call(['iw', 'reg', 'set', '00'])
  575. dev[0].flush_scan_cache()
  576. dev[1].flush_scan_cache()
  577. def _test_mesh_open_vht_160(dev, apdev):
  578. check_mesh_support(dev[0])
  579. subprocess.call(['iw', 'reg', 'set', 'ZA'])
  580. for i in range(2):
  581. for j in range(5):
  582. ev = dev[i].wait_event(["CTRL-EVENT-REGDOM-CHANGE"], timeout=5)
  583. if ev is None:
  584. raise Exception("No regdom change event")
  585. if "alpha2=ZA" in ev:
  586. break
  587. cmd = subprocess.Popen(["iw", "reg", "get"], stdout=subprocess.PIPE)
  588. reg = cmd.stdout.read()
  589. if "@ 160)" not in reg:
  590. raise HwsimSkip("160 MHz channel not supported in regulatory information")
  591. add_open_mesh_network(dev[i], freq="5520", chwidth=2)
  592. # Check for mesh joined
  593. check_mesh_group_added(dev[0])
  594. check_mesh_group_added(dev[1])
  595. # Check for peer connected
  596. check_mesh_peer_connected(dev[0])
  597. check_mesh_peer_connected(dev[1])
  598. # Test connectivity 0->1 and 1->0
  599. hwsim_utils.test_connectivity(dev[0], dev[1])
  600. sig = dev[0].request("SIGNAL_POLL").splitlines()
  601. if "WIDTH=160 MHz" not in sig:
  602. raise Exception("Unexpected SIGNAL_POLL value(2): " + str(sig))
  603. if "FREQUENCY=5520" not in sig:
  604. raise Exception("Unexpected SIGNAL_POLL value(3): " + str(sig))
  605. sig = dev[1].request("SIGNAL_POLL").splitlines()
  606. if "WIDTH=160 MHz" not in sig:
  607. raise Exception("Unexpected SIGNAL_POLL value(2b): " + str(sig))
  608. if "FREQUENCY=5520" not in sig:
  609. raise Exception("Unexpected SIGNAL_POLL value(3b): " + str(sig))
  610. def test_wpas_mesh_password_mismatch(dev, apdev):
  611. """Mesh network and one device with mismatching password"""
  612. check_mesh_support(dev[0], secure=True)
  613. dev[0].request("SET sae_groups ")
  614. id = add_mesh_secure_net(dev[0])
  615. dev[0].mesh_group_add(id)
  616. dev[1].request("SET sae_groups ")
  617. id = add_mesh_secure_net(dev[1])
  618. dev[1].mesh_group_add(id)
  619. dev[2].request("SET sae_groups ")
  620. id = add_mesh_secure_net(dev[2])
  621. dev[2].set_network_quoted(id, "psk", "wrong password")
  622. dev[2].mesh_group_add(id)
  623. # The two peers with matching password need to be able to connect
  624. check_mesh_group_added(dev[0])
  625. check_mesh_group_added(dev[1])
  626. check_mesh_peer_connected(dev[0])
  627. check_mesh_peer_connected(dev[1])
  628. ev = dev[2].wait_event(["MESH-SAE-AUTH-FAILURE"], timeout=20)
  629. if ev is None:
  630. raise Exception("dev2 did not report auth failure (1)")
  631. ev = dev[2].wait_event(["MESH-SAE-AUTH-FAILURE"], timeout=20)
  632. if ev is None:
  633. raise Exception("dev2 did not report auth failure (2)")
  634. count = 0
  635. ev = dev[0].wait_event(["MESH-SAE-AUTH-FAILURE"], timeout=1)
  636. if ev is None:
  637. logger.info("dev0 did not report auth failure")
  638. else:
  639. if "addr=" + dev[2].own_addr() not in ev:
  640. raise Exception("Unexpected peer address in dev0 event: " + ev)
  641. count += 1
  642. ev = dev[1].wait_event(["MESH-SAE-AUTH-FAILURE"], timeout=1)
  643. if ev is None:
  644. logger.info("dev1 did not report auth failure")
  645. else:
  646. if "addr=" + dev[2].own_addr() not in ev:
  647. raise Exception("Unexpected peer address in dev1 event: " + ev)
  648. count += 1
  649. hwsim_utils.test_connectivity(dev[0], dev[1])
  650. for i in range(2):
  651. try:
  652. hwsim_utils.test_connectivity(dev[i], dev[2], timeout=1)
  653. raise Exception("Data connectivity test passed unexpectedly")
  654. except Exception, e:
  655. if "data delivery failed" not in str(e):
  656. raise
  657. if count == 0:
  658. raise Exception("Neither dev0 nor dev1 reported auth failure")
  659. def test_wpas_mesh_password_mismatch_retry(dev, apdev, params):
  660. """Mesh password mismatch and retry [long]"""
  661. if not params['long']:
  662. raise HwsimSkip("Skip test case with long duration due to --long not specified")
  663. check_mesh_support(dev[0], secure=True)
  664. dev[0].request("SET sae_groups ")
  665. id = add_mesh_secure_net(dev[0])
  666. dev[0].mesh_group_add(id)
  667. dev[1].request("SET sae_groups ")
  668. id = add_mesh_secure_net(dev[1])
  669. dev[1].set_network_quoted(id, "psk", "wrong password")
  670. dev[1].mesh_group_add(id)
  671. # Check for mesh joined
  672. check_mesh_group_added(dev[0])
  673. check_mesh_group_added(dev[1])
  674. for i in range(4):
  675. ev = dev[0].wait_event(["MESH-SAE-AUTH-FAILURE"], timeout=20)
  676. if ev is None:
  677. raise Exception("dev0 did not report auth failure (%d)" % i)
  678. ev = dev[1].wait_event(["MESH-SAE-AUTH-FAILURE"], timeout=20)
  679. if ev is None:
  680. raise Exception("dev1 did not report auth failure (%d)" % i)
  681. ev = dev[0].wait_event(["MESH-SAE-AUTH-BLOCKED"], timeout=10)
  682. if ev is None:
  683. raise Exception("dev0 did not report auth blocked")
  684. ev = dev[1].wait_event(["MESH-SAE-AUTH-BLOCKED"], timeout=10)
  685. if ev is None:
  686. raise Exception("dev1 did not report auth blocked")
  687. def test_mesh_wpa_auth_init_oom(dev, apdev):
  688. """Secure mesh network setup failing due to wpa_init() OOM"""
  689. check_mesh_support(dev[0], secure=True)
  690. dev[0].request("SET sae_groups ")
  691. with alloc_fail(dev[0], 1, "wpa_init"):
  692. id = add_mesh_secure_net(dev[0])
  693. dev[0].mesh_group_add(id)
  694. ev = dev[0].wait_event(["MESH-GROUP-STARTED"], timeout=0.2)
  695. if ev is not None:
  696. raise Exception("Unexpected mesh group start during OOM")
  697. def test_mesh_wpa_init_fail(dev, apdev):
  698. """Secure mesh network setup local failure"""
  699. check_mesh_support(dev[0], secure=True)
  700. dev[0].request("SET sae_groups ")
  701. with fail_test(dev[0], 1, "os_get_random;=__mesh_rsn_auth_init"):
  702. id = add_mesh_secure_net(dev[0])
  703. dev[0].mesh_group_add(id)
  704. wait_fail_trigger(dev[0], "GET_FAIL")
  705. dev[0].dump_monitor()
  706. with alloc_fail(dev[0], 1, "mesh_rsn_auth_init"):
  707. id = add_mesh_secure_net(dev[0])
  708. dev[0].mesh_group_add(id)
  709. wait_fail_trigger(dev[0], "GET_ALLOC_FAIL")
  710. dev[0].dump_monitor()
  711. with fail_test(dev[0], 1, "os_get_random;mesh_rsn_init_ampe_sta"):
  712. id = add_mesh_secure_net(dev[0])
  713. dev[0].mesh_group_add(id)
  714. dev[1].request("SET sae_groups ")
  715. id = add_mesh_secure_net(dev[1])
  716. dev[1].mesh_group_add(id)
  717. wait_fail_trigger(dev[0], "GET_FAIL")
  718. def test_wpas_mesh_reconnect(dev, apdev):
  719. """Secure mesh network plink counting during reconnection"""
  720. check_mesh_support(dev[0])
  721. try:
  722. _test_wpas_mesh_reconnect(dev)
  723. finally:
  724. dev[0].request("SET max_peer_links 99")
  725. def _test_wpas_mesh_reconnect(dev):
  726. dev[0].request("SET max_peer_links 2")
  727. dev[0].request("SET sae_groups ")
  728. id = add_mesh_secure_net(dev[0])
  729. dev[0].set_network(id, "beacon_int", "100")
  730. dev[0].mesh_group_add(id)
  731. dev[1].request("SET sae_groups ")
  732. id = add_mesh_secure_net(dev[1])
  733. dev[1].mesh_group_add(id)
  734. check_mesh_group_added(dev[0])
  735. check_mesh_group_added(dev[1])
  736. check_mesh_peer_connected(dev[0])
  737. check_mesh_peer_connected(dev[1])
  738. for i in range(3):
  739. # Drop incoming management frames to avoid handling link close
  740. dev[0].request("SET ext_mgmt_frame_handling 1")
  741. dev[1].mesh_group_remove()
  742. check_mesh_group_removed(dev[1])
  743. dev[1].request("FLUSH")
  744. dev[0].request("SET ext_mgmt_frame_handling 0")
  745. id = add_mesh_secure_net(dev[1])
  746. dev[1].mesh_group_add(id)
  747. check_mesh_group_added(dev[1])
  748. check_mesh_peer_connected(dev[1])
  749. dev[0].dump_monitor()
  750. dev[1].dump_monitor()
  751. def test_wpas_mesh_gate_forwarding(dev, apdev, p):
  752. """Mesh forwards traffic to unknown sta to mesh gates"""
  753. addr0 = dev[0].own_addr()
  754. addr1 = dev[1].own_addr()
  755. addr2 = dev[2].own_addr()
  756. external_sta = '02:11:22:33:44:55'
  757. # start 3 node connected mesh
  758. check_mesh_support(dev[0])
  759. for i in range(3):
  760. add_open_mesh_network(dev[i])
  761. check_mesh_group_added(dev[i])
  762. for i in range(3):
  763. check_mesh_peer_connected(dev[i])
  764. hwsim_utils.test_connectivity(dev[0], dev[1])
  765. hwsim_utils.test_connectivity(dev[1], dev[2])
  766. hwsim_utils.test_connectivity(dev[0], dev[2])
  767. # dev0 and dev1 are mesh gates
  768. subprocess.call(['iw', 'dev', dev[0].ifname, 'set', 'mesh_param',
  769. 'mesh_gate_announcements=1'])
  770. subprocess.call(['iw', 'dev', dev[1].ifname, 'set', 'mesh_param',
  771. 'mesh_gate_announcements=1'])
  772. # wait for gate announcement frames
  773. time.sleep(1)
  774. # data frame from dev2 -> external sta should be sent to both gates
  775. dev[2].request("DATA_TEST_CONFIG 1")
  776. dev[2].request("DATA_TEST_TX {} {} 0".format(external_sta, addr2))
  777. dev[2].request("DATA_TEST_CONFIG 0")
  778. capfile = os.path.join(p['logdir'], "hwsim0.pcapng")
  779. filt = "wlan.sa==%s && wlan_mgt.fixed.mesh_addr5==%s" % (addr2,
  780. external_sta)
  781. for i in range(15):
  782. da = run_tshark(capfile, filt, [ "wlan.da" ])
  783. if addr0 in da and addr1 in da:
  784. logger.debug("Frames seen in tshark iteration %d" % i)
  785. break
  786. time.sleep(0.3)
  787. if addr0 not in da:
  788. raise Exception("Frame to gate %s not observed" % addr0)
  789. if addr1 not in da:
  790. raise Exception("Frame to gate %s not observed" % addr1)
  791. def test_wpas_mesh_pmksa_caching(dev, apdev):
  792. """Secure mesh network and PMKSA caching"""
  793. check_mesh_support(dev[0], secure=True)
  794. dev[0].request("SET sae_groups ")
  795. id = add_mesh_secure_net(dev[0])
  796. dev[0].mesh_group_add(id)
  797. dev[1].request("SET sae_groups ")
  798. id = add_mesh_secure_net(dev[1])
  799. dev[1].mesh_group_add(id)
  800. # Check for mesh joined
  801. check_mesh_group_added(dev[0])
  802. check_mesh_group_added(dev[1])
  803. # Check for peer connected
  804. check_mesh_peer_connected(dev[0])
  805. check_mesh_peer_connected(dev[1])
  806. addr0 = dev[0].own_addr()
  807. addr1 = dev[1].own_addr()
  808. pmksa0 = dev[0].get_pmksa(addr1)
  809. pmksa1 = dev[1].get_pmksa(addr0)
  810. if pmksa0 is None or pmksa1 is None:
  811. raise Exception("No PMKSA cache entry created")
  812. if pmksa0['pmkid'] != pmksa1['pmkid']:
  813. raise Exception("PMKID mismatch in PMKSA cache entries")
  814. if "OK" not in dev[0].request("MESH_PEER_REMOVE " + addr1):
  815. raise Exception("Failed to remove peer")
  816. pmksa0b = dev[0].get_pmksa(addr1)
  817. if pmksa0b is None:
  818. raise Exception("PMKSA cache entry not maintained")
  819. time.sleep(0.1)
  820. if "FAIL" not in dev[0].request("MESH_PEER_ADD " + addr1):
  821. raise Exception("MESH_PEER_ADD unexpectedly succeeded in no_auto_peer=0 case")
  822. def test_wpas_mesh_pmksa_caching2(dev, apdev):
  823. """Secure mesh network and PMKSA caching with no_auto_peer=1"""
  824. check_mesh_support(dev[0], secure=True)
  825. addr0 = dev[0].own_addr()
  826. addr1 = dev[1].own_addr()
  827. dev[0].request("SET sae_groups ")
  828. id = add_mesh_secure_net(dev[0])
  829. dev[0].set_network(id, "no_auto_peer", "1")
  830. dev[0].mesh_group_add(id)
  831. dev[1].request("SET sae_groups ")
  832. id = add_mesh_secure_net(dev[1])
  833. dev[1].set_network(id, "no_auto_peer", "1")
  834. dev[1].mesh_group_add(id)
  835. # Check for mesh joined
  836. check_mesh_group_added(dev[0])
  837. check_mesh_group_added(dev[1])
  838. # Check for peer connected
  839. ev = dev[0].wait_event(["will not initiate new peer link"], timeout=10)
  840. if ev is None:
  841. raise Exception("Missing no-initiate message")
  842. if "OK" not in dev[0].request("MESH_PEER_ADD " + addr1):
  843. raise Exception("MESH_PEER_ADD failed")
  844. check_mesh_peer_connected(dev[0])
  845. check_mesh_peer_connected(dev[1])
  846. pmksa0 = dev[0].get_pmksa(addr1)
  847. pmksa1 = dev[1].get_pmksa(addr0)
  848. if pmksa0 is None or pmksa1 is None:
  849. raise Exception("No PMKSA cache entry created")
  850. if pmksa0['pmkid'] != pmksa1['pmkid']:
  851. raise Exception("PMKID mismatch in PMKSA cache entries")
  852. if "OK" not in dev[0].request("MESH_PEER_REMOVE " + addr1):
  853. raise Exception("Failed to remove peer")
  854. pmksa0b = dev[0].get_pmksa(addr1)
  855. if pmksa0b is None:
  856. raise Exception("PMKSA cache entry not maintained")
  857. ev = dev[0].wait_event(["will not initiate new peer link"], timeout=10)
  858. if ev is None:
  859. raise Exception("Missing no-initiate message (2)")
  860. if "OK" not in dev[0].request("MESH_PEER_ADD " + addr1):
  861. raise Exception("MESH_PEER_ADD failed (2)")
  862. check_mesh_peer_connected(dev[0])
  863. check_mesh_peer_connected(dev[1])
  864. pmksa0c = dev[0].get_pmksa(addr1)
  865. pmksa1c = dev[1].get_pmksa(addr0)
  866. if pmksa0c is None or pmksa1c is None:
  867. raise Exception("No PMKSA cache entry created (2)")
  868. if pmksa0c['pmkid'] != pmksa1c['pmkid']:
  869. raise Exception("PMKID mismatch in PMKSA cache entries")
  870. if pmksa0['pmkid'] != pmksa0c['pmkid']:
  871. raise Exception("PMKID changed")
  872. hwsim_utils.test_connectivity(dev[0], dev[1])
  873. def test_wpas_mesh_pmksa_caching_no_match(dev, apdev):
  874. """Secure mesh network and PMKSA caching with no PMKID match"""
  875. check_mesh_support(dev[0], secure=True)
  876. addr0 = dev[0].own_addr()
  877. addr1 = dev[1].own_addr()
  878. dev[0].request("SET sae_groups ")
  879. id = add_mesh_secure_net(dev[0])
  880. dev[0].set_network(id, "no_auto_peer", "1")
  881. dev[0].mesh_group_add(id)
  882. dev[1].request("SET sae_groups ")
  883. id = add_mesh_secure_net(dev[1])
  884. dev[1].set_network(id, "no_auto_peer", "1")
  885. dev[1].mesh_group_add(id)
  886. # Check for mesh joined
  887. check_mesh_group_added(dev[0])
  888. check_mesh_group_added(dev[1])
  889. # Check for peer connected
  890. ev = dev[0].wait_event(["will not initiate new peer link"], timeout=10)
  891. if ev is None:
  892. raise Exception("Missing no-initiate message")
  893. if "OK" not in dev[0].request("MESH_PEER_ADD " + addr1):
  894. raise Exception("MESH_PEER_ADD failed")
  895. check_mesh_peer_connected(dev[0])
  896. check_mesh_peer_connected(dev[1])
  897. pmksa0 = dev[0].get_pmksa(addr1)
  898. pmksa1 = dev[1].get_pmksa(addr0)
  899. if pmksa0 is None or pmksa1 is None:
  900. raise Exception("No PMKSA cache entry created")
  901. if pmksa0['pmkid'] != pmksa1['pmkid']:
  902. raise Exception("PMKID mismatch in PMKSA cache entries")
  903. if "OK" not in dev[0].request("MESH_PEER_REMOVE " + addr1):
  904. raise Exception("Failed to remove peer")
  905. if "OK" not in dev[1].request("PMKSA_FLUSH"):
  906. raise Exception("Failed to flush PMKSA cache")
  907. ev = dev[0].wait_event(["will not initiate new peer link"], timeout=10)
  908. if ev is None:
  909. raise Exception("Missing no-initiate message (2)")
  910. if "OK" not in dev[0].request("MESH_PEER_ADD " + addr1):
  911. raise Exception("MESH_PEER_ADD failed (2)")
  912. check_mesh_peer_connected(dev[0])
  913. check_mesh_peer_connected(dev[1])
  914. pmksa0c = dev[0].get_pmksa(addr1)
  915. pmksa1c = dev[1].get_pmksa(addr0)
  916. if pmksa0c is None or pmksa1c is None:
  917. raise Exception("No PMKSA cache entry created (2)")
  918. if pmksa0c['pmkid'] != pmksa1c['pmkid']:
  919. raise Exception("PMKID mismatch in PMKSA cache entries")
  920. if pmksa0['pmkid'] == pmksa0c['pmkid']:
  921. raise Exception("PMKID did not change")
  922. hwsim_utils.test_connectivity(dev[0], dev[1])
  923. def test_mesh_pmksa_caching_oom(dev, apdev):
  924. """Secure mesh network and PMKSA caching failing due to OOM"""
  925. check_mesh_support(dev[0], secure=True)
  926. addr0 = dev[0].own_addr()
  927. addr1 = dev[1].own_addr()
  928. dev[0].request("SET sae_groups ")
  929. id = add_mesh_secure_net(dev[0])
  930. dev[0].set_network(id, "no_auto_peer", "1")
  931. dev[0].mesh_group_add(id)
  932. dev[1].request("SET sae_groups ")
  933. id = add_mesh_secure_net(dev[1])
  934. dev[1].set_network(id, "no_auto_peer", "1")
  935. dev[1].mesh_group_add(id)
  936. # Check for mesh joined
  937. check_mesh_group_added(dev[0])
  938. check_mesh_group_added(dev[1])
  939. # Check for peer connected
  940. ev = dev[0].wait_event(["will not initiate new peer link"], timeout=10)
  941. if ev is None:
  942. raise Exception("Missing no-initiate message")
  943. if "OK" not in dev[0].request("MESH_PEER_ADD " + addr1):
  944. raise Exception("MESH_PEER_ADD failed")
  945. check_mesh_peer_connected(dev[0])
  946. check_mesh_peer_connected(dev[1])
  947. if "OK" not in dev[0].request("MESH_PEER_REMOVE " + addr1):
  948. raise Exception("Failed to remove peer")
  949. pmksa0b = dev[0].get_pmksa(addr1)
  950. if pmksa0b is None:
  951. raise Exception("PMKSA cache entry not maintained")
  952. ev = dev[0].wait_event(["will not initiate new peer link"], timeout=10)
  953. if ev is None:
  954. raise Exception("Missing no-initiate message (2)")
  955. with alloc_fail(dev[0], 1, "wpa_auth_sta_init;mesh_rsn_auth_sae_sta"):
  956. if "OK" not in dev[0].request("MESH_PEER_ADD " + addr1):
  957. raise Exception("MESH_PEER_ADD failed (2)")
  958. wait_fail_trigger(dev[0], "GET_ALLOC_FAIL")
  959. def test_mesh_oom(dev, apdev):
  960. """Mesh network setup failing due to OOM"""
  961. check_mesh_support(dev[0], secure=True)
  962. dev[0].request("SET sae_groups ")
  963. with alloc_fail(dev[0], 1, "mesh_config_create"):
  964. add_open_mesh_network(dev[0])
  965. ev = dev[0].wait_event(["Failed to init mesh"])
  966. if ev is None:
  967. raise Exception("Init failure not reported")
  968. with alloc_fail(dev[0], 4, "=wpa_supplicant_mesh_init"):
  969. add_open_mesh_network(dev[0], basic_rates="60 120 240")
  970. ev = dev[0].wait_event(["Failed to init mesh"])
  971. if ev is None:
  972. raise Exception("Init failure not reported")
  973. for i in range(1, 66):
  974. dev[0].dump_monitor()
  975. logger.info("Test instance %d" % i)
  976. try:
  977. with alloc_fail(dev[0], i, "wpa_supplicant_mesh_init"):
  978. add_open_mesh_network(dev[0])
  979. wait_fail_trigger(dev[0], "GET_ALLOC_FAIL")
  980. ev = dev[0].wait_event(["Failed to init mesh",
  981. "MESH-GROUP-STARTED"])
  982. if ev is None:
  983. raise Exception("Init failure not reported")
  984. except Exception, e:
  985. if i < 15:
  986. raise
  987. logger.info("Ignore no-oom for i=%d" % i)
  988. with alloc_fail(dev[0], 5, "=wpa_supplicant_mesh_init"):
  989. id = add_mesh_secure_net(dev[0])
  990. dev[0].mesh_group_add(id)
  991. ev = dev[0].wait_event(["Failed to init mesh"])
  992. if ev is None:
  993. raise Exception("Init failure not reported")
  994. def test_mesh_add_interface_oom(dev):
  995. """wpa_supplicant mesh with dynamic interface addition failing"""
  996. check_mesh_support(dev[0])
  997. for i in range(1, 3):
  998. mesh = None
  999. try:
  1000. with alloc_fail(dev[0], i, "wpas_mesh_add_interface"):
  1001. mesh = dev[0].request("MESH_INTERFACE_ADD").strip()
  1002. finally:
  1003. if mesh and mesh != "FAIL":
  1004. dev[0].request("MESH_GROUP_REMOVE " + mesh)
  1005. def test_mesh_scan_oom(dev):
  1006. """wpa_supplicant mesh scan results and OOM"""
  1007. check_mesh_support(dev[0])
  1008. add_open_mesh_network(dev[0])
  1009. check_mesh_group_added(dev[0])
  1010. for i in range(5):
  1011. dev[1].scan(freq="2412")
  1012. res = dev[1].request("SCAN_RESULTS")
  1013. if "[MESH]" in res:
  1014. break
  1015. for r in res.splitlines():
  1016. if "[MESH]" in r:
  1017. break
  1018. bssid = r.split('\t')[0]
  1019. bss = dev[1].get_bss(bssid)
  1020. if bss is None:
  1021. raise Exception("Could not get BSS entry for mesh")
  1022. for i in range(1, 3):
  1023. with alloc_fail(dev[1], i, "mesh_attr_text"):
  1024. bss = dev[1].get_bss(bssid)
  1025. if bss is not None:
  1026. raise Exception("Unexpected BSS result during OOM")
  1027. def test_mesh_drv_fail(dev, apdev):
  1028. """Mesh network setup failing due to driver command failure"""
  1029. check_mesh_support(dev[0], secure=True)
  1030. dev[0].request("SET sae_groups ")
  1031. with fail_test(dev[0], 1, "nl80211_join_mesh"):
  1032. add_open_mesh_network(dev[0])
  1033. ev = dev[0].wait_event(["mesh join error"])
  1034. if ev is None:
  1035. raise Exception("Join failure not reported")
  1036. dev[0].dump_monitor()
  1037. with fail_test(dev[0], 1, "wpa_driver_nl80211_if_add"):
  1038. if "FAIL" not in dev[0].request("MESH_INTERFACE_ADD").strip():
  1039. raise Exception("Interface added unexpectedly")
  1040. dev[0].dump_monitor()
  1041. with fail_test(dev[0], 1, "wpa_driver_nl80211_init_mesh"):
  1042. add_open_mesh_network(dev[0])
  1043. ev = dev[0].wait_event(["Could not join mesh"])
  1044. if ev is None:
  1045. raise Exception("Join failure not reported")
  1046. def test_mesh_sae_groups_invalid(dev, apdev):
  1047. """Mesh with invalid SAE group configuration"""
  1048. check_mesh_support(dev[0], secure=True)
  1049. dev[0].request("SET sae_groups 25")
  1050. id = add_mesh_secure_net(dev[0])
  1051. dev[0].mesh_group_add(id)
  1052. dev[1].request("SET sae_groups 123 122 121")
  1053. id = add_mesh_secure_net(dev[1])
  1054. dev[1].mesh_group_add(id)
  1055. check_mesh_group_added(dev[0])
  1056. check_mesh_group_added(dev[1])
  1057. ev = dev[0].wait_event(["new peer notification"], timeout=10)
  1058. if ev is None:
  1059. raise Exception("dev[0] did not see peer")
  1060. ev = dev[1].wait_event(["new peer notification"], timeout=10)
  1061. if ev is None:
  1062. raise Exception("dev[1] did not see peer")
  1063. ev = dev[0].wait_event(["MESH-PEER-CONNECTED"], timeout=0.1)
  1064. if ev is not None:
  1065. raise Exception("Unexpected connection(0)")
  1066. ev = dev[1].wait_event(["MESH-PEER-CONNECTED"], timeout=0.01)
  1067. if ev is not None:
  1068. raise Exception("Unexpected connection(1)")
  1069. # Additional coverage in mesh_rsn_sae_group() with non-zero
  1070. # wpa_s->mesh_rsn->sae_group_index.
  1071. dev[0].dump_monitor()
  1072. dev[1].dump_monitor()
  1073. id = add_mesh_secure_net(dev[2])
  1074. dev[2].mesh_group_add(id)
  1075. check_mesh_group_added(dev[2])
  1076. check_mesh_peer_connected(dev[0])
  1077. check_mesh_peer_connected(dev[2])
  1078. ev = dev[1].wait_event(["new peer notification"], timeout=10)
  1079. if ev is None:
  1080. raise Exception("dev[1] did not see peer(2)")
  1081. dev[0].dump_monitor()
  1082. dev[1].dump_monitor()
  1083. dev[2].dump_monitor()
  1084. dev[0].request("SET sae_groups ")
  1085. dev[1].request("SET sae_groups ")
  1086. def test_mesh_sae_failure(dev, apdev):
  1087. """Mesh and local SAE failures"""
  1088. check_mesh_support(dev[0], secure=True)
  1089. dev[0].request("SET sae_groups ")
  1090. dev[1].request("SET sae_groups ")
  1091. funcs = [ (1, "=mesh_rsn_auth_sae_sta", True),
  1092. (1, "mesh_rsn_build_sae_commit;mesh_rsn_auth_sae_sta", False),
  1093. (1, "auth_sae_init_committed;mesh_rsn_auth_sae_sta", True),
  1094. (1, "=mesh_rsn_protect_frame", True),
  1095. (2, "=mesh_rsn_protect_frame", True),
  1096. (1, "aes_siv_encrypt;mesh_rsn_protect_frame", True),
  1097. (1, "=mesh_rsn_process_ampe", True),
  1098. (1, "aes_siv_decrypt;mesh_rsn_process_ampe", True) ]
  1099. for count, func, success in funcs:
  1100. id = add_mesh_secure_net(dev[0])
  1101. dev[0].mesh_group_add(id)
  1102. with alloc_fail(dev[1], count, func):
  1103. id = add_mesh_secure_net(dev[1])
  1104. dev[1].mesh_group_add(id)
  1105. check_mesh_group_added(dev[0])
  1106. check_mesh_group_added(dev[1])
  1107. if success:
  1108. # retry is expected to work
  1109. check_mesh_peer_connected(dev[0])
  1110. check_mesh_peer_connected(dev[1])
  1111. else:
  1112. wait_fail_trigger(dev[1], "GET_ALLOC_FAIL")
  1113. dev[0].mesh_group_remove()
  1114. dev[1].mesh_group_remove()
  1115. check_mesh_group_removed(dev[0])
  1116. check_mesh_group_removed(dev[1])
  1117. def test_mesh_failure(dev, apdev):
  1118. """Mesh and local failures"""
  1119. check_mesh_support(dev[0])
  1120. funcs = [ (1, "ap_sta_add;mesh_mpm_add_peer", True),
  1121. (1, "wpabuf_alloc;mesh_mpm_send_plink_action", True) ]
  1122. for count, func, success in funcs:
  1123. add_open_mesh_network(dev[0])
  1124. with alloc_fail(dev[1], count, func):
  1125. add_open_mesh_network(dev[1])
  1126. check_mesh_group_added(dev[0])
  1127. check_mesh_group_added(dev[1])
  1128. if success:
  1129. # retry is expected to work
  1130. check_mesh_peer_connected(dev[0])
  1131. check_mesh_peer_connected(dev[1])
  1132. else:
  1133. wait_fail_trigger(dev[1], "GET_ALLOC_FAIL")
  1134. dev[0].mesh_group_remove()
  1135. dev[1].mesh_group_remove()
  1136. check_mesh_group_removed(dev[0])
  1137. check_mesh_group_removed(dev[1])
  1138. funcs = [ (1, "mesh_mpm_init_link", True) ]
  1139. for count, func, success in funcs:
  1140. add_open_mesh_network(dev[0])
  1141. with fail_test(dev[1], count, func):
  1142. add_open_mesh_network(dev[1])
  1143. check_mesh_group_added(dev[0])
  1144. check_mesh_group_added(dev[1])
  1145. if success:
  1146. # retry is expected to work
  1147. check_mesh_peer_connected(dev[0])
  1148. check_mesh_peer_connected(dev[1])
  1149. else:
  1150. wait_fail_trigger(dev[1], "GET_FAIL")
  1151. dev[0].mesh_group_remove()
  1152. dev[1].mesh_group_remove()
  1153. check_mesh_group_removed(dev[0])
  1154. check_mesh_group_removed(dev[1])
  1155. def test_mesh_invalid_frequency(dev, apdev):
  1156. """Mesh and invalid frequency configuration"""
  1157. check_mesh_support(dev[0])
  1158. add_open_mesh_network(dev[0], freq=None)
  1159. ev = dev[0].wait_event(["MESH-GROUP-STARTED",
  1160. "Could not join mesh"])
  1161. if ev is None or "Could not join mesh" not in ev:
  1162. raise Exception("Mesh join failure not reported")
  1163. dev[0].request("REMOVE_NETWORK all")
  1164. add_open_mesh_network(dev[0], freq="2413")
  1165. ev = dev[0].wait_event(["MESH-GROUP-STARTED",
  1166. "Could not join mesh"])
  1167. if ev is None or "Could not join mesh" not in ev:
  1168. raise Exception("Mesh join failure not reported")
  1169. def test_mesh_default_beacon_int(dev, apdev):
  1170. """Mesh and default beacon interval"""
  1171. check_mesh_support(dev[0])
  1172. try:
  1173. dev[0].request("SET beacon_int 200")
  1174. add_open_mesh_network(dev[0])
  1175. check_mesh_group_added(dev[0])
  1176. finally:
  1177. dev[0].request("SET beacon_int 0")
  1178. def test_mesh_scan_parse_error(dev, apdev):
  1179. """Mesh scan element parse error"""
  1180. check_mesh_support(dev[0])
  1181. params = { "ssid": "open",
  1182. "beacon_int": "2000" }
  1183. hapd = hostapd.add_ap(apdev[0], params)
  1184. bssid = apdev[0]['bssid']
  1185. hapd.set('vendor_elements', 'dd0201')
  1186. for i in range(10):
  1187. dev[0].scan(freq=2412)
  1188. if bssid in dev[0].request("SCAN_RESULTS"):
  1189. break
  1190. # This will fail in IE parsing due to the truncated IE in the Probe
  1191. # Response frame.
  1192. bss = dev[0].request("BSS " + bssid)
  1193. def test_mesh_missing_mic(dev, apdev):
  1194. """Secure mesh network and missing MIC"""
  1195. check_mesh_support(dev[0], secure=True)
  1196. dev[0].request("SET ext_mgmt_frame_handling 1")
  1197. dev[0].request("SET sae_groups ")
  1198. id = add_mesh_secure_net(dev[0])
  1199. dev[0].mesh_group_add(id)
  1200. dev[1].request("SET sae_groups ")
  1201. id = add_mesh_secure_net(dev[1])
  1202. dev[1].mesh_group_add(id)
  1203. # Check for mesh joined
  1204. check_mesh_group_added(dev[0])
  1205. check_mesh_group_added(dev[1])
  1206. count = 0
  1207. remove_mic = True
  1208. while True:
  1209. count += 1
  1210. if count > 15:
  1211. raise Exception("Did not see Action frames")
  1212. rx_msg = dev[0].mgmt_rx()
  1213. if rx_msg is None:
  1214. ev = dev[1].wait_event(["MESH-PEER-CONNECTED"], timeout=0.01)
  1215. if ev:
  1216. break
  1217. raise Exception("MGMT-RX timeout")
  1218. if rx_msg['subtype'] == 13:
  1219. payload = rx_msg['payload']
  1220. frame = rx_msg['frame']
  1221. (categ, action) = struct.unpack('BB', payload[0:2])
  1222. if categ == 15 and action == 1 and remove_mic:
  1223. # Mesh Peering Open
  1224. pos = frame.find('\x8c\x10')
  1225. if not pos:
  1226. raise Exception("Could not find MIC element")
  1227. logger.info("Found MIC at %d" % pos)
  1228. # Remove MIC
  1229. rx_msg['frame'] = frame[0:pos]
  1230. remove_mic = False
  1231. if "OK" not in dev[0].request("MGMT_RX_PROCESS freq={} datarate={} ssi_signal={} frame={}".format(rx_msg['freq'], rx_msg['datarate'], rx_msg['ssi_signal'], rx_msg['frame'].encode('hex'))):
  1232. raise Exception("MGMT_RX_PROCESS failed")
  1233. ev = dev[1].wait_event(["MESH-PEER-CONNECTED"], timeout=0.01)
  1234. if ev:
  1235. break
  1236. def test_mesh_pmkid_mismatch(dev, apdev):
  1237. """Secure mesh network and PMKID mismatch"""
  1238. check_mesh_support(dev[0], secure=True)
  1239. addr0 = dev[0].own_addr()
  1240. addr1 = dev[1].own_addr()
  1241. dev[0].request("SET sae_groups ")
  1242. id = add_mesh_secure_net(dev[0])
  1243. dev[0].set_network(id, "no_auto_peer", "1")
  1244. dev[0].mesh_group_add(id)
  1245. dev[1].request("SET sae_groups ")
  1246. id = add_mesh_secure_net(dev[1])
  1247. dev[1].set_network(id, "no_auto_peer", "1")
  1248. dev[1].mesh_group_add(id)
  1249. # Check for mesh joined
  1250. check_mesh_group_added(dev[0])
  1251. check_mesh_group_added(dev[1])
  1252. # Check for peer connected
  1253. ev = dev[0].wait_event(["will not initiate new peer link"], timeout=10)
  1254. if ev is None:
  1255. raise Exception("Missing no-initiate message")
  1256. if "OK" not in dev[0].request("MESH_PEER_ADD " + addr1):
  1257. raise Exception("MESH_PEER_ADD failed")
  1258. check_mesh_peer_connected(dev[0])
  1259. check_mesh_peer_connected(dev[1])
  1260. if "OK" not in dev[0].request("MESH_PEER_REMOVE " + addr1):
  1261. raise Exception("Failed to remove peer")
  1262. ev = dev[0].wait_event(["will not initiate new peer link"], timeout=10)
  1263. if ev is None:
  1264. raise Exception("Missing no-initiate message (2)")
  1265. dev[0].dump_monitor()
  1266. dev[1].dump_monitor()
  1267. dev[0].request("SET ext_mgmt_frame_handling 1")
  1268. if "OK" not in dev[0].request("MESH_PEER_ADD " + addr1):
  1269. raise Exception("MESH_PEER_ADD failed (2)")
  1270. count = 0
  1271. break_pmkid = True
  1272. while True:
  1273. count += 1
  1274. if count > 50:
  1275. raise Exception("Did not see Action frames")
  1276. rx_msg = dev[0].mgmt_rx()
  1277. if rx_msg is None:
  1278. ev = dev[1].wait_event(["MESH-PEER-CONNECTED"], timeout=0.1)
  1279. if ev:
  1280. break
  1281. raise Exception("MGMT-RX timeout")
  1282. if rx_msg['subtype'] == 13:
  1283. payload = rx_msg['payload']
  1284. frame = rx_msg['frame']
  1285. (categ, action) = struct.unpack('BB', payload[0:2])
  1286. if categ == 15 and action == 1 and break_pmkid:
  1287. # Mesh Peering Open
  1288. pos = frame.find('\x75\x14')
  1289. if not pos:
  1290. raise Exception("Could not find Mesh Peering Management element")
  1291. logger.info("Found Mesh Peering Management element at %d" % pos)
  1292. # Break PMKID to hit "Mesh RSN: Invalid PMKID (Chosen PMK did
  1293. # not match calculated PMKID)"
  1294. rx_msg['frame'] = frame[0:pos + 6] + '\x00\x00\x00\x00' + frame[pos + 10:]
  1295. break_pmkid = False
  1296. if "OK" not in dev[0].request("MGMT_RX_PROCESS freq={} datarate={} ssi_signal={} frame={}".format(rx_msg['freq'], rx_msg['datarate'], rx_msg['ssi_signal'], rx_msg['frame'].encode('hex'))):
  1297. raise Exception("MGMT_RX_PROCESS failed")
  1298. ev = dev[1].wait_event(["MESH-PEER-CONNECTED"], timeout=0.01)
  1299. if ev:
  1300. break
  1301. def test_mesh_peering_proto(dev, apdev):
  1302. """Mesh peering management protocol testing"""
  1303. check_mesh_support(dev[0])
  1304. dev[0].request("SET ext_mgmt_frame_handling 1")
  1305. add_open_mesh_network(dev[0], beacon_int=160)
  1306. add_open_mesh_network(dev[1], beacon_int=160)
  1307. count = 0
  1308. test = 1
  1309. while True:
  1310. count += 1
  1311. if count > 50:
  1312. raise Exception("Did not see Action frames")
  1313. rx_msg = dev[0].mgmt_rx()
  1314. if rx_msg is None:
  1315. ev = dev[1].wait_event(["MESH-PEER-CONNECTED"], timeout=0.01)
  1316. if ev:
  1317. break
  1318. raise Exception("MGMT-RX timeout")
  1319. if rx_msg['subtype'] == 13:
  1320. payload = rx_msg['payload']
  1321. frame = rx_msg['frame']
  1322. (categ, action) = struct.unpack('BB', payload[0:2])
  1323. if categ == 15 and action == 1 and test == 1:
  1324. # Mesh Peering Open
  1325. pos = frame.find('\x75\x04')
  1326. if not pos:
  1327. raise Exception("Could not find Mesh Peering Management element")
  1328. logger.info("Found Mesh Peering Management element at %d" % pos)
  1329. # Remove the element to hit
  1330. # "MPM: No Mesh Peering Management element"
  1331. rx_msg['frame'] = frame[0:pos]
  1332. test += 1
  1333. elif categ == 15 and action == 1 and test == 2:
  1334. # Mesh Peering Open
  1335. pos = frame.find('\x72\x0e')
  1336. if not pos:
  1337. raise Exception("Could not find Mesh ID element")
  1338. logger.info("Found Mesh ID element at %d" % pos)
  1339. # Remove the element to hit
  1340. # "MPM: No Mesh ID or Mesh Configuration element"
  1341. rx_msg['frame'] = frame[0:pos] + frame[pos + 16:]
  1342. test += 1
  1343. elif categ == 15 and action == 1 and test == 3:
  1344. # Mesh Peering Open
  1345. pos = frame.find('\x72\x0e')
  1346. if not pos:
  1347. raise Exception("Could not find Mesh ID element")
  1348. logger.info("Found Mesh ID element at %d" % pos)
  1349. # Replace Mesh ID to hit "MPM: Mesh ID or Mesh Configuration
  1350. # element do not match local MBSS"
  1351. rx_msg['frame'] = frame[0:pos] + '\x72\x0etest-test-test' + frame[pos + 16:]
  1352. test += 1
  1353. elif categ == 15 and action == 1 and test == 4:
  1354. # Mesh Peering Open
  1355. # Remove IEs to hit
  1356. # "MPM: Ignore too short action frame 1 ie_len 0"
  1357. rx_msg['frame'] = frame[0:26]
  1358. test += 1
  1359. elif categ == 15 and action == 1 and test == 5:
  1360. # Mesh Peering Open
  1361. # Truncate IEs to hit
  1362. # "MPM: Failed to parse PLINK IEs"
  1363. rx_msg['frame'] = frame[0:30]
  1364. test += 1
  1365. elif categ == 15 and action == 1 and test == 6:
  1366. # Mesh Peering Open
  1367. pos = frame.find('\x75\x04')
  1368. if not pos:
  1369. raise Exception("Could not find Mesh Peering Management element")
  1370. logger.info("Found Mesh Peering Management element at %d" % pos)
  1371. # Truncate the element to hit
  1372. # "MPM: Invalid peer mgmt ie" and
  1373. # "MPM: Mesh parsing rejected frame"
  1374. rx_msg['frame'] = frame[0:pos] + '\x75\x00\x00\x00' + frame[pos + 6:]
  1375. test += 1
  1376. if "OK" not in dev[0].request("MGMT_RX_PROCESS freq={} datarate={} ssi_signal={} frame={}".format(rx_msg['freq'], rx_msg['datarate'], rx_msg['ssi_signal'], rx_msg['frame'].encode('hex'))):
  1377. raise Exception("MGMT_RX_PROCESS failed")
  1378. ev = dev[1].wait_event(["MESH-PEER-CONNECTED"], timeout=0.01)
  1379. if ev:
  1380. break
  1381. if test != 7:
  1382. raise Exception("Not all test frames completed")