Home
last modified time | relevance | path

Searched refs:CNV_LITTLE_TO_INT (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_util.c349 privacy = CNV_LITTLE_TO_INT( ltv.privacy_opt_implemented ); in wl_has_wep()
506 CNV_LITTLE_TO_INT( pAps[numAPs].channel_id ); in wl_endian_translate_event()
509 CNV_LITTLE_TO_INT( pAps[numAPs].noise_level ); in wl_endian_translate_event()
512 CNV_LITTLE_TO_INT( pAps[numAPs].signal_level ); in wl_endian_translate_event()
515 CNV_LITTLE_TO_INT( pAps[numAPs].beacon_interval_time ); in wl_endian_translate_event()
518 CNV_LITTLE_TO_INT( pAps[numAPs].capability ); in wl_endian_translate_event()
521 CNV_LITTLE_TO_INT( pAps[numAPs].ssid_len ); in wl_endian_translate_event()
534 probe_resp->frameControl = CNV_LITTLE_TO_INT( probe_resp->frameControl ); in wl_endian_translate_event()
535 probe_resp->durID = CNV_LITTLE_TO_INT( probe_resp->durID ); in wl_endian_translate_event()
536 probe_resp->sequence = CNV_LITTLE_TO_INT( probe_resp->sequence ); in wl_endian_translate_event()
[all …]
Dwl_main.c2909 CNV_LITTLE_TO_INT( aps[num_aps].channel_id ); in wl_endian_translate_mailbox()
2912 CNV_LITTLE_TO_INT( aps[num_aps].noise_level ); in wl_endian_translate_mailbox()
2915 CNV_LITTLE_TO_INT( aps[num_aps].signal_level ); in wl_endian_translate_mailbox()
2918 CNV_LITTLE_TO_INT( aps[num_aps].beacon_interval_time ); in wl_endian_translate_mailbox()
2921 CNV_LITTLE_TO_INT( aps[num_aps].capability ); in wl_endian_translate_mailbox()
2924 CNV_LITTLE_TO_INT( aps[num_aps].ssid_len ); in wl_endian_translate_mailbox()
2935 probe_resp->frameControl = CNV_LITTLE_TO_INT( probe_resp->frameControl ); in wl_endian_translate_mailbox()
2936 probe_resp->durID = CNV_LITTLE_TO_INT( probe_resp->durID ); in wl_endian_translate_mailbox()
2937 probe_resp->sequence = CNV_LITTLE_TO_INT( probe_resp->sequence ); in wl_endian_translate_mailbox()
2938 probe_resp->dataLength = CNV_LITTLE_TO_INT( probe_resp->dataLength ); in wl_endian_translate_mailbox()
[all …]
Dhcfcfg.h368 #ifndef CNV_LITTLE_TO_INT
369 #define CNV_LITTLE_TO_INT CNV_LITTLE_TO_SHORT macro
Dwl_wext.c527 hcf_16 channel = CNV_LITTLE_TO_INT( lp->ltvRecord.u.u16[0] ); in wireless_get_frequency()
639 range->throughput = CNV_LITTLE_TO_INT( *pTxRate ) * MEGABIT; in wireless_get_range()
1247 pName->length = CNV_LITTLE_TO_INT( pName->length ); in wireless_get_essid()
1274 pName->length = CNV_LITTLE_TO_INT( pName->length ); in wireless_get_essid()
1586 pName->length = CNV_LITTLE_TO_INT( pName->length ); in wireless_get_nickname()
1777 *pPortType = CNV_LITTLE_TO_INT( *pPortType ); in wireless_get_porttype()
2213 index = ( CNV_LITTLE_TO_INT( lp->ltvRecord.u.u16[0] ) & 0x100 ) ? 1 : 0; in wireless_set_rate()
2438 txRate = CNV_LITTLE_TO_INT( lp->ltvRecord.u.u16[0] ); in wireless_get_rate()
3271 pStats->qual.qual = (u_char) CNV_LITTLE_TO_INT( pQual->coms_qual ); in wl_wireless_stats()
3272 pStats->qual.level = (u_char) dbm( CNV_LITTLE_TO_INT( pQual->signal_lvl )); in wl_wireless_stats()
[all …]
Dwl_priv.c2002 *pData = CNV_LITTLE_TO_INT( *pPortType ); in wvlan_get_porttype()