Home
last modified time | relevance | path

Searched refs:mode_event (Results 1 – 1 of 1) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_event.c26 struct nrf_wifi_event_raw_config_mode *mode_event) in nrf_wifi_fmac_if_mode_set_event_proc() argument
32 unsigned char if_idx = mode_event->if_index; in nrf_wifi_fmac_if_mode_set_event_proc()
38 if (!mode_event->status) { in nrf_wifi_fmac_if_mode_set_event_proc()
39 vif->mode = mode_event->op_mode; in nrf_wifi_fmac_if_mode_set_event_proc()
46 if ((mode_event->op_mode & NRF_WIFI_STA_MODE) in nrf_wifi_fmac_if_mode_set_event_proc()
48 mode_event->op_mode ^= NRF_WIFI_STA_MODE; in nrf_wifi_fmac_if_mode_set_event_proc()
54 if ((mode_event->op_mode ^ in nrf_wifi_fmac_if_mode_set_event_proc()
68 if ((mode_event->op_mode ^ in nrf_wifi_fmac_if_mode_set_event_proc()
79 if ((mode_event->op_mode ^ in nrf_wifi_fmac_if_mode_set_event_proc()
88 if ((mode_event->op_mode & NRF_WIFI_MONITOR_MODE) in nrf_wifi_fmac_if_mode_set_event_proc()
[all …]