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

/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c132 static struct wlan_iface * wlan_first_interface(void);
2843 wlan_first_interface(void) function
2896 for (wif = wlan_first_interface(); wif != NULL;
3081 for (wif = wlan_first_interface(); wif != NULL;
3114 for (wif = wlan_first_interface(); wif != NULL;
3130 return (wlan_first_interface());
3140 for (wif = wlan_first_interface(); wif != NULL;
3306 for (wif = wlan_first_interface(); wif != NULL;
3339 for (*wif = wlan_first_interface(); *wif != NULL;
3380 for (wif = wlan_first_interface(); wi
[all...]

Completed in 45 milliseconds