Lines Matching refs:WSM_PUT16
75 #define WSM_PUT16(buf, val) __WSM_PUT(buf, val, u16, __le16, __cpu_to_le16) macro
117 WSM_PUT16(buf, arg->dpdData_size + 12); in wsm_configuration()
118 WSM_PUT16(buf, 1); /* DPD version */ in wsm_configuration()
120 WSM_PUT16(buf, 5); /* DPD flags */ in wsm_configuration()
201 WSM_PUT16(buf, mib_id); in wsm_read_mib()
202 WSM_PUT16(buf, 0); in wsm_read_mib()
253 WSM_PUT16(buf, mib_id); in wsm_write_mib()
254 WSM_PUT16(buf, buf_size); in wsm_write_mib()
315 WSM_PUT16(buf, arg->ch[i].number); in wsm_scan()
316 WSM_PUT16(buf, 0); in wsm_scan()
434 WSM_PUT16(buf, arg->channel_number); in wsm_join()
436 WSM_PUT16(buf, arg->atim_window); in wsm_join()
473 WSM_PUT16(buf, arg->aid); in wsm_set_bss_params()
520 WSM_PUT16(buf, 0); in wsm_remove_key()
549 WSM_PUT16(buf, arg->allowedMediumTime); in wsm_set_tx_queue_params()
550 WSM_PUT16(buf, 0); in wsm_set_tx_queue_params()
574 WSM_PUT16(buf, arg->params[3].cwmin); in wsm_set_edca_params()
575 WSM_PUT16(buf, arg->params[2].cwmin); in wsm_set_edca_params()
576 WSM_PUT16(buf, arg->params[1].cwmin); in wsm_set_edca_params()
577 WSM_PUT16(buf, arg->params[0].cwmin); in wsm_set_edca_params()
579 WSM_PUT16(buf, arg->params[3].cwmax); in wsm_set_edca_params()
580 WSM_PUT16(buf, arg->params[2].cwmax); in wsm_set_edca_params()
581 WSM_PUT16(buf, arg->params[1].cwmax); in wsm_set_edca_params()
582 WSM_PUT16(buf, arg->params[0].cwmax); in wsm_set_edca_params()
589 WSM_PUT16(buf, arg->params[3].txop_limit); in wsm_set_edca_params()
590 WSM_PUT16(buf, arg->params[2].txop_limit); in wsm_set_edca_params()
591 WSM_PUT16(buf, arg->params[1].txop_limit); in wsm_set_edca_params()
592 WSM_PUT16(buf, arg->params[0].txop_limit); in wsm_set_edca_params()
621 WSM_PUT16(buf, arg->channel_number); in wsm_switch_channel()
675 WSM_PUT16(buf, arg->channel_number); in wsm_start()
757 WSM_PUT16(buf, 0); in wsm_map_link()
779 WSM_PUT16(buf, arg->what); in wsm_update_ie()
780 WSM_PUT16(buf, arg->count); in wsm_update_ie()