Searched refs:nla_put_s8 (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ieee802154/ |
| H A D | nl802154.c | 436 nla_put_s8(msg, NL802154_CAP_ATTR_MIN_FRAME_RETRIES, in nl802154_put_capabilities() 438 nla_put_s8(msg, NL802154_CAP_ATTR_MAX_FRAME_RETRIES, in nl802154_put_capabilities() 825 if (nla_put_s8(msg, NL802154_ATTR_MAX_FRAME_RETRIES, in nl802154_send_iface()
|
| /linux/include/net/ |
| H A D | netlink.h | 1584 static inline int nla_put_s8(struct sk_buff *skb, int attrtype, s8 value) in nla_put_s8() function
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 1235 nla_put_s8(msg, NL80211_FREQUENCY_ATTR_PSD, chan->psd)) in nl80211_msg_put_channel() 9906 nla_put_s8(msg, NL80211_ATTR_POWER_RULE_PSD, in nl80211_put_regdom() 14646 if (nla_put_s8(msg, NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI, in nl80211_send_wowlan_nd()
|