/external/iw/ |
D | event.c | 954 if (tb[NL80211_ATTR_IFINDEX] && tb[NL80211_ATTR_WIPHY]) { in print_event() 957 printf("%s (phy #%d): ", ifname, nla_get_u32(tb[NL80211_ATTR_WIPHY])); in print_event() 959 printf("phy #%d: ", nla_get_u32(tb[NL80211_ATTR_WIPHY])); in print_event() 960 } else if (tb[NL80211_ATTR_WDEV] && tb[NL80211_ATTR_WIPHY]) { in print_event() 963 nla_get_u32(tb[NL80211_ATTR_WIPHY])); in print_event() 969 } else if (tb[NL80211_ATTR_WIPHY]) { in print_event() 970 printf("phy #%d: ", nla_get_u32(tb[NL80211_ATTR_WIPHY])); in print_event() 1023 if (tb[NL80211_ATTR_WIPHY]) in print_event() 1024 printf(" on phy%d", nla_get_u32(tb[NL80211_ATTR_WIPHY])); in print_event() 1032 nla_get_u32(tb[NL80211_ATTR_WIPHY]), in print_event() [all …]
|
D | reg.c | 150 if (tb_msg[NL80211_ATTR_WIPHY]) in print_reg_handler() 151 printf("phy#%d%s\n", nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]), in print_reg_handler()
|
D | info.c | 125 if (tb_msg[NL80211_ATTR_WIPHY]) { in print_phy_handler() 126 if (nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]) == phy_id) in print_phy_handler() 130 phy_id = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]); in print_phy_handler() 135 if (print_name && tb_msg[NL80211_ATTR_WIPHY]) in print_phy_handler() 136 printf("\twiphy index: %u\n", nla_get_u32(tb_msg[NL80211_ATTR_WIPHY])); in print_phy_handler()
|
D | interface.c | 382 if (wiphy && tb_msg[NL80211_ATTR_WIPHY]) { in print_iface_handler() 383 unsigned int thiswiphy = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]); in print_iface_handler() 412 if (!wiphy && tb_msg[NL80211_ATTR_WIPHY]) in print_iface_handler() 413 printf("%s\twiphy %d\n", indent, nla_get_u32(tb_msg[NL80211_ATTR_WIPHY])); in print_iface_handler()
|
D | iw.c | 511 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, devidx); in __handle_cmd()
|
D | nl80211.h | 2674 NL80211_ATTR_WIPHY, enumerator
|
/external/libnl/python/examples/ |
D | iface.py | 16 if nl80211.NL80211_ATTR_WIPHY in attr: 17 thiswiphy = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_WIPHY])
|
D | wiphy.py | 131 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 | driver_nl80211_capa.c | 915 if (tb[NL80211_ATTR_WIPHY]) in wiphy_info_handler() 916 drv->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in wiphy_info_handler() 2513 if (nla_put_u32(msg, NL80211_ATTR_WIPHY, drv->wiphy_idx)) { in nl80211_set_regulatory_flags()
|
D | driver_nl80211_event.c | 3181 if (tb[NL80211_ATTR_WIPHY]) in nl80211_vendor_event() 3182 wiphy = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in nl80211_vendor_event() 3967 } else if (tb[NL80211_ATTR_WIPHY]) { in process_global_event() 3968 wiphy_idx_rx = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in process_global_event()
|
D | nl80211_copy.h | 2816 NL80211_ATTR_WIPHY, enumerator
|
D | driver_nl80211.c | 739 if (tb[NL80211_ATTR_WIPHY]) in netdev_info_handler() 740 info->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in netdev_info_handler() 833 nla_put_u32(msg, NL80211_ATTR_WIPHY, w->wiphy_idx)) { in nl80211_register_beacons() 1917 if (nla_put_u32(msg, NL80211_ATTR_WIPHY, drv->wiphy_idx)) { in wpa_driver_nl80211_get_country() 10843 nla_put_u32(msg, NL80211_ATTR_WIPHY, drv->wiphy_idx) == 0) { in wpa_driver_nl80211_status()
|
/external/kernel-headers/original/uapi/linux/ |
D | nl80211.h | 2762 NL80211_ATTR_WIPHY, enumerator
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux_505.h | 115852 NL80211_ATTR_WIPHY = 1, enumerator
|
D | vmlinux.h | 115852 NL80211_ATTR_WIPHY = 1, enumerator
|