Searched refs:tb_flags (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1556 struct nlattr **tb, struct nlattr **tb_flags)
1578 if (!nla_get_flag(tb_flags[iftype]))
1629 struct nlattr *tb_flags[NL80211_IFTYPE_MAX + 1]; local
1638 if (nla_parse_nested(tb_flags, NL80211_IFTYPE_MAX,
1643 phy_info_iftype_copy(&mode->he_capab[i], i, tb, tb_flags);
1554 phy_info_iftype_copy(struct he_capabilities *he_capab, enum ieee80211_op_mode opmode, struct nlattr **tb, struct nlattr **tb_flags) argument

Completed in 103 milliseconds