Searched refs:wlan_mesh_next_interface (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c138 static struct wlan_iface * wlan_mesh_next_interface(struct wlan_iface *);
4106 wlan_mesh_next_interface(struct wlan_iface *wif) function
4155 return (wlan_mesh_next_interface(wif));
4186 *wif = wlan_mesh_next_interface(*wif)) {
4203 while ((*wif = wlan_mesh_next_interface(*wif)) != NULL)
4314 wif = wlan_mesh_next_interface(wif)) {
4355 *wif = wlan_mesh_next_interface(*wif)) {
4371 while ((*wif = wlan_mesh_next_interface(*wif)) != NULL)

Completed in 109 milliseconds