Searched refs:if_type (Results 1 – 7 of 7) sorted by relevance
145 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()
81 uint8_t if_type: 4; member
59 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()
79 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()
827 rpu_ctx_zep->vif_ctx_zep[vif_ctx_zep->vif_idx].if_type = in nrf_wifi_if_start_zep()
791 if (vif_ctx_zep->if_type == NRF_WIFI_IFTYPE_MONITOR) { in nrf_wifi_wpa_supp_authenticate()
58 int if_type; member
Completed in 26 milliseconds