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

/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h38 struct wlan_iface;
70 struct wlan_iface *pwif;
92 struct wlan_iface { struct
186 SLIST_ENTRY(wlan_iface) w_if;
221 int wlan_config_state(struct wlan_iface *, uint8_t);
222 int wlan_get_opmode(struct wlan_iface *wif);
223 int wlan_get_local_addr(struct wlan_iface *wif);
224 int wlan_get_parent(struct wlan_iface *wif);
225 int wlan_get_driver_caps(struct wlan_iface *wif);
228 int wlan_get_channel_list(struct wlan_iface *wi
[all...]
H A Dwlan_snmp.c89 SLIST_HEAD(wlan_ifaces, wlan_iface);
97 static int wlan_add_wif(struct wlan_iface *);
98 static void wlan_delete_wif(struct wlan_iface *);
100 static int wlan_iface_create(struct wlan_iface *);
101 static int wlan_iface_destroy(struct wlan_iface *);
102 static struct wlan_iface * wlan_new_wif(char *);
104 static void wlan_free_interface(struct wlan_iface *);
106 static void wlan_free_peerlist(struct wlan_iface *);
107 static void wlan_scan_free_results(struct wlan_iface *);
108 static void wlan_mac_free_maclist(struct wlan_iface *);
[all...]
H A Dwlan_sys.c76 static int wlan_config_get_country(struct wlan_iface *);
77 static int wlan_config_set_country(struct wlan_iface *, char *, int);
78 static int wlan_config_get_dchannel(struct wlan_iface *wif);
79 static int wlan_config_set_dchannel(struct wlan_iface *wif, uint32_t);
80 static int wlan_config_get_bssid(struct wlan_iface *);
81 static int wlan_config_set_bssid(struct wlan_iface *, uint8_t *);
82 static void wlan_config_set_snmp_intval(struct wlan_iface *, int, int);
84 static int wlan_config_check(struct wlan_iface *, int);
85 static int wlan_config_get_intval(struct wlan_iface *, int);
86 static int wlan_config_set_intval(struct wlan_iface *, in
[all...]

Completed in 109 milliseconds