Home | History | Annotate | Download | only in p2p

Lines Matching refs:bssid

31 	if invite_result.has_key('BSSID'):
32 bssid = invite_result['BSSID']
33 print "BSSID = ", hex(bssid[0]) , ":" , \
34 hex(bssid[1]) , ":" , hex(bssid[2]) , ":", \
35 hex(bssid[3]) , ":" , hex(bssid[4]) , ":" , \
36 hex(bssid[5])