Searched refs:skb_beacon (Results 1 – 2 of 2) sorted by relevance
81 struct sk_buff *skb_beacon, u16 tim_off,
1358 struct sk_buff *skb_beacon, u16 tim_off, in wcn36xx_smd_send_beacon() argument1368 msg_body.beacon_length = skb_beacon->len + 6; in wcn36xx_smd_send_beacon()1371 memcpy(&msg_body.beacon, &skb_beacon->len, sizeof(u32)); in wcn36xx_smd_send_beacon()1372 memcpy(&(msg_body.beacon[4]), skb_beacon->data, in wcn36xx_smd_send_beacon()1373 skb_beacon->len); in wcn36xx_smd_send_beacon()