Home
last modified time | relevance | path

Searched refs:iter_count (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/tls/
H A Dpkcs5.c28 unsigned int iter_count; member
188 params->iter_count = *hdr.payload; in pkcs5_get_params_pbes2()
190 params->iter_count = WPA_GET_BE16(hdr.payload); in pkcs5_get_params_pbes2()
192 params->iter_count = WPA_GET_BE32(hdr.payload); in pkcs5_get_params_pbes2()
200 params->iter_count); in pkcs5_get_params_pbes2()
201 if (params->iter_count == 0 || params->iter_count > 0xffff) { in pkcs5_get_params_pbes2()
203 params->iter_count); in pkcs5_get_params_pbes2()
338 params->iter_count = *hdr.payload; in pkcs5_get_params()
340 params->iter_count = WPA_GET_BE16(hdr.payload); in pkcs5_get_params()
342 params->iter_count = WPA_GET_BE32(hdr.payload); in pkcs5_get_params()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h220 * @iter_count: scan iteration on this channel member
226 __le16 iter_count;
735 * @iter_count: repetition count for the channel.
748 u8 iter_count;
754 u8 iter_count; member
763 u8 iter_count;
772 * @iter_count: num of scan iterations for schedule plan, 0xff for infinite loop
777 u8 iter_count;
739 u8 iter_count; global() member
745 u8 iter_count; global() member
768 u8 iter_count; global() member
/freebsd/sys/dev/iwm/
H A Dif_iwm_scan.c325 chan->iter_count = htole16(1); in iwm_lmac_scan_fill_channels()
369 chan->iter_count = 1; in iwm_umac_scan_fill_channels()
704 tail->schedule[0].iter_count = 1; in iwm_umac_scan()
H A Dif_iwmreg.h5437 * @iter_count: scan iteration on this channel
5443 uint16_t iter_count;
5851 * @iter_count: repetition count for the channel.
5858 uint8_t iter_count;
5865 * @iter_count: num of scan iterations for schedule plan, 0xff for infinite loop
5870 uint8_t iter_count;
5439 uint16_t iter_count; global() member
5854 uint8_t iter_count; global() member
5866 uint8_t iter_count; global() member
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_key.c40 pKeyGenReqMid->u2.iter_count = iterations; in LacSymQat_KeySslRequestPopulate()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c696 channel_cfg[i].iter_count = cpu_to_le16(1); in iwl_mvm_copy_and_insert_ds_elem()
1607 channel_cfg[i].v2.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels_v4()
1610 channel_cfg[i].v1.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels_v4()
1635 cfg->v2.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels_v7()
1677 cfg->v2.iter_count = 1; in iwl_mvm_umac_scan_fill_6g_chan_list()
1803 cfg->v5.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels_v7_6g()
2278 schedule[i].iter_count = scan_plan->iterations; in iwl_mvm_scan_umac()
2289 if (!schedule[params->n_scan_plans - 1].iter_count) in iwl_mvm_scan_umac()
2290 schedule[params->n_scan_plans - 1].iter_count = 0xff; in iwl_mvm_scan_umac()
2485 cfg->v5.iter_count in iwl_mvm_scan_umac_v12()
[all...]
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_la.h1869 uint8_t iter_count; member