MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ieee80211_ref_node

Function ieee80211_ref_node

freebsd/net80211/ieee80211_node.h:322–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 IEEE80211_RSSI_EP_RND(x, IEEE80211_RSSI_EP_MULTIPLIER)
321
322static __inline struct ieee80211_node *
323ieee80211_ref_node(struct ieee80211_node *ni)
324{
325 ieee80211_node_incref(ni);
326 return ni;
327}
328
329static __inline void
330ieee80211_unref_node(struct ieee80211_node **ni)

Callers 15

ieee80211_send_barFunction · 0.85
ht_send_action_ba_addbaFunction · 0.85
ht_send_action_ba_delbaFunction · 0.85
ieee80211_sta_pwrsaveFunction · 0.85
hwmp_send_actionFunction · 0.85
ieee80211_create_wdsFunction · 0.85
ieee80211_ioctl_setkeyFunction · 0.85
ieee80211_ioctl_delkeyFunction · 0.85
setmlme_commonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected