libhd 5.0

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

◆ hd_scan_wlan()

◆ iw_freq2float()

double iw_freq2float ( const struct iw_freq * in)

Referenced by hd_scan_wlan().

◆ iw_get_ext()

static int iw_get_ext ( int skfd,
const char * ifname,
int request,
struct iwreq * pwrq )
inlinestatic

Referenced by iw_get_range_info().

◆ 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().

◆ iw_sockets_open()

int iw_sockets_open ( void )

Referenced by hd_scan_wlan().