Home
last modified time | relevance | path

Searched refs:RTM_IEEE80211_LEAVE (Results 1 – 5 of 5) sorted by relevance

/freebsd/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c361 case RTM_IEEE80211_LEAVE: in print_rtmsg()
/freebsd/tools/tools/net80211/wlanwds/
H A Dwlanwds.c429 case RTM_IEEE80211_LEAVE: in handle_rtmsg()
/freebsd/sys/net80211/
H A Dieee80211_freebsd.h623 #define RTM_IEEE80211_LEAVE 104 /* station leave (ap mode) */ macro
H A Dieee80211_freebsd.c819 notify_macaddr(ifp, RTM_IEEE80211_LEAVE, ni->ni_macaddr); in ieee80211_notify_node_leave()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c826 case RTM_IEEE80211_LEAVE: in bsd_wireless_event_receive()