nrfxlib API 0.1.0
Loading...
Searching...
No Matches
fmac_vif.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_VIF_H__
13#define __FMAC_VIF_H__
14
15#include "fmac_structs.h"
16
18 int if_type);
19
21 int if_type);
22
24 int if_type);
25
26void nrf_wifi_fmac_vif_clear_ctx(void *fmac_dev_ctx,
27 unsigned char if_idx);
28
29void nrf_wifi_fmac_vif_update_if_type(void *fmac_dev_ctx,
30 unsigned char if_idx,
31 int if_type);
32
33unsigned int nrf_wifi_fmac_get_num_vifs(void *fmac_dev_ctx);
34
35#endif /* __FMAC_VIF_H__ */
void nrf_wifi_fmac_vif_clear_ctx(void *fmac_dev_ctx, unsigned char if_idx)
int nrf_wifi_fmac_vif_check_if_limit(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, int if_type)
Header containing virtual interface (VIF) specific declarations for the FMAC IF Layer of the Wi-Fi dr...
void nrf_wifi_fmac_vif_update_if_type(void *fmac_dev_ctx, unsigned char if_idx, int if_type)
void nrf_wifi_fmac_vif_decr_if_type(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, int if_type)
void nrf_wifi_fmac_vif_incr_if_type(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, int if_type)
unsigned int nrf_wifi_fmac_get_num_vifs(void *fmac_dev_ctx)
Structure to hold common fmac dev context parameter data.
Definition: fmac_structs_common.h:146