Lines Matching refs:wl

18 int wl1271_cmd_send(struct wl1271 *wl, u16 id, void *buf, size_t len,
20 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type,
22 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id);
23 int wl12xx_cmd_role_start_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif);
24 int wl12xx_cmd_role_stop_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif);
25 int wl12xx_cmd_role_start_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif);
26 int wl12xx_cmd_role_stop_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif);
27 int wl12xx_cmd_role_start_ibss(struct wl1271 *wl, struct wl12xx_vif *wlvif);
28 int wl12xx_start_dev(struct wl1271 *wl, struct wl12xx_vif *wlvif,
30 int wl12xx_stop_dev(struct wl1271 *wl, struct wl12xx_vif *wlvif);
31 int wl1271_cmd_test(struct wl1271 *wl, void *buf, size_t buf_len, u8 answer);
32 int wl1271_cmd_interrogate(struct wl1271 *wl, u16 id, void *buf,
34 int wl1271_cmd_configure(struct wl1271 *wl, u16 id, void *buf, size_t len);
35 int wlcore_cmd_configure_failsafe(struct wl1271 *wl, u16 id, void *buf,
37 int wl1271_cmd_data_path(struct wl1271 *wl, bool enable);
38 int wl1271_cmd_ps_mode(struct wl1271 *wl, struct wl12xx_vif *wlvif,
40 int wl1271_cmd_read_memory(struct wl1271 *wl, u32 addr, void *answer,
42 int wl1271_cmd_template_set(struct wl1271 *wl, u8 role_id,
45 int wl12xx_cmd_build_null_data(struct wl1271 *wl, struct wl12xx_vif *wlvif);
46 int wl1271_cmd_build_ps_poll(struct wl1271 *wl, struct wl12xx_vif *wlvif,
48 int wl12xx_cmd_build_probe_req(struct wl1271 *wl, struct wl12xx_vif *wlvif,
53 struct sk_buff *wl1271_cmd_build_ap_probe_req(struct wl1271 *wl,
56 int wl1271_cmd_build_arp_rsp(struct wl1271 *wl, struct wl12xx_vif *wlvif);
57 int wl1271_build_qos_null_data(struct wl1271 *wl, struct ieee80211_vif *vif);
58 int wl12xx_cmd_build_klv_null_data(struct wl1271 *wl,
60 int wl12xx_cmd_set_default_wep_key(struct wl1271 *wl, u8 id, u8 hlid);
61 int wl1271_cmd_set_sta_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
65 int wl1271_cmd_set_ap_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
69 int wl12xx_cmd_set_peer_state(struct wl1271 *wl, struct wl12xx_vif *wlvif,
71 int wl12xx_roc(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 role_id,
73 int wl12xx_croc(struct wl1271 *wl, u8 role_id);
74 int wl12xx_cmd_add_peer(struct wl1271 *wl, struct wl12xx_vif *wlvif,
76 int wl12xx_cmd_remove_peer(struct wl1271 *wl, struct wl12xx_vif *wlvif,
78 void wlcore_set_pending_regdomain_ch(struct wl1271 *wl, u16 channel,
80 int wlcore_cmd_regdomain_config_locked(struct wl1271 *wl);
81 int wlcore_cmd_generic_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif,
83 int wl12xx_cmd_config_fwlog(struct wl1271 *wl);
84 int wl12xx_cmd_start_fwlog(struct wl1271 *wl);
85 int wl12xx_cmd_stop_fwlog(struct wl1271 *wl);
86 int wl12xx_cmd_channel_switch(struct wl1271 *wl,
89 int wl12xx_cmd_stop_channel_switch(struct wl1271 *wl,
91 int wl12xx_allocate_link(struct wl1271 *wl, struct wl12xx_vif *wlvif,
93 void wl12xx_free_link(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 *hlid);
94 int wlcore_cmd_wait_for_event_or_timeout(struct wl1271 *wl,