Lines Matching refs:cw1200_common

25 static void cw1200_do_join(struct cw1200_common *priv);
26 static void cw1200_do_unjoin(struct cw1200_common *priv);
28 static int cw1200_upload_beacon(struct cw1200_common *priv);
29 static int cw1200_upload_pspoll(struct cw1200_common *priv);
30 static int cw1200_upload_null(struct cw1200_common *priv);
31 static int cw1200_upload_qosnull(struct cw1200_common *priv);
32 static int cw1200_start_ap(struct cw1200_common *priv);
33 static int cw1200_update_beaconing(struct cw1200_common *priv);
34 static int cw1200_enable_beaconing(struct cw1200_common *priv,
40 static int __cw1200_flush(struct cw1200_common *priv, bool drop);
56 struct cw1200_common *priv = dev->priv;
95 struct cw1200_common *priv = dev->priv;
148 void __cw1200_cqm_bssloss_sm(struct cw1200_common *priv,
209 struct cw1200_common *priv = dev->priv;
251 struct cw1200_common *priv = dev->priv;
327 struct cw1200_common *priv = dev->priv;
439 void cw1200_update_filtering(struct cw1200_common *priv)
513 struct cw1200_common *priv =
514 container_of(work, struct cw1200_common,
522 struct cw1200_common *priv =
523 container_of(work, struct cw1200_common,
541 struct cw1200_common *priv = hw->priv;
576 struct cw1200_common *priv = dev->priv;
612 struct cw1200_common *priv = dev->priv;
659 struct cw1200_common *priv = dev->priv;
665 int cw1200_set_pm(struct cw1200_common *priv, const struct wsm_set_pm *arg)
686 struct cw1200_common *priv = dev->priv;
844 struct cw1200_common *priv =
845 container_of(work, struct cw1200_common, wep_key_work);
864 struct cw1200_common *priv = hw->priv;
892 static int __cw1200_flush(struct cw1200_common *priv, bool drop)
932 struct cw1200_common *priv = hw->priv;
953 void cw1200_free_event_queue(struct cw1200_common *priv)
966 struct cw1200_common *priv =
967 container_of(work, struct cw1200_common, event_handler);
1037 struct cw1200_common *priv =
1038 container_of(work, struct cw1200_common, bss_loss_work.work);
1048 struct cw1200_common *priv =
1049 container_of(work, struct cw1200_common, bss_params_work);
1066 static int cw1200_parse_sdd_file(struct cw1200_common *priv)
1114 int cw1200_setup_mac(struct cw1200_common *priv)
1164 static void cw1200_join_complete(struct cw1200_common *priv)
1185 struct cw1200_common *priv =
1186 container_of(work, struct cw1200_common, join_complete_work);
1192 void cw1200_join_complete_cb(struct cw1200_common *priv,
1205 static void cw1200_do_join(struct cw1200_common *priv)
1369 struct cw1200_common *priv =
1370 container_of(work, struct cw1200_common, join_timeout.work);
1377 static void cw1200_do_unjoin(struct cw1200_common *priv)
1440 struct cw1200_common *priv =
1441 container_of(work, struct cw1200_common, unjoin_work);
1451 int cw1200_enable_listening(struct cw1200_common *priv)
1474 int cw1200_disable_listening(struct cw1200_common *priv)
1484 void cw1200_update_listening(struct cw1200_common *priv, bool enabled)
1501 int cw1200_set_uapsd_param(struct cw1200_common *priv,
1543 struct cw1200_common *priv = hw->priv;
1574 struct cw1200_common *priv = hw->priv;
1599 struct cw1200_common *priv = dev->priv;
1640 struct cw1200_common *priv = dev->priv;
1649 static void cw1200_ps_notify(struct cw1200_common *priv,
1663 static int cw1200_set_tim_impl(struct cw1200_common *priv, bool aid0_bit_set)
1706 struct cw1200_common *priv =
1707 container_of(work, struct cw1200_common, set_tim_work);
1714 struct cw1200_common *priv = dev->priv;
1721 struct cw1200_common *priv =
1722 container_of(work, struct cw1200_common, set_cts_work);
1751 static int cw1200_set_btcoexinfo(struct cw1200_common *priv)
1802 struct cw1200_common *priv = dev->priv;
2083 struct cw1200_common *priv =
2084 container_of(work, struct cw1200_common, multicast_start_work);
2101 struct cw1200_common *priv =
2102 container_of(work, struct cw1200_common, multicast_stop_work);
2115 struct cw1200_common *priv = from_timer(priv, t, mcast_timeout);
2143 void cw1200_suspend_resume(struct cw1200_common *priv,
2187 static int cw1200_upload_beacon(struct cw1200_common *priv)
2238 static int cw1200_upload_pspoll(struct cw1200_common *priv)
2258 static int cw1200_upload_null(struct cw1200_common *priv)
2277 static int cw1200_upload_qosnull(struct cw1200_common *priv)
2298 static int cw1200_enable_beaconing(struct cw1200_common *priv,
2308 static int cw1200_start_ap(struct cw1200_common *priv)
2364 static int cw1200_update_beaconing(struct cw1200_common *priv)