Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/st/cw1200/ !
Dwsm.c76 #define WSM_PUT32(buf, val) __WSM_PUT(buf, val, u32, __le32, __cpu_to_le32) macro
112 WSM_PUT32(buf, arg->dot11MaxTransmitMsduLifeTime); in wsm_configuration()
113 WSM_PUT32(buf, arg->dot11MaxReceiveLifeTime); in wsm_configuration()
114 WSM_PUT32(buf, arg->dot11RtsThreshold); in wsm_configuration()
171 WSM_PUT32(buf, arg->reset_statistics ? 0 : 1); in wsm_reset()
308 WSM_PUT32(buf, arg->auto_scan_interval); in wsm_scan()
317 WSM_PUT32(buf, arg->ch[i].min_chan_time); in wsm_scan()
318 WSM_PUT32(buf, arg->ch[i].max_chan_time); in wsm_scan()
319 WSM_PUT32(buf, 0); in wsm_scan()
323 WSM_PUT32(buf, arg->ssids[i].length); in wsm_scan()
[all …]