HomeSort by relevance Sort by last modified time
    Searched refs:nla_get_u32 (Results 1 - 25 of 49) sorted by null

1 2

  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 118 stats->mode = (wifi_interface_mode)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE]);
135 stats->state = (wifi_connection_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE]);
142 stats->roaming = (wifi_roam_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING]);
149 stats->capabilities = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_CAPABILITIES]);
226 stats->ac = (wifi_traffic_ac)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_AC]);
233 stats->tx_mpdu = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MPDU]);
240 stats->rx_mpdu = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MPDU]);
247 stats->tx_mcast = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MCAST]);
254 stats->rx_mcast = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MCAST]);
261 stats->rx_ampdu = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_AMPDU])
    [all...]
gscan_event_handler.cpp 301 nla_get_u32(
325 nla_get_u32(
337 nla_get_u32(
409 nla_get_u32(
423 nla_get_u32(
544 nla_get_u32(
568 nla_get_u32(
580 nla_get_u32(
628 nla_get_u32(
656 nla_get_u32(
    [all...]
ifaceeventhandler.cpp 237 mSet = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET]);
253 val = nla_get_u32(
300 filterVersion = nla_get_u32(
310 filterLength = nla_get_u32(
329 firmware_bus_max_size = nla_get_u32(
wifilogger.cpp     [all...]
  /external/iw/
event.c 34 chan->center_freq = nla_get_u32(tb_freq[NL80211_FREQUENCY_ATTR_FREQ]);
124 rssi_event = nla_get_u32(cqm[NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT]);
148 frames = nla_get_u32(cqm[NL80211_ATTR_CQM_PKT_LOSS_EVENT]);
195 nla_get_u32(attrs[NL80211_ATTR_KEY_TYPE]);
228 nla_get_u32(tb[NL80211_WOWLAN_TRIG_PKT_PATTERN]));
257 printf(" %d", nla_get_u32(freq));
327 if_indextoname(nla_get_u32(tb[NL80211_ATTR_IFINDEX]), ifname);
328 printf("%s (phy #%d): ", ifname, nla_get_u32(tb[NL80211_ATTR_WIPHY]));
332 nla_get_u32(tb[NL80211_ATTR_WIPHY]));
334 if_indextoname(nla_get_u32(tb[NL80211_ATTR_IFINDEX]), ifname)
    [all...]
mpath.c 65 if_indextoname(nla_get_u32(tb[NL80211_ATTR_IFINDEX]), dev);
69 nla_get_u32(pinfo[NL80211_MPATH_INFO_SN]));
72 nla_get_u32(pinfo[NL80211_MPATH_INFO_METRIC]));
75 nla_get_u32(pinfo[NL80211_MPATH_INFO_FRAME_QLEN]));
78 nla_get_u32(pinfo[NL80211_MPATH_INFO_EXPTIME]));
81 nla_get_u32(pinfo[NL80211_MPATH_INFO_DISCOVERY_TIMEOUT]));
info.c 123 if (nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]) == phy_id)
127 phy_id = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]);
161 print_vht_info(nla_get_u32(tb_band[NL80211_BAND_ATTR_VHT_CAPA]),
175 freq = nla_get_u32(tb_freq[NL80211_FREQUENCY_ATTR_FREQ]);
180 printf(" (%.1f dBm)", 0.01 * nla_get_u32(tb_freq[NL80211_FREQUENCY_ATTR_MAX_TX_POWER]));
205 enum nl80211_dfs_state state = nla_get_u32(tb_freq[NL80211_FREQUENCY_ATTR_DFS_STATE]);
210 time = nla_get_u32(tb_freq[NL80211_FREQUENCY_ATTR_DFS_TIME]);
216 nla_get_u32(tb_freq[NL80211_FREQUENCY_ATTR_DFS_CAC_TIME]));
229 printf("\t\t\t* %2.1f Mbps", 0.1 * nla_get_u32(tb_rate[NL80211_BITRATE_ATTR_RATE]));
257 frag = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY_FRAG_THRESHOLD])
    [all...]
