nrfxlib API 0.1.0
Loading...
Searching...
No Matches
fmac_peer.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
12#ifndef __FMAC_PEER_H__
13#define __FMAC_PEER_H__
14
15#include "fmac_structs.h"
16
18 const unsigned char *mac_addr);
19
21 unsigned char if_idx,
22 const unsigned char *mac_addr,
23 unsigned char is_legacy,
24 unsigned char qos_supported);
25
27 unsigned char if_idx,
28 int peer_id);
29
31 unsigned char if_idx);
32
33#endif /* __FMAC_PEER_H__ */
int nrf_wifi_fmac_peer_get_id(struct nrf_wifi_fmac_dev_ctx *fmac_ctx, const unsigned char *mac_addr)
Header containing peer handling specific declarations for the FMAC IF Layer of the Wi-Fi driver.
void nrf_wifi_fmac_peers_flush(struct nrf_wifi_fmac_dev_ctx *fmac_ctx, unsigned char if_idx)
void nrf_wifi_fmac_peer_remove(struct nrf_wifi_fmac_dev_ctx *fmac_ctx, unsigned char if_idx, int peer_id)
int nrf_wifi_fmac_peer_add(struct nrf_wifi_fmac_dev_ctx *fmac_ctx, unsigned char if_idx, const unsigned char *mac_addr, unsigned char is_legacy, unsigned char qos_supported)
Structure to hold common fmac dev context parameter data.
Definition: fmac_structs_common.h:146