I want to connect a Wifi-chipset, which offers an SDIO interfaces to a microcontroller that only supports SPI.
As far as I understand from the specifications, every SD card can be connected to a host microcontroller on its respective SPI ports and then be operated in SPI bus mode. Now there are also certain Wifi-chipsets that have an SDIO interface for the connection to the host microcontroller. Maybe my question is trivial, but do also all Wifi-chipsets that offer an SDIO interface support the SPI bus mode? Or does it have to be explicitely supported by the manufacturer? Does the supported SDIO version have an influence? Because in the datasheet of the Wifi-Chipset it does not mention the SPI transfer mode.
Edit: I am not looking for a suggestion which specific chipset to use. I know there are wi-fi chipsets that support spi or spi transfer mode.