Lines Matching refs:WSM_PUT32
79 #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()
446 WSM_PUT32(buf, arg->ssid_len); in wsm_join()
448 WSM_PUT32(buf, arg->beacon_interval); in wsm_join()
449 WSM_PUT32(buf, arg->basic_rate_set); in wsm_join()
479 WSM_PUT32(buf, arg->operational_rate_set); in wsm_set_bss_params()
553 WSM_PUT32(buf, arg->maxTransmitLifetime); in wsm_set_tx_queue_params()
599 WSM_PUT32(buf, arg->params[3].max_rx_lifetime); in wsm_set_edca_params()
600 WSM_PUT32(buf, arg->params[2].max_rx_lifetime); in wsm_set_edca_params()
601 WSM_PUT32(buf, arg->params[1].max_rx_lifetime); in wsm_set_edca_params()
602 WSM_PUT32(buf, arg->params[0].max_rx_lifetime); in wsm_set_edca_params()
681 WSM_PUT32(buf, arg->ct_window); in wsm_start()
682 WSM_PUT32(buf, arg->beacon_interval); in wsm_start()
688 WSM_PUT32(buf, arg->basic_rate_set); in wsm_start()
712 WSM_PUT32(buf, arg->enable_beaconing ? 1 : 0); in wsm_beacon_transmit()