Home
last modified time | relevance | path

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

/hostap-latest/tests/hwsim/
Dhostapd.py23 def mac2tuple(mac): function
405 … t = (msg['fc'], 0) + mac2tuple(msg['da']) + mac2tuple(msg['sa']) + mac2tuple(msg['bssid']) + (0,)