Searched refs:newmsg (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_ap_wps.py | 3013 soap_action_override=None, newmsg=None, neweventtype=None, argument 3024 if newmsg: 3026 msg.text = base64.b64encode(newmsg.encode()).decode() 6236 newmsg = base64.b64encode(tlvs).decode() 6242 msg += newmsg 9617 resp = upnp_soap_action(conn, ctrlurl.path, "PutWLANResponse", newmsg="foo") 9624 newmsg="foo", neweventtype="1") 9631 newmsg="foo", neweventtype="1", 9640 newmsg="foo", neweventtype="1", 9648 newmsg="foo", neweventtype="2",
|