Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dnl80211.h3072 NL80211_ATTR_WIPHY_FREQ_OFFSET, enumerator
/Linux-v5.15/net/wireless/
Dnl80211.c744 [NL80211_ATTR_WIPHY_FREQ_OFFSET] = NLA_POLICY_RANGE(NLA_U32, 0, 999),
3022 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_parse_chandef()
3024 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_parse_chandef()
3535 if (nla_put_u32(msg, NL80211_ATTR_WIPHY_FREQ_OFFSET, in nl80211_send_chandef()
9781 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_authenticate()
9783 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_authenticate()
10003 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_associate()
10005 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_associate()
10783 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_connect()
10785 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_connect()
[all …]