Lines Matching refs:wl1271
1237 int wl1271_acx_wake_up_conditions(struct wl1271 *wl);
1238 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth);
1239 int wl1271_acx_tx_power(struct wl1271 *wl, int power);
1240 int wl1271_acx_feature_cfg(struct wl1271 *wl);
1241 int wl1271_acx_mem_map(struct wl1271 *wl,
1243 int wl1271_acx_rx_msdu_life_time(struct wl1271 *wl);
1244 int wl1271_acx_rx_config(struct wl1271 *wl, u32 config, u32 filter);
1245 int wl1271_acx_pd_threshold(struct wl1271 *wl);
1246 int wl1271_acx_slot(struct wl1271 *wl, enum acx_slot_type slot_time);
1247 int wl1271_acx_group_address_tbl(struct wl1271 *wl, bool enable,
1249 int wl1271_acx_service_period_timeout(struct wl1271 *wl);
1250 int wl1271_acx_rts_threshold(struct wl1271 *wl, u16 rts_threshold);
1251 int wl1271_acx_dco_itrim_params(struct wl1271 *wl);
1252 int wl1271_acx_beacon_filter_opt(struct wl1271 *wl, bool enable_filter);
1253 int wl1271_acx_beacon_filter_table(struct wl1271 *wl);
1254 int wl1271_acx_conn_monit_params(struct wl1271 *wl, bool enable);
1255 int wl1271_acx_sg_enable(struct wl1271 *wl, bool enable);
1256 int wl1271_acx_sg_cfg(struct wl1271 *wl);
1257 int wl1271_acx_cca_threshold(struct wl1271 *wl);
1258 int wl1271_acx_bcn_dtim_options(struct wl1271 *wl);
1259 int wl1271_acx_aid(struct wl1271 *wl, u16 aid);
1260 int wl1271_acx_event_mbox_mask(struct wl1271 *wl, u32 event_mask);
1261 int wl1271_acx_set_preamble(struct wl1271 *wl, enum acx_preamble_type preamble);
1262 int wl1271_acx_cts_protect(struct wl1271 *wl,
1264 int wl1271_acx_statistics(struct wl1271 *wl, struct acx_statistics *stats);
1265 int wl1271_acx_sta_rate_policies(struct wl1271 *wl);
1266 int wl1271_acx_ap_rate_policy(struct wl1271 *wl, struct conf_tx_rate_class *c,
1268 int wl1271_acx_ac_cfg(struct wl1271 *wl, u8 ac, u8 cw_min, u16 cw_max,
1270 int wl1271_acx_tid_cfg(struct wl1271 *wl, u8 queue_id, u8 channel_type,
1273 int wl1271_acx_frag_threshold(struct wl1271 *wl, u16 frag_threshold);
1274 int wl1271_acx_tx_config_options(struct wl1271 *wl);
1275 int wl1271_acx_ap_mem_cfg(struct wl1271 *wl);
1276 int wl1271_acx_sta_mem_cfg(struct wl1271 *wl);
1277 int wl1271_acx_init_mem_config(struct wl1271 *wl);
1278 int wl1271_acx_init_rx_interrupt(struct wl1271 *wl);
1279 int wl1271_acx_smart_reflex(struct wl1271 *wl);
1280 int wl1271_acx_bet_enable(struct wl1271 *wl, bool enable);
1281 int wl1271_acx_arp_ip_filter(struct wl1271 *wl, u8 enable, __be32 address);
1282 int wl1271_acx_pm_config(struct wl1271 *wl);
1283 int wl1271_acx_keep_alive_mode(struct wl1271 *wl, bool enable);
1284 int wl1271_acx_keep_alive_config(struct wl1271 *wl, u8 index, u8 tpl_valid);
1285 int wl1271_acx_rssi_snr_trigger(struct wl1271 *wl, bool enable,
1287 int wl1271_acx_rssi_snr_avg_weights(struct wl1271 *wl);
1288 int wl1271_acx_set_ht_capabilities(struct wl1271 *wl,
1291 int wl1271_acx_set_ht_information(struct wl1271 *wl,
1293 int wl1271_acx_set_ba_session(struct wl1271 *wl,
1296 int wl1271_acx_set_ba_receiver_session(struct wl1271 *wl, u8 tid_index, u16 ssn,
1298 int wl1271_acx_tsf_info(struct wl1271 *wl, u64 *mactime);
1299 int wl1271_acx_max_tx_retry(struct wl1271 *wl);
1300 int wl1271_acx_config_ps(struct wl1271 *wl);
1301 int wl1271_acx_set_inconnection_sta(struct wl1271 *wl, u8 *addr);