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

/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);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.c3555 u8 ie_len, pvm_len; local
3607 pvm_len = ie_len - 3; /* exclude dtim count, dtim period, bmap ctl */
3609 if (pvm_len < arvif->u.ap.tim_len) {
3610 int expand_size = tim_len - pvm_len;
3619 pvm_len += expand_size;
3625 if (pvm_len > tim_len) {
3626 ath10k_warn(ar, "tim pvm length is too great (%d)\n", pvm_len);
3631 memcpy(tim->virtual_map, arvif->u.ap.tim_bitmap, pvm_len);
3642 tim->bitmap_ctrl, pvm_len);

Completed in 211 milliseconds