Searched refs:NL80211_ATTR_WIPHY_FREQ_OFFSET (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 313 * %NL80211_ATTR_WIPHY_FREQ_OFFSET (and the attributes determining the 368 * %NL80211_ATTR_WIPHY_FREQ and %NL80211_ATTR_WIPHY_FREQ_OFFSET, and the 555 * %NL80211_ATTR_WIPHY_FREQ_OFFSET is used to specify the frequence of the 616 * %NL80211_ATTR_WIPHY_FREQ_OFFSET, %NL80211_ATTR_CONTROL_PORT, 2506 * @NL80211_ATTR_WIPHY_FREQ_OFFSET: offset of the associated 2508 * an %NL80211_ATTR_WIPHY_FREQ_OFFSET. 3006 NL80211_ATTR_WIPHY_FREQ_OFFSET, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 347 * %NL80211_ATTR_WIPHY_FREQ_OFFSET (and the attributes determining the 413 * %NL80211_ATTR_WIPHY_FREQ and %NL80211_ATTR_WIPHY_FREQ_OFFSET, and the 601 * %NL80211_ATTR_WIPHY_FREQ_OFFSET is used to specify the frequence of the 662 * %NL80211_ATTR_WIPHY_FREQ_OFFSET, %NL80211_ATTR_CONTROL_PORT, 2681 * @NL80211_ATTR_WIPHY_FREQ_OFFSET: offset of the associated 2683 * an %NL80211_ATTR_WIPHY_FREQ_OFFSET. 3294 NL80211_ATTR_WIPHY_FREQ_OFFSET, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 486 NL80211_ATTR_WIPHY_FREQ_OFFSET, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 486 NL80211_ATTR_WIPHY_FREQ_OFFSET, enumerator
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 715 [NL80211_ATTR_WIPHY_FREQ_OFFSET] = NLA_POLICY_RANGE(NLA_U32, 0, 999), 2906 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_parse_chandef() 2908 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_parse_chandef() 3412 if (nla_put_u32(msg, NL80211_ATTR_WIPHY_FREQ_OFFSET, in nl80211_send_chandef() 9572 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_authenticate() 9574 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_authenticate() 9788 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_associate() 9790 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_associate() 10561 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_connect() 10563 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_connect() [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 775 [NL80211_ATTR_WIPHY_FREQ_OFFSET] = NLA_POLICY_RANGE(NLA_U32, 0, 999), 3242 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_parse_chandef() 3244 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_parse_chandef() 3797 if (nla_put_u32(msg, NL80211_ATTR_WIPHY_FREQ_OFFSET, in nl80211_send_chandef() 10721 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_authenticate() 10723 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_authenticate() 10950 if (attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_assoc_bss() 10951 freq += nla_get_u32(attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_assoc_bss() 11890 if (info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]) in nl80211_connect() 11892 nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ_OFFSET]); in nl80211_connect() [all...] |
Completed in 63 milliseconds