link.c 64 if_indextoname(nla_get_u32(tb[NL80211_ATTR_IFINDEX]), dev);
66 switch (nla_get_u32(bss[NL80211_BSS_STATUS])) {
89 nla_get_u32(bss[NL80211_BSS_FREQUENCY]));
91 if (nla_get_u32(bss[NL80211_BSS_STATUS]) != NL80211_BSS_STATUS_ASSOCIATED)
155 nla_get_u32(sinfo[NL80211_STA_INFO_RX_BYTES]),
156 nla_get_u32(sinfo[NL80211_STA_INFO_RX_PACKETS]));
159 nla_get_u32(sinfo[NL80211_STA_INFO_TX_BYTES]),
160 nla_get_u32(sinfo[NL80211_STA_INFO_TX_PACKETS]));
reg.c 153 printf("phy#%d%s\n", nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]),
173 flags = nla_get_u32(tb_rule[NL80211_ATTR_REG_RULE_FLAGS]);
174 start_freq_khz = nla_get_u32(tb_rule[NL80211_ATTR_FREQ_RANGE_START]);
175 end_freq_khz = nla_get_u32(tb_rule[NL80211_ATTR_FREQ_RANGE_END]);
176 max_bw_khz = nla_get_u32(tb_rule[NL80211_ATTR_FREQ_RANGE_MAX_BW]);
177 max_ant_gain_mbi = nla_get_u32(tb_rule[NL80211_ATTR_POWER_RULE_MAX_ANT_GAIN]);
178 max_eirp_mbm = nla_get_u32(tb_rule[NL80211_ATTR_POWER_RULE_MAX_EIRP]);
192 printf(", (%u ms)", nla_get_u32(tb_rule[NL80211_ATTR_DFS_CAC_TIME]));
station.c 28 enum nl80211_mesh_power_mode pm = nla_get_u32(a);
66 rate = nla_get_u32(rinfo[NL80211_RATE_INFO_BITRATE32]);
174 if_indextoname(nla_get_u32(tb[NL80211_ATTR_IFINDEX]), dev);
179 nla_get_u32(sinfo[NL80211_STA_INFO_INACTIVE_TIME]));
182 nla_get_u32(sinfo[NL80211_STA_INFO_RX_BYTES]));
185 nla_get_u32(sinfo[NL80211_STA_INFO_RX_PACKETS]));
188 nla_get_u32(sinfo[NL80211_STA_INFO_TX_BYTES]));
191 nla_get_u32(sinfo[NL80211_STA_INFO_TX_PACKETS]));
194 nla_get_u32(sinfo[NL80211_STA_INFO_TX_RETRIES]));
197 nla_get_u32(sinfo[NL80211_STA_INFO_TX_FAILED]))
    [all...]
survey.c 31 if_indextoname(nla_get_u32(tb[NL80211_ATTR_IFINDEX]), dev);
48 nla_get_u32(sinfo[NL80211_SURVEY_INFO_FREQUENCY]),
interface.c 317 unsigned int thiswiphy = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]);
329 printf("%s\tifindex %d\n", indent, nla_get_u32(tb_msg[NL80211_ATTR_IFINDEX]));
345 printf("%s\ttype %s\n", indent, iftype_name(nla_get_u32(tb_msg[NL80211_ATTR_IFTYPE])));
347 printf("%s\twiphy %d\n", indent, nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]));
349 uint32_t freq = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY_FREQ]);
356 channel_width_name(nla_get_u32(tb_msg[NL80211_ATTR_CHANNEL_WIDTH])));
359 nla_get_u32(tb_msg[NL80211_ATTR_CENTER_FREQ1]));
362 nla_get_u32(tb_msg[NL80211_ATTR_CENTER_FREQ2]));
366 channel_type = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY_CHANNEL_TYPE]);
ps.c 57 switch (nla_get_u32(attrs[NL80211_ATTR_PS_STATE])) {
mesh.c 152 printf("%d", nla_get_u32(a));
157 printf("%u milliseconds", nla_get_u32(a));
162 printf("%d seconds", nla_get_u32(a));
167 printf("%d TUs", nla_get_u32(a));
172 unsigned long v = nla_get_u32(a);
192 printf("%d dBm", (int32_t) nla_get_u32(a));
mpp.c 33 if_indextoname(nla_get_u32(tb[NL80211_ATTR_IFINDEX]), dev);
coalesce.c 223 delay = nla_get_u32(ruleattr[NL80211_ATTR_COALESCE_RULE_DELAY]);
225 nla_get_u32(ruleattr[NL80211_ATTR_COALESCE_RULE_CONDITION]);
252 pkt_offset = nla_get_u32(patattr[NL80211_PKTPAT_OFFSET]);
genl.c 61 grp->id = nla_get_u32(tb_mcgrp[CTRL_ATTR_MCAST_GRP_ID]);
wowlan.c 397 nla_get_u32(nd[NL80211_ATTR_SCHED_SCAN_INTERVAL]));
401 nla_get_u32(nd[NL80211_ATTR_SCHED_SCAN_DELAY]));
423 printf(" %d", nla_get_u32(freq));
450 nla_get_u32(patattr[NL80211_PKTPAT_OFFSET]);
  /external/libnl/lib/netfilter/
