• Home
  • Raw
  • Download

Lines Matching refs:WSM_PUT16

78 #define WSM_PUT16(buf, val) __WSM_PUT(buf, val, u16, __le16, __cpu_to_le16)  macro
120 WSM_PUT16(buf, arg->dpdData_size + 12); in wsm_configuration()
121 WSM_PUT16(buf, 1); /* DPD version */ in wsm_configuration()
123 WSM_PUT16(buf, 5); /* DPD flags */ in wsm_configuration()
204 WSM_PUT16(buf, mib_id); in wsm_read_mib()
205 WSM_PUT16(buf, 0); in wsm_read_mib()
256 WSM_PUT16(buf, mib_id); in wsm_write_mib()
257 WSM_PUT16(buf, buf_size); in wsm_write_mib()
318 WSM_PUT16(buf, arg->ch[i].number); in wsm_scan()
319 WSM_PUT16(buf, 0); in wsm_scan()
439 WSM_PUT16(buf, arg->channel_number); in wsm_join()
441 WSM_PUT16(buf, arg->atim_window); in wsm_join()
478 WSM_PUT16(buf, arg->aid); in wsm_set_bss_params()
525 WSM_PUT16(buf, 0); in wsm_remove_key()
554 WSM_PUT16(buf, arg->allowedMediumTime); in wsm_set_tx_queue_params()
555 WSM_PUT16(buf, 0); in wsm_set_tx_queue_params()
579 WSM_PUT16(buf, arg->params[3].cwmin); in wsm_set_edca_params()
580 WSM_PUT16(buf, arg->params[2].cwmin); in wsm_set_edca_params()
581 WSM_PUT16(buf, arg->params[1].cwmin); in wsm_set_edca_params()
582 WSM_PUT16(buf, arg->params[0].cwmin); in wsm_set_edca_params()
584 WSM_PUT16(buf, arg->params[3].cwmax); in wsm_set_edca_params()
585 WSM_PUT16(buf, arg->params[2].cwmax); in wsm_set_edca_params()
586 WSM_PUT16(buf, arg->params[1].cwmax); in wsm_set_edca_params()
587 WSM_PUT16(buf, arg->params[0].cwmax); in wsm_set_edca_params()
594 WSM_PUT16(buf, arg->params[3].txop_limit); in wsm_set_edca_params()
595 WSM_PUT16(buf, arg->params[2].txop_limit); in wsm_set_edca_params()
596 WSM_PUT16(buf, arg->params[1].txop_limit); in wsm_set_edca_params()
597 WSM_PUT16(buf, arg->params[0].txop_limit); in wsm_set_edca_params()
626 WSM_PUT16(buf, arg->channel_number); in wsm_switch_channel()
680 WSM_PUT16(buf, arg->channel_number); in wsm_start()
762 WSM_PUT16(buf, 0); in wsm_map_link()
784 WSM_PUT16(buf, arg->what); in wsm_update_ie()
785 WSM_PUT16(buf, arg->count); in wsm_update_ie()