Searched refs:pvm_len (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.c3575 u8 ie_len, pvm_len; local
3627 pvm_len = ie_len - 3; /* exclude dtim count, dtim period, bmap ctl */
3629 if (pvm_len < arvif->u.ap.tim_len) {
3630 int expand_size = tim_len - pvm_len;
3639 pvm_len += expand_size;
3645 if (pvm_len > tim_len) {
3646 ath10k_warn(ar, "tim pvm length is too great (%d)\n", pvm_len);
3651 memcpy(tim->virtual_map, arvif->u.ap.tim_bitmap, pvm_len);
3662 tim->bitmap_ctrl, pvm_len);
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c1954 int ret, pad, pvm_len; local
1959 pvm_len = skb_beacon->data[tim_off + 1] - 3;
1960 pad = TIM_MIN_PVM_SIZE - pvm_len;
1987 pad, pvm_len);
1988 memmove(&msg_body.beacon[tim_off + 5 + pvm_len + pad],
1989 &msg_body.beacon[tim_off + 5 + pvm_len],
1990 skb_beacon->len - (tim_off + 5 + pvm_len));
1991 memset(&msg_body.beacon[tim_off + 5 + pvm_len], 0, pad);

Completed in 235 milliseconds