Home
last modified time | relevance | path

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

/drivers/net/wireless/cw1200/
Dwsm.c79 #define WSM_PUT32(buf, val) __WSM_PUT(buf, val, u32, __le32, __cpu_to_le32) macro
115 WSM_PUT32(buf, arg->dot11MaxTransmitMsduLifeTime); in wsm_configuration()
116 WSM_PUT32(buf, arg->dot11MaxReceiveLifeTime); in wsm_configuration()
117 WSM_PUT32(buf, arg->dot11RtsThreshold); in wsm_configuration()
174 WSM_PUT32(buf, arg->reset_statistics ? 0 : 1); in wsm_reset()
311 WSM_PUT32(buf, arg->auto_scan_interval); in wsm_scan()
320 WSM_PUT32(buf, arg->ch[i].min_chan_time); in wsm_scan()
321 WSM_PUT32(buf, arg->ch[i].max_chan_time); in wsm_scan()
322 WSM_PUT32(buf, 0); in wsm_scan()
326 WSM_PUT32(buf, arg->ssids[i].length); in wsm_scan()
[all …]