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

/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c1040 if (tb[NL80211_ATTR_WIPHY_FREQ])
1041 freq = nla_get_u32(tb[NL80211_ATTR_WIPHY_FREQ]);
1583 if (!tb[NL80211_ATTR_WIPHY_FREQ] || !tb[NL80211_ATTR_RADAR_EVENT])
1587 data.dfs_event.freq = nla_get_u32(tb[NL80211_ATTR_WIPHY_FREQ]);
1847 if (!tb[NL80211_ATTR_WIPHY_FREQ]) {
1854 data.dfs_event.freq = nla_get_u32(tb[NL80211_ATTR_WIPHY_FREQ]);
2517 tb[NL80211_ATTR_WIPHY_FREQ], tb[NL80211_ATTR_ACK],
2542 tb[NL80211_ATTR_WIPHY_FREQ],
2552 tb[NL80211_ATTR_WIPHY_FREQ],
2706 tb[NL80211_ATTR_WIPHY_FREQ], t
[all...]
H A Dnl80211_copy.h246 * %NL80211_ATTR_WIPHY_TXQ_PARAMS, %NL80211_ATTR_WIPHY_FREQ (and the
301 * %NL80211_ATTR_WIPHY_FREQ and the attributes determining channel width.
486 * request, too, to help BSS selection. %NL80211_ATTR_WIPHY_FREQ is used
546 * %NL80211_ATTR_MAC, %NL80211_ATTR_WIPHY_FREQ, %NL80211_ATTR_CONTROL_PORT,
551 * If included, %NL80211_ATTR_MAC and %NL80211_ATTR_WIPHY_FREQ are
558 * %NL80211_ATTR_MAC,%NL80211_ATTR_WIPHY_FREQ or the less strict
597 * radio) is used. %NL80211_ATTR_WIPHY_FREQ is used to specify the
636 * frame contents (including header). %NL80211_ATTR_WIPHY_FREQ is used
670 * @NL80211_CMD_SET_CHANNEL: Set the channel (using %NL80211_ATTR_WIPHY_FREQ
795 * %NL80211_ATTR_IFINDEX is now on %NL80211_ATTR_WIPHY_FREQ an
2404 NL80211_ATTR_WIPHY_FREQ, enumerator in enum:nl80211_attrs
2818 #define NL80211_ATTR_WIPHY_FREQ macro
[all...]

Completed in 183 milliseconds