obtained the sources to the host driver. included it in my pic32 project and attempted to compile.
the immediate first issue is several #include references to spi.h which was not included in the distribution. the files are evnt_handler.c, hci.c, and wlan.c.
various SpiBlah functions are referenced but never defined and not implemented.
memcpy is referenced in hci.c but string.h is not included.
wlan_tx_buffer is referenced once (and only once) in wlan.c and never defined.
any ideas where i can get sample spi.h and spi.c?