Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_beacon_gen.c1513 void sch_generate_tim(struct mac_context *mac, uint8_t **pPtr, uint16_t *timLength, in sch_generate_tim() argument
1527 *timLength = N2 - N1 + 4; in sch_generate_tim()
1538 *ptr++ = (uint8_t) (*timLength); in sch_generate_tim()
1579 uint16_t timLength = 0; in sch_process_pre_beacon_ind() local
1582 sch_generate_tim(mac, &ptr, &timLength, in sch_process_pre_beacon_ind()
1584 beaconSize += 2 + timLength; in sch_process_pre_beacon_ind()