log_msg.c 96 nfnl_log_msg_set_mark(msg, ntohl(nla_get_u32(attr)));
110 nfnl_log_msg_set_indev(msg, ntohl(nla_get_u32(attr)));
114 nfnl_log_msg_set_outdev(msg, ntohl(nla_get_u32(attr)));
118 nfnl_log_msg_set_physindev(msg, ntohl(nla_get_u32(attr)));
122 nfnl_log_msg_set_physoutdev(msg, ntohl(nla_get_u32(attr)));
147 nfnl_log_msg_set_uid(msg, ntohl(nla_get_u32(attr)));
151 nfnl_log_msg_set_gid(msg, ntohl(nla_get_u32(attr)));
155 nfnl_log_msg_set_seq(msg, ntohl(nla_get_u32(attr)));
159 nfnl_log_msg_set_seq_global(msg, ntohl(nla_get_u32(attr)));
queue_msg.c 96 nfnl_queue_msg_set_mark(msg, ntohl(nla_get_u32(attr)));
110 nfnl_queue_msg_set_indev(msg, ntohl(nla_get_u32(attr)));
114 nfnl_queue_msg_set_outdev(msg, ntohl(nla_get_u32(attr)));
118 nfnl_queue_msg_set_physindev(msg, ntohl(nla_get_u32(attr)));
122 nfnl_queue_msg_set_physoutdev(msg, ntohl(nla_get_u32(attr)));
ct.c 264 ntohl(nla_get_u32(tb[CTA_COUNTERS32_PACKETS])));
270 ntohl(nla_get_u32(tb[CTA_COUNTERS32_BYTES])));
327 nfnl_ct_set_status(ct, ntohl(nla_get_u32(tb[CTA_STATUS])));
329 nfnl_ct_set_timeout(ct, ntohl(nla_get_u32(tb[CTA_TIMEOUT])));
331 nfnl_ct_set_mark(ct, ntohl(nla_get_u32(tb[CTA_MARK])));
333 nfnl_ct_set_use(ct, ntohl(nla_get_u32(tb[CTA_USE])));
335 nfnl_ct_set_id(ct, ntohl(nla_get_u32(tb[CTA_ID])));
  /external/libnl/lib/genl/
ctrl.c 85 uint32_t version = nla_get_u32(info->attrs[CTRL_ATTR_VERSION]);
90 uint32_t hdrsize = nla_get_u32(info->attrs[CTRL_ATTR_HDRSIZE]);
95 uint32_t maxattr = nla_get_u32(info->attrs[CTRL_ATTR_MAXATTR]);
118 id = nla_get_u32(tb[CTRL_ATTR_OP_ID]);
121 flags = nla_get_u32(tb[CTRL_ATTR_OP_FLAGS]);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 32 *feat = nla_get_u32(tb_msg[NL80211_ATTR_PROTOCOL_FEATURES]);
194 nla_get_u32(tb_comb[NL80211_IFACE_COMB_NUM_CHANNELS]);
231 switch (nla_get_u32(nl_cmd)) {
318 capa->max_remain_on_chan = nla_get_u32(tb);
374 flags = nla_get_u32(tb);
445 protocols = nla_get_u32(tb);
494 drv->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]);
512 nla_get_u32(tb[NL80211_ATTR_MAX_NUM_SCHED_SCAN_PLANS]);
515 nla_get_u32(tb[NL80211_ATTR_MAX_SCAN_PLAN_INTERVAL]);
518 nla_get_u32(tb[NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS])
    [all...]
driver_nl80211_event.c 470 ifidx = nla_get_u32(ifindex);
479 enum nl80211_channel_type ch_type = nla_get_u32(type);
497 chan_offset = calculate_chan_offset(nla_get_u32(bw),
498 nla_get_u32(freq),
499 nla_get_u32(cf1),
500 cf2 ? nla_get_u32(cf2) : 0);
506 data.ch_switch.freq = nla_get_u32(freq);
510 data.ch_switch.ch_width = convert2width(nla_get_u32(bw));
512 data.ch_switch.cf1 = nla_get_u32(cf1);
514 data.ch_switch.cf2 = nla_get_u32(cf2)
    [all...]
  /external/libnl/lib/route/cls/
u32.c 78 u->cu_divisor = nla_get_u32(tb[TCA_U32_DIVISOR]);
90 u->cu_hash = nla_get_u32(tb[TCA_U32_HASH]);
95 u->cu_classid = nla_get_u32(tb[TCA_U32_CLASSID]);
100 u->cu_link = nla_get_u32(tb[TCA_U32_LINK]);

Completed in 218 milliseconds

1 2