|
@@ -1993,6 +1993,18 @@ const char *hdd_get_fwpath(void);
|
|
|
void hdd_indicate_mgmt_frame(tSirSmeMgmtFrameInd *frame_ind);
|
|
|
hdd_adapter_t *hdd_get_adapter_by_sme_session_id(hdd_context_t *hdd_ctx,
|
|
|
uint32_t sme_session_id);
|
|
|
+/**
|
|
|
+ * hdd_get_adapter_by_iface_name() - Return adapter with given interface name
|
|
|
+ * @hdd_ctx: hdd context.
|
|
|
+ * @iface_name: interface name
|
|
|
+ *
|
|
|
+ * This function is used to get the adapter with given interface name
|
|
|
+ *
|
|
|
+ * Return: adapter pointer if found, NULL otherwise
|
|
|
+ *
|
|
|
+ */
|
|
|
+hdd_adapter_t *hdd_get_adapter_by_iface_name(hdd_context_t *hdd_ctx,
|
|
|
+ const char *iface_name);
|
|
|
enum phy_ch_width hdd_map_nl_chan_width(enum nl80211_chan_width ch_width);
|
|
|
uint8_t wlan_hdd_find_opclass(tHalHandle hal, uint8_t channel,
|
|
|
uint8_t bw_offset);
|