HomeSort by relevance Sort by last modified time
    Searched refs:nla_get_u16 (Results 1 - 20 of 20) sorted by null

  /external/libnl/lib/route/sch/
dsmark.c 76 dsmark->qdm_indices = nla_get_u16(tb[TCA_DSMARK_INDICES]);
82 nla_get_u16(tb[TCA_DSMARK_DEFAULT_INDEX]);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 68 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0;
115 return nla_get_u16(pos);
  /external/iw/
mesh.c 137 printf("%d", nla_get_u16(a));
142 printf("%d milliseconds", nla_get_u16(a));
147 printf("%d TUs", nla_get_u16(a));
station.c 68 rate = nla_get_u16(rinfo[NL80211_RATE_INFO_BITRATE]);
242 nla_get_u16(sinfo[NL80211_STA_INFO_LLID]));
245 nla_get_u16(sinfo[NL80211_STA_INFO_PLID]));
event.c 503 else if (nla_get_u16(tb[NL80211_ATTR_STATUS_CODE]) == 0)
506 status = nla_get_u16(tb[NL80211_ATTR_STATUS_CODE]);
532 printf(" reason: %d: %s", nla_get_u16(tb[NL80211_ATTR_REASON_CODE]),
533 get_reason_str(nla_get_u16(tb[NL80211_ATTR_REASON_CODE])));
info.c 145 __u16 cap = nla_get_u16(tb_band[NL80211_BAND_ATTR_HT_CAPA]);
246 nla_get_u16(tb_msg[NL80211_ATTR_MAX_SCAN_IE_LEN]));
439 printf(" 0x%.2x", nla_get_u16(nl_ftype));
454 printf(" 0x%.2x", nla_get_u16(nl_ftype));
link.c 193 nla_get_u16(binfo[NL80211_STA_BSS_PARAM_BEACON_INTERVAL]));
scan.c     [all...]
  /external/libnl/include/netlink/
attr.h 103 extern uint16_t nla_get_u16(struct nlattr *);
  /external/libnl/lib/netfilter/
ct.c 173 ntohs(nla_get_u16(tb[CTA_PROTO_SRC_PORT])));
176 ntohs(nla_get_u16(tb[CTA_PROTO_DST_PORT])));
179 ntohs(nla_get_u16(tb[CTA_PROTO_ICMP_ID])));
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan_event_handler.cpp 777 nla_get_u16(
790 nla_get_u16(
    [all...]
cpp_bindings.h 85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0;
132 return nla_get_u16(pos);
  /external/libnl/lib/genl/
ctrl.c 80 nla_get_u16(info->attrs[CTRL_ATTR_FAMILY_ID]));
  /external/libnl/lib/
attr.c 936 uint16_t nla_get_u16(struct nlattr *nla) function
    [all...]
  /external/autotest/client/deps/iwcap/src/
iwcap.c 319 unsigned short caps = nla_get_u16(tb_band[NL80211_BAND_ATTR_HT_CAPA]);
  /external/libnl/lib/route/link/
vlan.c 101 vi->vi_vlan_id = nla_get_u16(tb[IFLA_VLAN_ID]);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_scan.c 654 r->beacon_int = nla_get_u16(bss[NL80211_BSS_BEACON_INTERVAL]);
656 r->caps = nla_get_u16(bss[NL80211_BSS_CAPABILITY]);
driver_nl80211_event.c 290 status_code = status ? nla_get_u16(status) : WLAN_STATUS_SUCCESS;
421 data.deauth_info.reason_code = nla_get_u16(reason);
    [all...]
driver_nl80211_capa.c 1008 mode->ht_capab = nla_get_u16(capa);
    [all...]
driver_nl80211.c 1255 nla_get_u16(rinfo[
    [all...]

Completed in 451 milliseconds