Searched refs:iebuf (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_bsd.c | 602 u8 *iebuf = NULL; in bsd_new_sta() local 614 iebuf = ie.wpa_ie; in bsd_new_sta() 617 iebuf = NULL; in bsd_new_sta() 622 drv_event_assoc(ctx, addr, iebuf, ielen, NULL, 0, NULL, -1, 0); in bsd_new_sta()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 4965 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() argument 4967 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, const u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() 4970 strscpy(iebuf, add_del_cmd, VNDR_IE_CMD_LEN); in brcmf_vndr_ie() 4972 put_unaligned_le32(1, &iebuf[VNDR_IE_COUNT_OFFSET]); in brcmf_vndr_ie() 4974 put_unaligned_le32(pktflag, &iebuf[VNDR_IE_PKTFLAG_OFFSET]); in brcmf_vndr_ie() 4976 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); in brcmf_vndr_ie()
|