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

  /external/libnl/lib/route/sch/
dsmark.c 124 dsmark->cdm_bmask = nla_get_u8(tb[TCA_DSMARK_MASK]);
129 dsmark->cdm_value = nla_get_u8(tb[TCA_DSMARK_VALUE]);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 64 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0;
112 return nla_get_u8(pos);
  /external/libnl/include/netlink/
attr.h 101 extern uint8_t nla_get_u8(struct nlattr *);
  /external/libnl/lib/netfilter/
ct.c 170 nfnl_ct_set_proto(ct, nla_get_u8(tb[CTA_PROTO_NUM]));
182 nla_get_u8(tb[CTA_PROTO_ICMP_TYPE]));
185 nla_get_u8(tb[CTA_PROTO_ICMP_CODE]));
226 nla_get_u8(tb[CTA_PROTOINFO_TCP_STATE]));
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 496 nla_get_u8(tb[NL80211_ATTR_MAX_NUM_SCAN_SSIDS]);
500 nla_get_u8(tb[NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS]);
504 nla_get_u8(tb[NL80211_ATTR_MAX_MATCH_SETS]);
508 nla_get_u8(tb[NL80211_ATTR_MAC_ACL_MAX]);
923 mode->a_mpdu_params |= nla_get_u8(ampdu_factor) & 0x03;
926 mode->a_mpdu_params |= nla_get_u8(ampdu_density) << 2;
    [all...]
driver_nl80211_event.c 198 nla_get_u8(wmm_info[NL80211_STA_WME_UAPSD_QUEUES]);
353 if (authorized && nla_get_u8(authorized)) {
859 u8 key_id = nla_get_u8(tb[NL80211_ATTR_KEY_IDX]);
    [all...]
driver_nl80211_scan.c 65 nla_get_u8(sinfo[NL80211_SURVEY_INFO_NOISE]);
580 r->level = nla_get_u8(bss[NL80211_BSS_SIGNAL_UNSPEC]);
driver_nl80211.c 1210 (s8) nla_get_u8(sinfo[NL80211_STA_INFO_SIGNAL]);
1214 (s8) nla_get_u8(sinfo[NL80211_STA_INFO_SIGNAL_AVG]);
1221 nla_get_u8(sinfo[NL80211_STA_INFO_BEACON_SIGNAL_AVG]);
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan_event_handler.cpp     [all...]
cpp_bindings.h 81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0;
129 return nla_get_u8(pos);
llstats.cpp 352 stats->rate.preamble = nla_get_u8(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_PREAMBLE]);
359 stats->rate.nss = nla_get_u8(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_NSS]);
366 stats->rate.bw = nla_get_u8(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BW]);
373 stats->rate.rateMcsIdx = nla_get_u8(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MCS_INDEX]);
    [all...]
gscan.cpp     [all...]
  /external/libnl/lib/
attr.c 911 uint8_t nla_get_u8(struct nlattr *nla) function
    [all...]
  /external/libnl/lib/route/
link.c 382 link->l_operstate = nla_get_u8(tb[IFLA_OPERSTATE]);
387 link->l_linkmode = nla_get_u8(tb[IFLA_LINKMODE]);
    [all...]

Completed in 5191 milliseconds