Home
last modified time | relevance | path

Searched refs:tuple (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/wpa_supplicant/examples/
Ddbus-listen-preq.py21 print('%.2x:%.2x:%.2x:%.2x:%.2x:%.2x' % tuple(args['addr']),
24 print('-> %.2x:%.2x:%.2x:%.2x:%.2x:%.2x' % tuple(args['dst']),
27 print('(bssid %.2x:%.2x:%.2x:%.2x:%.2x:%.2x)' % tuple(args['dst']),
/hostap-latest/hs20/client/
Dosu_client.c979 int id, xml_node_t *tuple) in set_pps_cred_policy_required_proto_port() argument
986 node = get_node(ctx->xml, tuple, "IPProtocol"); in set_pps_cred_policy_required_proto_port()
999 node = get_node(ctx->xml, tuple, "PortNumber"); in set_pps_cred_policy_required_proto_port()
/hostap-latest/tests/hwsim/
Dwpasupplicant.py1018 tspecs = [tuple(map(int, tspec)) for tspec in tspecs]