Lines Matching defs:wlan_iface

38 struct wlan_iface;
70 struct wlan_iface *pwif;
92 struct wlan_iface {
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 *wif);
229 int wlan_get_roam_params(struct wlan_iface *wif);
230 int wlan_get_tx_params(struct wlan_iface *wif);
231 int wlan_set_tx_params(struct wlan_iface *wif, int32_t pmode);
232 int wlan_clone_create(struct wlan_iface *);
233 int wlan_clone_destroy(struct wlan_iface *wif);
234 int wlan_config_get_dssid(struct wlan_iface *wif);
235 int wlan_config_set_dssid(struct wlan_iface *wif, char *ssid, int slen);
236 int wlan_config_get_ioctl(struct wlan_iface *wif, int which);
237 int wlan_config_set_ioctl(struct wlan_iface *wif, int which, int val,
239 int wlan_set_scan_config(struct wlan_iface *wif);
240 int wlan_get_scan_results(struct wlan_iface *wif);
241 int wlan_get_stats(struct wlan_iface *wif);
242 int wlan_get_wepmode(struct wlan_iface *wif);
243 int wlan_set_wepmode(struct wlan_iface *wif);
244 int wlan_get_weptxkey(struct wlan_iface *wif);
245 int wlan_set_weptxkey(struct wlan_iface *wif);
246 int wlan_get_wepkeys(struct wlan_iface *wif);
247 int wlan_set_wepkeys(struct wlan_iface *wif);
248 int wlan_get_mac_policy(struct wlan_iface *wif);
249 int wlan_set_mac_policy(struct wlan_iface *wif);
250 int wlan_flush_mac_mac(struct wlan_iface *wif);
251 int wlan_get_mac_acl_macs(struct wlan_iface *wif);
252 int wlan_add_mac_acl_mac(struct wlan_iface *wif, struct wlan_mac_mac *mmac);
253 int wlan_del_mac_acl_mac(struct wlan_iface *wif, struct wlan_mac_mac *mmac);
256 int wlan_mesh_config_get(struct wlan_iface *wif, int which);
257 int wlan_mesh_config_set(struct wlan_iface *wif, int which);
258 int wlan_mesh_flush_routes(struct wlan_iface *wif);
259 int wlan_mesh_add_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr);
260 int wlan_mesh_del_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr);
261 int wlan_mesh_get_routelist(struct wlan_iface *wif);
262 int wlan_hwmp_config_get(struct wlan_iface *wif, int which);
263 int wlan_hwmp_config_set(struct wlan_iface *wif, int which);
267 int wlan_peer_set_vlan(struct wlan_iface *wif, struct wlan_peer *wip, int vlan);
268 int wlan_get_peerinfo(struct wlan_iface *wif);
273 int wlan_add_peer(struct wlan_iface *wif, struct wlan_peer *wip);
278 int wlan_scan_add_result(struct wlan_iface *wif, struct wlan_scan_result *sr);
282 int wlan_mac_add_mac(struct wlan_iface *wif, struct wlan_mac_mac *wmm);
285 int wlan_mesh_add_rtentry(struct wlan_iface *wif, struct wlan_mesh_route *wmr);