Home
last modified time | relevance | path

Searched refs:NL80211_ATTR_WIPHY_FREQ_OFFSET (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dnl80211.h3006 NL80211_ATTR_WIPHY_FREQ_OFFSET, enumerator
/Linux-v5.10/net/wireless/
Dnl80211.c706 [NL80211_ATTR_WIPHY_FREQ_OFFSET] = NLA_POLICY_RANGE(NLA_U32, 0, 999),
2897 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_parse_chandef()
2899 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_parse_chandef()
3394 if (nla_put_u32(msg, NL80211_ATTR_WIPHY_FREQ_OFFSET, in nl80211_send_chandef()
9551 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_authenticate()
9553 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_authenticate()
9767 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_associate()
9769 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_associate()
10540 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_connect()
10542 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_connect()
[all …]