Searched refs:IEEE80211_IOC_MESH_RTCMD (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_sys.c | 2996 if (wlan_ioctl(wif->wname, IEEE80211_IOC_MESH_RTCMD, &val, NULL, in wlan_mesh_flush_routes() 3009 if (wlan_ioctl(wif->wname, IEEE80211_IOC_MESH_RTCMD, &val, in wlan_mesh_add_route() 3024 if (wlan_ioctl(wif->wname, IEEE80211_IOC_MESH_RTCMD, &val, in wlan_mesh_del_route() 3043 if (wlan_ioctl(wif->wname, IEEE80211_IOC_MESH_RTCMD, &val, routes, in wlan_mesh_get_routelist()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_ioctl.h | 721 #define IEEE80211_IOC_MESH_RTCMD 175 /* mesh routing table commands*/ macro
|
H A D | ieee80211_mesh.c | 3440 case IEEE80211_IOC_MESH_RTCMD: in mesh_ioctl_get80211() 3563 case IEEE80211_IOC_MESH_RTCMD: in mesh_ioctl_set80211()
|
/freebsd/sbin/ifconfig/ |
H A D | ifieee80211.c | 1377 set80211(ctx, IEEE80211_IOC_MESH_RTCMD, req, in set80211meshrtmac() 1396 set80211(ctx, IEEE80211_IOC_MESH_RTCMD, d, 0, NULL); in set80211meshrtcmd() 4622 ireq.i_type = IEEE80211_IOC_MESH_RTCMD; in list_mesh()
|