WLAN devices
[Device handling]

WLAN device functions. More...


Functions

int iw_sockets_open (void)
static int iw_get_ext (int skfd, const char *ifname, int request, struct iwreq *pwrq)
int iw_get_range_info (int skfd, const char *ifname, struct iw_range *range)
double iw_freq2float (const struct iw_freq *in)
void hd_scan_wlan (hd_data_t *hd_data)


Detailed Description

WLAN device functions.

Function Documentation

void hd_scan_wlan ( hd_data_t hd_data  ) 

double iw_freq2float ( const struct iw_freq *  in  ) 

Referenced by hd_scan_wlan().

static int iw_get_ext ( int  skfd,
const char *  ifname,
int  request,
struct iwreq *  pwrq 
) [inline, static]

Referenced by iw_get_range_info().

int iw_get_range_info ( int  skfd,
const char *  ifname,
struct iw_range *  range 
)

References iw_get_ext().

Referenced by hd_scan_wlan().

int iw_sockets_open ( void   ) 

Referenced by hd_scan_wlan().