wil6210.h (f2b6b46e483b9a084088853ecc4123118791829e) | wil6210.h (9b586118730e1b86dc3c8d8523effc712c5a2bfc) |
---|---|
1/* 2 * Copyright (c) 2012-2017 Qualcomm Atheros, Inc. 3 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. 4 * 5 * Permission to use, copy, modify, and/or distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 1238 unchanged lines hidden (view full) --- 1247 const void *mac_addr, int key_len, const void *key, 1248 int key_usage); 1249int wmi_echo(struct wil6210_priv *wil); 1250int wmi_set_ie(struct wil6210_vif *vif, u8 type, u16 ie_len, const void *ie); 1251int wmi_rx_chain_add(struct wil6210_priv *wil, struct wil_ring *vring); 1252int wmi_update_ft_ies(struct wil6210_vif *vif, u16 ie_len, const void *ie); 1253int wmi_rxon(struct wil6210_priv *wil, bool on); 1254int wmi_get_temperature(struct wil6210_priv *wil, u32 *t_m, u32 *t_r); | 1/* 2 * Copyright (c) 2012-2017 Qualcomm Atheros, Inc. 3 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. 4 * 5 * Permission to use, copy, modify, and/or distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 1238 unchanged lines hidden (view full) --- 1247 const void *mac_addr, int key_len, const void *key, 1248 int key_usage); 1249int wmi_echo(struct wil6210_priv *wil); 1250int wmi_set_ie(struct wil6210_vif *vif, u8 type, u16 ie_len, const void *ie); 1251int wmi_rx_chain_add(struct wil6210_priv *wil, struct wil_ring *vring); 1252int wmi_update_ft_ies(struct wil6210_vif *vif, u16 ie_len, const void *ie); 1253int wmi_rxon(struct wil6210_priv *wil, bool on); 1254int wmi_get_temperature(struct wil6210_priv *wil, u32 *t_m, u32 *t_r); |
1255int wmi_get_all_temperatures(struct wil6210_priv *wil, 1256 struct wmi_temp_sense_all_done_event 1257 *sense_all_evt); |
|
1255int wmi_disconnect_sta(struct wil6210_vif *vif, const u8 *mac, u16 reason, 1256 bool del_sta); 1257int wmi_addba(struct wil6210_priv *wil, u8 mid, 1258 u8 ringid, u8 size, u16 timeout); 1259int wmi_delba_tx(struct wil6210_priv *wil, u8 mid, u8 ringid, u16 reason); 1260int wmi_delba_rx(struct wil6210_priv *wil, u8 mid, u8 cid, u8 tid, u16 reason); 1261int wmi_addba_rx_resp(struct wil6210_priv *wil, 1262 u8 mid, u8 cid, u8 tid, u8 token, --- 167 unchanged lines hidden --- | 1258int wmi_disconnect_sta(struct wil6210_vif *vif, const u8 *mac, u16 reason, 1259 bool del_sta); 1260int wmi_addba(struct wil6210_priv *wil, u8 mid, 1261 u8 ringid, u8 size, u16 timeout); 1262int wmi_delba_tx(struct wil6210_priv *wil, u8 mid, u8 ringid, u16 reason); 1263int wmi_delba_rx(struct wil6210_priv *wil, u8 mid, u8 cid, u8 tid, u16 reason); 1264int wmi_addba_rx_resp(struct wil6210_priv *wil, 1265 u8 mid, u8 cid, u8 tid, u8 token, --- 167 unchanged lines hidden --- |