This enum represents different types of filters used.
Enumerator |
---|
NRF_WIFI_PACKET_FILTER_ALL | Support management, data and control packet sniffing.
|
NRF_WIFI_PACKET_FILTER_MGMT | Support only sniffing of management packets.
|
NRF_WIFI_PACKET_FILTER_DATA | Support only sniffing of data packets.
|
NRF_WIFI_PACKET_FILTER_CTRL | Support only sniffing of control packets.
|