Lines Matching defs:cmd_size

304 	u16 cmd_size = *param_size;
313 cmd_size += sizeof(struct host_cmd_tlv_akmp);
324 cmd_size += sizeof(struct host_cmd_tlv_pwk_cipher);
336 cmd_size += sizeof(struct host_cmd_tlv_pwk_cipher);
347 cmd_size += sizeof(struct host_cmd_tlv_gwk_cipher);
358 cmd_size += sizeof(struct mwifiex_ie_types_header) +
364 *param_size = cmd_size;
412 u16 cmd_size = *param_size;
430 cmd_size += sizeof(struct mwifiex_ie_types_header) + 2 +
437 *param_size = cmd_size;
489 u16 cmd_size = *param_size;
495 cmd_size += sizeof(struct host_cmd_tlv_mac_addr);
503 cmd_size += sizeof(struct mwifiex_ie_types_header) +
513 cmd_size += sizeof(struct host_cmd_tlv_bcast_ssid);
525 cmd_size += sizeof(struct host_cmd_tlv_rates) + i;
540 cmd_size += sizeof(struct host_cmd_tlv_channel_band);
552 cmd_size += sizeof(struct host_cmd_tlv_beacon_period);
564 cmd_size += sizeof(struct host_cmd_tlv_dtim_period);
575 cmd_size += sizeof(struct host_cmd_tlv_frag_threshold);
587 cmd_size += sizeof(struct host_cmd_tlv_frag_threshold);
598 cmd_size += sizeof(struct host_cmd_tlv_retry_limit);
604 mwifiex_uap_bss_wpa(&tlv, cmd_buf, &cmd_size);
606 mwifiex_uap_bss_wep(&tlv, cmd_buf, &cmd_size);
616 cmd_size += sizeof(struct host_cmd_tlv_auth_type);
627 cmd_size += sizeof(struct host_cmd_tlv_encrypt_protocol);
646 cmd_size += sizeof(struct mwifiex_ie_types_htcap);
656 cmd_size += sizeof(struct mwifiex_ie_types_wmmcap);
666 cmd_size += sizeof(*ao_timer);
675 cmd_size += sizeof(*pwr_ct);
687 cmd_size += sizeof(*ps_ao_timer);
691 *param_size = cmd_size;
725 u16 cmd_size, param_size, ie_size;
729 cmd_size = (u16)(sizeof(struct host_cmd_ds_sys_config) + S_DS_GEN);
736 param_size = cmd_size;
742 ie_size = cmd_size;