Searched refs:NL80211_ATTR_WIPHY (Results 1 – 16 of 16) sorted by relevance
/external/iw/ |
D | event.c | 326 if (tb[NL80211_ATTR_IFINDEX] && tb[NL80211_ATTR_WIPHY]) { in print_event() 328 printf("%s (phy #%d): ", ifname, nla_get_u32(tb[NL80211_ATTR_WIPHY])); in print_event() 329 } else if (tb[NL80211_ATTR_WDEV] && tb[NL80211_ATTR_WIPHY]) { in print_event() 332 nla_get_u32(tb[NL80211_ATTR_WIPHY])); in print_event() 338 } else if (tb[NL80211_ATTR_WIPHY]) { in print_event() 339 printf("phy #%d: ", nla_get_u32(tb[NL80211_ATTR_WIPHY])); in print_event() 387 if (tb[NL80211_ATTR_WIPHY]) in print_event() 388 printf(" on phy%d", nla_get_u32(tb[NL80211_ATTR_WIPHY])); in print_event() 396 nla_get_u32(tb[NL80211_ATTR_WIPHY]), in print_event() 402 if (tb[NL80211_ATTR_WIPHY]) in print_event() [all …]
|
D | interface.c | 316 if (wiphy && tb_msg[NL80211_ATTR_WIPHY]) { in print_iface_handler() 317 unsigned int thiswiphy = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]); in print_iface_handler() 346 if (!wiphy && tb_msg[NL80211_ATTR_WIPHY]) in print_iface_handler() 347 printf("%s\twiphy %d\n", indent, nla_get_u32(tb_msg[NL80211_ATTR_WIPHY])); in print_iface_handler()
|
D | reg.c | 152 if (tb_msg[NL80211_ATTR_WIPHY]) in print_reg_handler() 153 printf("phy#%d%s\n", nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]), in print_reg_handler()
|
D | info.c | 122 if (tb_msg[NL80211_ATTR_WIPHY]) { in print_phy_handler() 123 if (nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]) == phy_id) in print_phy_handler() 127 phy_id = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]); in print_phy_handler()
|
D | iw.c | 449 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, devidx); in __handle_cmd()
|
D | nl80211.h | 1772 NL80211_ATTR_WIPHY, enumerator
|
/external/libnl/python/examples/ |
D | iface.py | 15 if nl80211.NL80211_ATTR_WIPHY in attr: 16 thiswiphy = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_WIPHY])
|
D | wiphy.py | 130 nl.nla_put_u32(m, nl80211.NL80211_ATTR_WIPHY, 7)
|
D | nl80211.py | 116 NL80211_ATTR_WIPHY = 1 variable 857 NL80211_ATTR_WIPHY: "NL80211_ATTR_WIPHY",
|
/external/autotest/client/deps/iwcap/src/ |
D | nl80211.h | 495 NL80211_ATTR_WIPHY, enumerator
|
D | iwcap.c | 525 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, devidx); in __handle_cmd()
|
/external/wpa_supplicant_8/src/drivers/ |
D | nl80211_copy.h | 2013 NL80211_ATTR_WIPHY, enumerator
|
D | driver_nl80211_capa.c | 600 if (tb[NL80211_ATTR_WIPHY]) in wiphy_info_handler() 601 drv->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in wiphy_info_handler()
|
D | driver_nl80211_event.c | 2060 if (tb[NL80211_ATTR_WIPHY]) in nl80211_vendor_event() 2061 wiphy = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in nl80211_vendor_event()
|
D | driver_nl80211.c | 537 if (tb[NL80211_ATTR_WIPHY]) in netdev_info_handler() 538 info->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in netdev_info_handler() 610 nla_put_u32(msg, NL80211_ATTR_WIPHY, w->wiphy_idx)) { in nl80211_register_beacons()
|
/external/kernel-headers/original/uapi/linux/ |
D | nl80211.h | 1993 NL80211_ATTR_WIPHY, enumerator
|