The code below on Nokia N95 returns -1
#include <IX_WLAN.h>
....
int LL = maWlanStartDiscovery();
printf("Status: %d\n", LL);
....
I'm curious, for which Mobile Phone models IX_WLAN extension actually works today? Does it works for N95 or I'm just missing something in code ?