Searched refs:thiswiphy (Results 1 – 2 of 2) sorted by relevance
317 unsigned int thiswiphy = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]); in print_iface_handler() local319 if (*wiphy != thiswiphy) in print_iface_handler()320 printf("phy#%d\n", thiswiphy); in print_iface_handler()321 *wiphy = thiswiphy; in print_iface_handler()
16 thiswiphy = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_WIPHY])17 print("phy#%d" % thiswiphy)