Home
last modified time | relevance | path

Searched refs:mac_id (Results 1 - 25 of 280) sorted by relevance

12345678910>>...12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_pax_common.c18 * @mac_id: MAC ID (EAP_PAX_MAC_*) / currently, only HMAC_SHA1_128 is supported
30 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_kdf() argument
46 if (mac_id != EAP_PAX_MAC_HMAC_SHA1_128) in eap_pax_kdf()
73 * @mac_id: MAC ID (EAP_PAX_MAC_*) / currently, only HMAC_SHA1_128 is supported
87 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_mac() argument
99 if (mac_id != EAP_PAX_MAC_HMAC_SHA1_128) in eap_pax_mac()
120 * @mac_id: MAC ID (EAP_PAX_MAC_*) / currently, only HMAC_SHA1_128 is supported
129 int eap_pax_initial_key_derivation(u8 mac_id, const u8 *ak, const u8 *e, in eap_pax_initial_key_derivation() argument
133 if (eap_pax_kdf(mac_id, ak, EAP_PAX_AK_LEN, "Master Key", in eap_pax_initial_key_derivation()
135 eap_pax_kdf(mac_id, m in eap_pax_initial_key_derivation()
[all...]
H A Deap_pax_common.h19 u8 mac_id; member
48 /* mac_id: */
80 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len,
84 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len,
89 int eap_pax_initial_key_derivation(u8 mac_id, const u8 *ak, const u8 *e,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_pax_common.c18 * @mac_id: MAC ID (EAP_PAX_MAC_*) / currently, only HMAC_SHA1_128 is supported
30 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_kdf() argument
46 if (mac_id != EAP_PAX_MAC_HMAC_SHA1_128) in eap_pax_kdf()
73 * @mac_id: MAC ID (EAP_PAX_MAC_*) / currently, only HMAC_SHA1_128 is supported
87 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_mac() argument
99 if (mac_id != EAP_PAX_MAC_HMAC_SHA1_128) in eap_pax_mac()
120 * @mac_id: MAC ID (EAP_PAX_MAC_*) / currently, only HMAC_SHA1_128 is supported
129 int eap_pax_initial_key_derivation(u8 mac_id, const u8 *ak, const u8 *e, in eap_pax_initial_key_derivation() argument
133 if (eap_pax_kdf(mac_id, ak, EAP_PAX_AK_LEN, "Master Key", in eap_pax_initial_key_derivation()
135 eap_pax_kdf(mac_id, m in eap_pax_initial_key_derivation()
[all...]
H A Deap_pax_common.h19 u8 mac_id; member
48 /* mac_id: */
80 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len,
84 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len,
89 int eap_pax_initial_key_derivation(u8 mac_id, const u8 *ak, const u8 *e,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_pax.c27 u8 mac_id, dh_group_id, public_key_id; member
107 pax->mac_id = req->mac_id; in eap_pax_alloc_resp()
180 if (eap_pax_initial_key_derivation(req->mac_id, data->ak, data->rand.e, in eap_pax_process_std_1()
207 eap_pax_mac(req->mac_id, data->ck, EAP_PAX_CK_LEN, in eap_pax_process_std_1()
217 eap_pax_mac(req->mac_id, data->ick, EAP_PAX_ICK_LEN, in eap_pax_process_std_1()
223 data->mac_id = req->mac_id; in eap_pax_process_std_1()
278 if (eap_pax_mac(data->mac_id, data->ck, EAP_PAX_CK_LEN, in eap_pax_process_std_3()
315 if (eap_pax_mac(data->mac_id, dat in eap_pax_process_std_3()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_pax.c27 u8 mac_id, dh_group_id, public_key_id; member
107 pax->mac_id = req->mac_id; in eap_pax_alloc_resp()
180 if (eap_pax_initial_key_derivation(req->mac_id, data->ak, data->rand.e, in eap_pax_process_std_1()
207 eap_pax_mac(req->mac_id, data->ck, EAP_PAX_CK_LEN, in eap_pax_process_std_1()
217 eap_pax_mac(req->mac_id, data->ick, EAP_PAX_ICK_LEN, in eap_pax_process_std_1()
223 data->mac_id = req->mac_id; in eap_pax_process_std_1()
278 if (eap_pax_mac(data->mac_id, data->ck, EAP_PAX_CK_LEN, in eap_pax_process_std_3()
315 if (eap_pax_mac(data->mac_id, dat in eap_pax_process_std_3()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c179 mac_cb->mac_id, ret); in hns_mac_adjust_link()
199 if (mac_cb->mac_id != DSAF_MAX_PORT_NUM) { in hns_mac_get_inner_port_num()
203 mac_cb->mac_id, vmid); in hns_mac_get_inner_port_num()
207 if (mac_cb->mac_id >= DSAF_MAX_PORT_NUM) { in hns_mac_get_inner_port_num()
211 mac_cb->mac_id, vmid); in hns_mac_get_inner_port_num()
216 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id); in hns_mac_get_inner_port_num()
222 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id, vmid); in hns_mac_get_inner_port_num()
230 vf_num_per_port * q_num_per_vf * mac_cb->mac_id; in hns_mac_get_inner_port_num()
255 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id); in hns_mac_get_inner_port_num()
284 mac_entry.in_port_num = mac_cb->mac_id; in hns_mac_change_vf_addr()
1002 int mac_id = mac_cb->mac_id; hns_mac_get_vaddr() local
[all...]
H A Dhns_dsaf_misc.c124 dev_err(mac_cb->dev, "mac_id=%d, cpld syscon is null !\n", in hns_cpld_set_led()
125 mac_cb->mac_id); in hns_cpld_set_led()
162 link_status, mac_cb->mac_id, data); in hns_cpld_set_led_acpi()
186 0, mac_cb->mac_id, 0); in cpld_led_reset_acpi()
232 mac_cb->mac_id); in cpld_set_led_id_acpi()
238 mac_cb->mac_id); in cpld_set_led_id_acpi()
517 int mac_id = mac_cb->mac_id; in hns_mac_get_phy_if() local
524 if (mac_id >= 0 && mac_id < in hns_mac_get_phy_if()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c179 mac_cb->mac_id, ret); in hns_mac_adjust_link()
199 if (mac_cb->mac_id != DSAF_MAX_PORT_NUM) { in hns_mac_get_inner_port_num()
203 mac_cb->mac_id, vmid); in hns_mac_get_inner_port_num()
207 if (mac_cb->mac_id >= DSAF_MAX_PORT_NUM) { in hns_mac_get_inner_port_num()
211 mac_cb->mac_id, vmid); in hns_mac_get_inner_port_num()
216 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id); in hns_mac_get_inner_port_num()
222 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id, vmid); in hns_mac_get_inner_port_num()
230 vf_num_per_port * q_num_per_vf * mac_cb->mac_id; in hns_mac_get_inner_port_num()
255 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id); in hns_mac_get_inner_port_num()
284 mac_entry.in_port_num = mac_cb->mac_id; in hns_mac_change_vf_addr()
1001 int mac_id = mac_cb->mac_id; hns_mac_get_vaddr() local
[all...]
H A Dhns_dsaf_misc.c124 dev_err(mac_cb->dev, "mac_id=%d, cpld syscon is null !\n", in hns_cpld_set_led()
125 mac_cb->mac_id); in hns_cpld_set_led()
162 link_status, mac_cb->mac_id, data); in hns_cpld_set_led_acpi()
186 0, mac_cb->mac_id, 0); in cpld_led_reset_acpi()
232 mac_cb->mac_id); in cpld_set_led_id_acpi()
238 mac_cb->mac_id); in cpld_set_led_id_acpi()
517 int mac_id = mac_cb->mac_id; in hns_mac_get_phy_if() local
524 if (mac_id >= 0 && mac_id < in hns_mac_get_phy_if()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H A Dodm_rtl8188e.c191 static void update_tx_ant_88eu(struct odm_dm_struct *dm_odm, u8 ant, u32 mac_id) in update_tx_ant_88eu() argument
200 dm_fat_tbl->antsel_a[mac_id] = target_ant & BIT(0); in update_tx_ant_88eu()
201 dm_fat_tbl->antsel_b[mac_id] = (target_ant & BIT(1)) >> 1; in update_tx_ant_88eu()
202 dm_fat_tbl->antsel_c[mac_id] = (target_ant & BIT(2)) >> 2; in update_tx_ant_88eu()
206 u8 *desc, u8 mac_id) in rtl88eu_dm_set_tx_ant_by_tx_info()
212 SET_TX_DESC_ANTSEL_A_88E(desc, dm_fat_tbl->antsel_a[mac_id]); in rtl88eu_dm_set_tx_ant_by_tx_info()
213 SET_TX_DESC_ANTSEL_B_88E(desc, dm_fat_tbl->antsel_b[mac_id]); in rtl88eu_dm_set_tx_ant_by_tx_info()
214 SET_TX_DESC_ANTSEL_C_88E(desc, dm_fat_tbl->antsel_c[mac_id]); in rtl88eu_dm_set_tx_ant_by_tx_info()
219 u8 antsel_tr_mux, u32 mac_id, u8 rx_pwdb_all) in rtl88eu_dm_ant_sel_statistics()
225 dm_fat_tbl->MainAnt_Sum[mac_id] in rtl88eu_dm_ant_sel_statistics()
205 rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm, u8 *desc, u8 mac_id) rtl88eu_dm_set_tx_ant_by_tx_info() argument
218 rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm, u8 antsel_tr_mux, u32 mac_id, u8 rx_pwdb_all) rtl88eu_dm_ant_sel_statistics() argument
[all...]
H A Dhal_intf.c49 void rtw_hal_update_ra_mask(struct adapter *adapt, u32 mac_id, u8 rssi_level) in rtw_hal_update_ra_mask() argument
58 if (mac_id - 1 > 0) in rtw_hal_update_ra_mask()
59 psta = pstapriv->sta_aid[mac_id - 2]; in rtw_hal_update_ra_mask()
64 UpdateHalRAMask8188EUsb(adapt, mac_id, rssi_level); in rtw_hal_update_ra_mask()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_pax.c27 u8 mac_id; member
58 data->mac_id = EAP_PAX_MAC_HMAC_SHA1_128; in eap_pax_init()
100 pax->mac_id = data->mac_id; in eap_pax_build_std_1()
110 if (eap_pax_mac(data->mac_id, (u8 *) "", 0, in eap_pax_build_std_1()
146 pax->mac_id = data->mac_id; in eap_pax_build_std_3()
152 if (eap_pax_mac(data->mac_id, data->ck, EAP_PAX_CK_LEN, in eap_pax_build_std_3()
166 if (eap_pax_mac(data->mac_id, data->ick, EAP_PAX_ICK_LEN, in eap_pax_build_std_3()
217 "flags 0x%x mac_id in eap_pax_check()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_pax.c27 u8 mac_id; member
58 data->mac_id = EAP_PAX_MAC_HMAC_SHA1_128; in eap_pax_init()
100 pax->mac_id = data->mac_id; in eap_pax_build_std_1()
110 if (eap_pax_mac(data->mac_id, (u8 *) "", 0, in eap_pax_build_std_1()
146 pax->mac_id = data->mac_id; in eap_pax_build_std_3()
152 if (eap_pax_mac(data->mac_id, data->ck, EAP_PAX_CK_LEN, in eap_pax_build_std_3()
166 if (eap_pax_mac(data->mac_id, data->ick, EAP_PAX_ICK_LEN, in eap_pax_build_std_3()
217 "flags 0x%x mac_id in eap_pax_check()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.h80 int mac_id, struct sk_buff *skb,
85 int ath12k_dp_mon_srng_process(struct ath12k *ar, int mac_id,
88 int ath12k_dp_mon_process_ring(struct ath12k_base *ab, int mac_id,
99 int mac_id,
104 int ath12k_dp_mon_rx_process_stats(struct ath12k *ar, int mac_id,
H A Dhw.h193 int (*mac_id_to_pdev_id)(const struct ath12k_hw_params *hw, int mac_id);
194 int (*mac_id_to_srng_id)(const struct ath12k_hw_params *hw, int mac_id);
211 int mac_id) in ath12k_hw_mac_id_to_pdev_id()
214 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath12k_hw_mac_id_to_pdev_id()
220 int mac_id) in ath12k_hw_mac_id_to_srng_id()
223 return hw->hw_ops->mac_id_to_srng_id(hw, mac_id); in ath12k_hw_mac_id_to_srng_id()
210 ath12k_hw_mac_id_to_pdev_id(const struct ath12k_hw_params *hw, int mac_id) ath12k_hw_mac_id_to_pdev_id() argument
219 ath12k_hw_mac_id_to_srng_id(const struct ath12k_hw_params *hw, int mac_id) ath12k_hw_mac_id_to_srng_id() argument
H A Ddp_tx.c253 tx_desc->mac_id = ar->pdev_idx; in ath12k_dp_tx()
348 struct sk_buff *msdu, u8 mac_id, in ath12k_dp_tx_free_txbuf()
353 u8 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, mac_id); in ath12k_dp_tx_free_txbuf()
410 void *desc, u8 mac_id, in ath12k_dp_tx_process_htt_tx_complete()
434 ath12k_dp_tx_free_txbuf(ab, msdu, mac_id, tx_ring); in ath12k_dp_tx_process_htt_tx_complete()
543 u8 mac_id, pdev_id; in ath12k_dp_tx_completion_handler() local
598 mac_id = tx_desc->mac_id; in ath12k_dp_tx_completion_handler()
607 mac_id, msdu, in ath12k_dp_tx_completion_handler()
612 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, mac_id); in ath12k_dp_tx_completion_handler()
347 ath12k_dp_tx_free_txbuf(struct ath12k_base *ab, struct sk_buff *msdu, u8 mac_id, struct dp_tx_ring *tx_ring) ath12k_dp_tx_free_txbuf() argument
409 ath12k_dp_tx_process_htt_tx_complete(struct ath12k_base *ab, void *desc, u8 mac_id, struct sk_buff *msdu, struct dp_tx_ring *tx_ring) ath12k_dp_tx_process_htt_tx_complete() argument
623 ath12k_dp_tx_get_ring_id_type(struct ath12k_base *ab, int mac_id, u32 ring_id, enum hal_ring_type ring_type, enum htt_srng_ring_type *htt_ring_type, enum htt_srng_ring_id *htt_ring_id) ath12k_dp_tx_get_ring_id_type() argument
688 ath12k_dp_tx_htt_srng_setup(struct ath12k_base *ab, u32 ring_id, int mac_id, enum hal_ring_type ring_type) ath12k_dp_tx_htt_srng_setup() argument
882 ath12k_dp_tx_htt_rx_filter_setup(struct ath12k_base *ab, u32 ring_id, int mac_id, enum hal_ring_type ring_type, int rx_buf_size, struct htt_rx_ring_tlv_filter *tlv_filter) ath12k_dp_tx_htt_rx_filter_setup() argument
1086 ath12k_dp_tx_htt_tx_filter_setup(struct ath12k_base *ab, u32 ring_id, int mac_id, enum hal_ring_type ring_type, int tx_buf_size, struct htt_tx_ring_tlv_filter *htt_tlv_filter) ath12k_dp_tx_htt_tx_filter_setup() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h67 int ath11k_dp_process_rxdma_err(struct ath11k_base *ab, int mac_id, int budget);
72 int ath11k_dp_process_rx(struct ath11k_base *ab, int mac_id,
75 int ath11k_dp_rxbufs_replenish(struct ath11k_base *ab, int mac_id,
83 int ath11k_dp_rx_process_mon_rings(struct ath11k_base *ab, int mac_id,
85 int ath11k_dp_rx_process_mon_status(struct ath11k_base *ab, int mac_id,
87 int ath11k_dp_rx_mon_status_bufs_replenish(struct ath11k_base *ab, int mac_id,
H A Dhw.h170 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id);
171 int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
192 int mac_id) in ath11k_hw_mac_id_to_pdev_id()
195 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath11k_hw_mac_id_to_pdev_id()
201 int mac_id) in ath11k_hw_mac_id_to_srng_id()
204 return hw->hw_ops->mac_id_to_srng_id(hw, mac_id); in ath11k_hw_mac_id_to_srng_id()
191 ath11k_hw_mac_id_to_pdev_id(struct ath11k_hw_params *hw, int mac_id) ath11k_hw_mac_id_to_pdev_id() argument
200 ath11k_hw_mac_id_to_srng_id(struct ath11k_hw_params *hw, int mac_id) ath11k_hw_mac_id_to_srng_id() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h67 int ath11k_dp_process_rxdma_err(struct ath11k_base *ab, int mac_id, int budget);
72 int ath11k_dp_process_rx(struct ath11k_base *ab, int mac_id,
75 int ath11k_dp_rxbufs_replenish(struct ath11k_base *ab, int mac_id,
83 int ath11k_dp_rx_process_mon_rings(struct ath11k_base *ab, int mac_id,
85 int ath11k_dp_rx_process_mon_status(struct ath11k_base *ab, int mac_id,
87 int ath11k_dp_rx_mon_status_bufs_replenish(struct ath11k_base *ab, int mac_id,
H A Ddp_tx.c286 static void ath11k_dp_tx_free_txbuf(struct ath11k_base *ab, u8 mac_id, in ath11k_dp_tx_free_txbuf() argument
309 ar = ab->pdevs[mac_id].ar; in ath11k_dp_tx_free_txbuf()
386 void *desc, u8 mac_id, in ath11k_dp_tx_process_htt_tx_complete()
417 ath11k_dp_tx_free_txbuf(ab, mac_id, msdu_id, tx_ring); in ath11k_dp_tx_process_htt_tx_complete()
689 u8 mac_id; in ath11k_dp_tx_completion_handler() local
726 mac_id = FIELD_GET(DP_TX_DESC_ID_MAC_ID, desc_id); in ath11k_dp_tx_completion_handler()
732 mac_id, msdu_id, in ath11k_dp_tx_completion_handler()
748 ar = ab->pdevs[mac_id].ar; in ath11k_dp_tx_completion_handler()
807 int mac_id, u32 ring_id, in ath11k_dp_tx_get_ring_id_type()
817 lmac_ring_id_offset = mac_id * HAL_SRNG_RINGS_PER_LMA in ath11k_dp_tx_get_ring_id_type()
385 ath11k_dp_tx_process_htt_tx_complete(struct ath11k_base *ab, void *desc, u8 mac_id, u32 msdu_id, struct dp_tx_ring *tx_ring) ath11k_dp_tx_process_htt_tx_complete() argument
806 ath11k_dp_tx_get_ring_id_type(struct ath11k_base *ab, int mac_id, u32 ring_id, enum hal_ring_type ring_type, enum htt_srng_ring_type *htt_ring_type, enum htt_srng_ring_id *htt_ring_id) ath11k_dp_tx_get_ring_id_type() argument
868 ath11k_dp_tx_htt_srng_setup(struct ath11k_base *ab, u32 ring_id, int mac_id, enum hal_ring_type ring_type) ath11k_dp_tx_htt_srng_setup() argument
1062 ath11k_dp_tx_htt_rx_filter_setup(struct ath11k_base *ab, u32 ring_id, int mac_id, enum hal_ring_type ring_type, int rx_buf_size, struct htt_rx_ring_tlv_filter *tlv_filter) ath11k_dp_tx_htt_rx_filter_setup() argument
1260 ath11k_dp_tx_htt_rx_full_mon_setup(struct ath11k_base *ab, int mac_id, bool config) ath11k_dp_tx_htt_rx_full_mon_setup() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h133 * @mac_id: the mac which should send the probe response
140 __le32 mac_id; member
150 * @mac_id: the mac for which the ucode sends the notification for
156 __le32 mac_id; member
174 * @mac_id: MAC ID for channel switch
185 __le32 mac_id; member
197 * @mac_id: MAC ID to whom to apply the low-latency configurations
203 __le32 mac_id; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/
H A Dmtk_eth_path.c242 int mtk_gmac_sgmii_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_sgmii_path_setup() argument
246 path = (mac_id == 0) ? MTK_ETH_PATH_GMAC1_SGMII : in mtk_gmac_sgmii_path_setup()
257 int mtk_gmac_gephy_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_gephy_path_setup() argument
261 if (mac_id == 1) in mtk_gmac_gephy_path_setup()
275 int mtk_gmac_rgmii_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_rgmii_path_setup() argument
279 path = (mac_id == 0) ? MTK_ETH_PATH_GMAC1_RGMII : in mtk_gmac_rgmii_path_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_eth_path.c252 int mtk_gmac_sgmii_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_sgmii_path_setup() argument
256 path = (mac_id == 0) ? MTK_ETH_PATH_GMAC1_SGMII : in mtk_gmac_sgmii_path_setup()
263 int mtk_gmac_gephy_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_gephy_path_setup() argument
267 if (mac_id == 1) in mtk_gmac_gephy_path_setup()
277 int mtk_gmac_rgmii_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_rgmii_path_setup() argument
281 path = (mac_id == 0) ? MTK_ETH_PATH_GMAC1_RGMII : in mtk_gmac_rgmii_path_setup()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h109 * @mac_id: the mac which should send the probe response
116 __le32 mac_id; member
126 * @mac_id: the mac for which the ucode sends the notification for
132 __le32 mac_id; member
164 * @mac_id: the mac for which the ucode sends the notification for
168 __le32 mac_id; member
195 * @mac_id: MAC ID for channel switch
206 __le32 mac_id; member
218 * @mac_id: MAC ID to whom to apply the low-latency configurations
224 __le32 mac_id; member
475 __le32 mac_id; global() member
[all...]

Completed in 15 milliseconds

12345678910>>...12