Home
last modified time | relevance | path

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

/external/iw/
Devent.c954 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 …]
Dreg.c150 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()
Dinfo.c125 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()
Dinterface.c382 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()
Diw.c511 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, devidx); in __handle_cmd()
Dnl80211.h2674 NL80211_ATTR_WIPHY, enumerator
/external/libnl/python/examples/
Diface.py16 if nl80211.NL80211_ATTR_WIPHY in attr:
17 thiswiphy = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_WIPHY])
Dwiphy.py131 nl.nla_put_u32(m, nl80211.NL80211_ATTR_WIPHY, 7)
Dnl80211.py116 NL80211_ATTR_WIPHY = 1 variable
857 NL80211_ATTR_WIPHY: "NL80211_ATTR_WIPHY",
/external/autotest/client/deps/iwcap/src/
Dnl80211.h495 NL80211_ATTR_WIPHY, enumerator
Diwcap.c525 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, devidx); in __handle_cmd()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c915 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()
Ddriver_nl80211_event.c3181 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()
Dnl80211_copy.h2816 NL80211_ATTR_WIPHY, enumerator
Ddriver_nl80211.c739 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/
Dnl80211.h2762 NL80211_ATTR_WIPHY, enumerator
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h115852 NL80211_ATTR_WIPHY = 1, enumerator
Dvmlinux.h115852 NL80211_ATTR_WIPHY = 1, enumerator