![]() |
nRF WiFi
|
Go to the source code of this file.
Data Structures | |
| struct | nrf_wifi_fmac_frame_ctrl |
Enumerations | |
| enum | nrf_wifi_fmac_frame_type { NRF_WIFI_MGMT_PKT_TYPE = 0x0 , NRF_WIFI_CTRL_PKT_TYPE , NRF_WIFI_DATA_PKT_TYPE } |
| Header containing code to support promiscuous mode for the FMAC IF Layer of the Wi-Fi driver. More... | |
| enum | nrf_wifi_packet_filter { FILTER_MGMT_ONLY = 0x2 , FILTER_DATA_ONLY = 0x4 , FILTER_DATA_MGMT = 0x6 , FILTER_CTRL_ONLY = 0x8 , FILTER_CTRL_MGMT = 0xa , FILTER_DATA_CTRL = 0xc } |
Functions | |
| bool | nrf_wifi_util_check_filt_setting (struct nrf_wifi_fmac_vif_ctx *vif, unsigned short *frame_control) |
Variables | |
| struct nrf_wifi_fmac_frame_ctrl | __NRF_WIFI_PKD |