Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_var.h961 ieee80211_note_mac(_vap, (_ni)->ni_macaddr, _fmt, __VA_ARGS__);\
965 ieee80211_note_mac(_vap, _mac, _fmt, __VA_ARGS__); \
973 void ieee80211_note_mac(const struct ieee80211vap *,
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_input.c948 ieee80211_note_mac(const struct ieee80211vap *vap, in ieee80211_note_mac() function