Home
last modified time | relevance | path

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

/dragonfly/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c341 case RTM_IEEE80211_LEAVE: in print_rtmsg()
/dragonfly/tools/tools/net80211/wlanwds/
H A Dwlanwds.c333 case RTM_IEEE80211_LEAVE: in handle_rtmsg()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c811 case RTM_IEEE80211_LEAVE: in bsd_wireless_event_receive()
1305 case RTM_IEEE80211_LEAVE: in wpa_driver_bsd_event_receive()
/dragonfly/sbin/route/
H A Droute.c1509 case RTM_IEEE80211_LEAVE: in print_rtmsg()
1533 case RTM_IEEE80211_LEAVE: in print_rtmsg()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_dragonfly.h456 #define RTM_IEEE80211_LEAVE 104 /* station leave (ap mode) */ macro
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_dragonfly.c787 notify_macaddr(ifp, RTM_IEEE80211_LEAVE, ni->ni_macaddr); in ieee80211_notify_node_leave()