Home
last modified time | relevance | path

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

/drivers/wifi/esp_hosted/
A Desp_hosted_util.h145 if (frame->if_type > ESP_HOSTED_MAX_IF) { in esp_hosted_frame_dump()
149 if_strs[frame->if_type], frame->len, frame->offset, frame->checksum, frame->seq_num, in esp_hosted_frame_dump()
152 if (frame->if_type == ESP_HOSTED_SERIAL_IF) { in esp_hosted_frame_dump()
A Desp_hosted_wifi.h81 uint8_t if_type: 4; member
A Desp_hosted_wifi.c59 frame.if_type = ESP_HOSTED_SERIAL_IF; in esp_hosted_request()
186 switch (frame.if_type) { in esp_hosted_event_task()
189 esp_hosted_recv(data->iface[frame.if_type], frame.payload, frame.len); in esp_hosted_event_task()
203 LOG_ERR("unexpected interface type %d", frame.if_type); in esp_hosted_event_task()
394 frame.if_type = itf; in esp_hosted_send()
/drivers/wifi/nrf_wifi/src/
A Dwifi_mgmt.c79 if ((vif_ctx_zep->if_type != NRF_WIFI_IFTYPE_STATION) in nrf_wifi_set_power_save()
81 && (vif_ctx_zep->if_type != NRF_WIFI_STA_TX_INJECTOR) in nrf_wifi_set_power_save()
84 && (vif_ctx_zep->if_type != NRF_WIFI_STA_PROMISC_TX_INJECTOR) in nrf_wifi_set_power_save()
179 if ((vif_ctx_zep->if_type != NRF_WIFI_IFTYPE_STATION) in nrf_wifi_get_power_save_config()
181 && (vif_ctx_zep->if_type != NRF_WIFI_STA_TX_INJECTOR) in nrf_wifi_get_power_save_config()
184 && (vif_ctx_zep->if_type != NRF_WIFI_STA_PROMISC_TX_INJECTOR) in nrf_wifi_get_power_save_config()
A Dnet_if.c827 rpu_ctx_zep->vif_ctx_zep[vif_ctx_zep->vif_idx].if_type = in nrf_wifi_if_start_zep()
A Dwpa_supp_if.c791 if (vif_ctx_zep->if_type == NRF_WIFI_IFTYPE_MONITOR) { in nrf_wifi_wpa_supp_authenticate()
/drivers/wifi/nrf_wifi/inc/
A Dfmac_main.h58 int if_type; member

Completed in 26 milliseconds