xref: /kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/cfg.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef __LBS_CFG80211_H__
362306a36Sopenharmony_ci#define __LBS_CFG80211_H__
462306a36Sopenharmony_ci
562306a36Sopenharmony_cistruct device;
662306a36Sopenharmony_cistruct lbs_private;
762306a36Sopenharmony_cistruct regulatory_request;
862306a36Sopenharmony_cistruct wiphy;
962306a36Sopenharmony_ci
1062306a36Sopenharmony_cistruct wireless_dev *lbs_cfg_alloc(struct device *dev);
1162306a36Sopenharmony_ciint lbs_cfg_register(struct lbs_private *priv);
1262306a36Sopenharmony_civoid lbs_cfg_free(struct lbs_private *priv);
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_civoid lbs_send_disconnect_notification(struct lbs_private *priv,
1562306a36Sopenharmony_ci				      bool locally_generated);
1662306a36Sopenharmony_civoid lbs_send_mic_failureevent(struct lbs_private *priv, u32 event);
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_civoid lbs_scan_done(struct lbs_private *priv);
1962306a36Sopenharmony_civoid lbs_scan_deinit(struct lbs_private *priv);
2062306a36Sopenharmony_ciint lbs_disconnect(struct lbs_private *priv, u16 reason);
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci#endif
23

Indexes created Thu Nov 07 10:32:03 CST 2024