Lines Matching refs:WSM_PUT8
77 #define WSM_PUT8(buf, val) __WSM_PUT(buf, val, u8, u8, (u8)) macro
307 WSM_PUT8(buf, arg->band); in wsm_scan()
308 WSM_PUT8(buf, arg->type); in wsm_scan()
309 WSM_PUT8(buf, arg->flags); in wsm_scan()
310 WSM_PUT8(buf, arg->max_tx_rate); in wsm_scan()
312 WSM_PUT8(buf, arg->num_probes); in wsm_scan()
313 WSM_PUT8(buf, arg->num_channels); in wsm_scan()
314 WSM_PUT8(buf, arg->num_ssids); in wsm_scan()
315 WSM_PUT8(buf, arg->probe_delay); in wsm_scan()
437 WSM_PUT8(buf, arg->mode); in wsm_join()
438 WSM_PUT8(buf, arg->band); in wsm_join()
442 WSM_PUT8(buf, arg->preamble_type); in wsm_join()
443 WSM_PUT8(buf, arg->probe_for_join); in wsm_join()
444 WSM_PUT8(buf, arg->dtim_period); in wsm_join()
445 WSM_PUT8(buf, arg->flags); in wsm_join()
476 WSM_PUT8(buf, (arg->reset_beacon_loss ? 0x1 : 0)); in wsm_set_bss_params()
477 WSM_PUT8(buf, arg->beacon_lost_count); in wsm_set_bss_params()
523 WSM_PUT8(buf, arg->index); in wsm_remove_key()
524 WSM_PUT8(buf, 0); in wsm_remove_key()
549 WSM_PUT8(buf, queue_id_to_wmm_aci[id]); in wsm_set_tx_queue_params()
550 WSM_PUT8(buf, 0); in wsm_set_tx_queue_params()
551 WSM_PUT8(buf, arg->ackPolicy); in wsm_set_tx_queue_params()
552 WSM_PUT8(buf, 0); in wsm_set_tx_queue_params()
589 WSM_PUT8(buf, arg->params[3].aifns); in wsm_set_edca_params()
590 WSM_PUT8(buf, arg->params[2].aifns); in wsm_set_edca_params()
591 WSM_PUT8(buf, arg->params[1].aifns); in wsm_set_edca_params()
592 WSM_PUT8(buf, arg->params[0].aifns); in wsm_set_edca_params()
624 WSM_PUT8(buf, arg->mode); in wsm_switch_channel()
625 WSM_PUT8(buf, arg->switch_count); in wsm_switch_channel()
653 WSM_PUT8(buf, arg->mode); in wsm_set_pm()
654 WSM_PUT8(buf, arg->fast_psm_idle_period); in wsm_set_pm()
655 WSM_PUT8(buf, arg->ap_psm_change_period); in wsm_set_pm()
656 WSM_PUT8(buf, arg->min_auto_pspoll_period); in wsm_set_pm()
678 WSM_PUT8(buf, arg->mode); in wsm_start()
679 WSM_PUT8(buf, arg->band); in wsm_start()
683 WSM_PUT8(buf, arg->dtim_period); in wsm_start()
684 WSM_PUT8(buf, arg->preamble); in wsm_start()
685 WSM_PUT8(buf, arg->probe_delay); in wsm_start()
686 WSM_PUT8(buf, arg->ssid_len); in wsm_start()