Home
last modified time | relevance | path

Searched refs:n_bytes (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_beacon_gen.c121 uint32_t n_bytes; in lim_update_link_info() local
248 &n_bytes); in lim_update_link_info()
551 uint32_t i, n_status, n_bytes; in sch_set_fixed_beacon_fields() local
656 SIR_MAX_BEACON_SIZE - offset, &n_bytes); in sch_set_fixed_beacon_fields()
668 session->schBeaconOffsetBegin = offset + (uint16_t) n_bytes; in sch_set_fixed_beacon_fields()
931 SIR_MAX_BEACON_SIZE, &n_bytes); in sch_set_fixed_beacon_fields()
944 ie_buf_size = n_bytes; in sch_set_fixed_beacon_fields()
973 n_bytes = ie_buf_size + eht_op_ie_len; in sch_set_fixed_beacon_fields()
975 ie_buf_size = n_bytes; in sch_set_fixed_beacon_fields()
1004 n_bytes = ie_buf_size + eht_cap_ie_len; in sch_set_fixed_beacon_fields()
[all …]
Dsch_api.c521 uint32_t n_bytes = sizeof(*fd_params); in lim_send_fils_discovery_template() local
523 fd_params = qdf_mem_malloc(n_bytes); in lim_send_fils_discovery_template()
537 &n_bytes); in lim_send_fils_discovery_template()
540 pe_err("FAIL bytes %d retcode[%X]", n_bytes, status); in lim_send_fils_discovery_template()
544 fd_params->tmpl_len = n_bytes; in lim_send_fils_discovery_template()
552 pe_err("FAIL bytes %d retcode[%X]", n_bytes, status); in lim_send_fils_discovery_template()