HomeSort by: relevance | last modified time | path
    Searched refs:nla_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
netlink.c 159 nla_type(const nlamsgbuf_t *a) function
161 return (a->u.nla.nla_type);
282 a.u.nla.nla_type = type;
455 switch (nla_type(a)) {
474 fido_log_debug("%s: ignoring nla 0x%x", __func__, nla_type(a));
490 switch (nla_type(a)) {
503 fido_log_debug("%s: ignoring nla 0x%x", __func__, nla_type(a));
551 if (t->found || nla_type(a) != NFC_ATTR_TARGET_INDEX) {
552 fido_log_debug("%s: ignoring nla 0x%x", __func__, nla_type(a));
665 if (nla_type(a) != NFC_ATTR_DEVICE_INDEX)
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_capa.c 115 switch (nla_type(nl_mode)) {
181 int ift = nla_type(nl_mode);
368 switch (nla_type(nl_iftype)) {
404 nl80211_iftype_str(nla_type(nl_iftype)),
1773 ac = nl_wmm->nla_type;
2055 if (phy_info->last_mode != nl_band->nla_type) {
2084 phy_info->last_mode = nl_band->nla_type;

Completed in 17 milliseconds