Home
last modified time | relevance | path

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

/external/iw/
Dinterface.c317 unsigned int thiswiphy = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]); in print_iface_handler() local
319 if (*wiphy != thiswiphy) in print_iface_handler()
320 printf("phy#%d\n", thiswiphy); in print_iface_handler()
321 *wiphy = thiswiphy; in print_iface_handler()
/external/libnl/python/examples/
Diface.py16 thiswiphy = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_WIPHY])
17 print("phy#%d" % thiswiphy)