Searched refs:peer_macaddr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.h | 3213 u8 *peer_macaddr; member 3305 struct ath12k_wmi_mac_addr_params peer_macaddr; member 3312 struct ath12k_wmi_mac_addr_params peer_macaddr; member 3318 struct ath12k_wmi_mac_addr_params peer_macaddr; member 3330 struct ath12k_wmi_mac_addr_params peer_macaddr; member 3373 struct ath12k_wmi_mac_addr_params peer_macaddr; member 3399 struct ath12k_wmi_mac_addr_params peer_macaddr; member 3407 struct ath12k_wmi_mac_addr_params peer_macaddr; member 3851 struct ath12k_wmi_mac_addr_params peer_macaddr; member 4017 struct ath12k_wmi_mac_addr_params peer_macaddr; member [all …]
|
| H A D | wmi.c | 1365 ether_addr_copy(cmd->peer_macaddr.addr, arg->peer_addr); in ath12k_wmi_send_peer_create_cmd() 1412 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath12k_wmi_send_peer_delete_cmd() 1482 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath12k_wmi_set_peer_param() 1518 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath12k_wmi_send_peer_flush_tids_cmd() 1554 ether_addr_copy(cmd->peer_macaddr.addr, addr); in ath12k_wmi_peer_rx_reorder_queue_setup() 1595 ether_addr_copy(cmd->peer_macaddr.addr, arg->peer_macaddr); in ath12k_wmi_rx_reord_queue_remove() 1601 arg->peer_macaddr, arg->vdev_id, arg->peer_tid_bitmap); in ath12k_wmi_rx_reord_queue_remove() 1791 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath12k_wmi_send_set_ap_ps_param_cmd() 2120 ether_addr_copy(cmd->peer_macaddr.addr, arg->macaddr); in ath12k_wmi_vdev_install_key() 2294 ether_addr_copy(cmd->peer_macaddr.addr, arg->peer_mac); in ath12k_wmi_send_peer_assoc_cmd() [all …]
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.c | 1104 ether_addr_copy(cmd->peer_macaddr.addr, param->peer_addr); in ath11k_wmi_send_peer_create_cmd() 1137 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath11k_wmi_send_peer_delete_cmd() 1208 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath11k_wmi_set_peer_param() 1243 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath11k_wmi_send_peer_flush_tids_cmd() 1280 ether_addr_copy(cmd->peer_macaddr.addr, addr); in ath11k_wmi_peer_rx_reorder_queue_setup() 1322 ether_addr_copy(cmd->peer_macaddr.addr, param->peer_macaddr); in ath11k_wmi_rx_reord_queue_remove() 1336 param->peer_macaddr, param->vdev_id, param->peer_tid_bitmap); in ath11k_wmi_rx_reord_queue_remove() 1520 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath11k_wmi_send_set_ap_ps_param_cmd() 1863 ether_addr_copy(cmd->peer_macaddr.addr, arg->macaddr); in ath11k_wmi_vdev_install_key() 2024 ether_addr_copy(cmd->peer_macaddr.addr, param->peer_mac); in ath11k_wmi_send_peer_assoc_cmd() [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.c | 2035 ether_addr_copy(cmd->hdr.peer_macaddr.addr, ieee80211_get_DA(hdr)); in ath10k_wmi_op_gen_mgmt_tx() 2989 ether_addr_copy(dst->peer_macaddr, src->peer_macaddr.addr); in ath10k_wmi_pull_peer_stats() 2998 ether_addr_copy(dst->peer_macaddr, src->peer_macaddr.addr); in ath10k_wmi_10_4_pull_peer_stats() 3415 ether_addr_copy(dst->peer_macaddr, in ath10k_wmi_10_4_op_pull_fw_stats() 3416 src->peer_macaddr.addr); in ath10k_wmi_10_4_op_pull_fw_stats() 3514 arg->mac_addr = ev->peer_macaddr.addr; in ath10k_wmi_op_pull_peer_kick_ev() 5238 peer = ath10k_peer_find(ar, vdev_id, ev->peer_macaddr.addr); in ath10k_wmi_handle_tdls_peer_event() 5243 ev->peer_macaddr.addr); in ath10k_wmi_handle_tdls_peer_event() 5267 ieee80211_tdls_oper_request(arvif->vif, ev->peer_macaddr.addr, in ath10k_wmi_handle_tdls_peer_event() 5273 ev->peer_macaddr.addr, peer_reason); in ath10k_wmi_handle_tdls_peer_event() [all …]
|
| H A D | mac.c | 3270 ether_addr_copy(arg.peer_macaddr.addr, sta->addr); in ath10k_new_peer_tid_config() 7140 ether_addr_copy(arg->peer_macaddr.addr, sta->addr); in ath10k_mac_set_tid_config() 7331 ether_addr_copy(arg.peer_macaddr.addr, sta->addr); in ath10k_mac_reset_tid_config() 7384 ether_addr_copy(arg.peer_macaddr.addr, sta->addr); in ath10k_sta_tid_cfg_wk()
|