Searched refs:iebuf (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_atheros.c | 863 const u8 *iebuf; in atheros_raw_receive() local 915 iebuf = mgmt->u.assoc_req.variable; in atheros_raw_receive() 916 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, NULL, 0, in atheros_raw_receive() 923 iebuf = mgmt->u.reassoc_req.variable; in atheros_raw_receive() 924 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, NULL, 0, in atheros_raw_receive() 1174 u8 *iebuf = NULL; in atheros_new_sta() local 1198 iebuf = ie.wpa_ie; in atheros_new_sta() 1201 if (iebuf[0] != WLAN_EID_VENDOR_SPECIFIC) in atheros_new_sta() 1202 iebuf[1] = 0; in atheros_new_sta() 1203 if (iebuf[1] == 0 && ie.rsn_ie[1] > 0) { in atheros_new_sta() [all …]
|
| H A D | driver_bsd.c | 599 u8 *iebuf = NULL; in bsd_new_sta() local 611 iebuf = ie.wpa_ie; in bsd_new_sta() 614 iebuf = NULL; in bsd_new_sta() 619 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()
|