nrfxlib API 0.1.0
Loading...
Searching...
No Matches
fmac_ap.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_AP_H__
13#define __FMAC_AP_H__
14
15#include "host_rpu_data_if.h"
16#include "fmac_structs.h"
17
18
20 struct nrf_wifi_sap_client_pwrsave *config);
21
23 struct nrf_wifi_sap_ps_get_frames *config);
24#endif /* __FMAC_AP_H__ */
enum nrf_wifi_status sap_client_ps_get_frames(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, struct nrf_wifi_sap_ps_get_frames *config)
enum nrf_wifi_status sap_client_update_pmmode(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, struct nrf_wifi_sap_client_pwrsave *config)
Header containing SoftAP specific declarations for the FMAC IF Layer of the Wi-Fi driver.
nrf_wifi_status
The status of an operation performed by the RPU driver.
Definition: osal_structs.h:29
Structure to hold common fmac dev context parameter data.
Definition: fmac_structs_common.h:146
This structure describes an event related to the power save state of the softap's client....
Definition: host_rpu_data_if.h:246
This structure represents an event that instructs the host to transmit a specific number of frames th...
Definition: host_rpu_data_if.h:267