Searched refs:iebuf (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/libertas/ |
D | host.h | 528 u8 iebuf[512]; /* Enough for required and most optional IEs */ member 537 u8 iebuf[512]; member
|
D | cfg.c | 1112 u8 *pos = &(cmd->iebuf[0]); in lbs_associate() 1172 len = (sizeof(*cmd) - sizeof(cmd->iebuf)) + in lbs_associate() 1173 (u16)(pos - (u8 *) &cmd->iebuf); in lbs_associate() 1246 resp->iebuf, resp_ie_len, in lbs_associate()
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | wl_cfg80211.c | 3556 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() argument 3562 strncpy(iebuf, add_del_cmd, VNDR_IE_CMD_LEN - 1); in brcmf_vndr_ie() 3563 iebuf[VNDR_IE_CMD_LEN - 1] = '\0'; in brcmf_vndr_ie() 3566 memcpy(&iebuf[VNDR_IE_COUNT_OFFSET], &iecount_le, sizeof(iecount_le)); in brcmf_vndr_ie() 3569 memcpy(&iebuf[VNDR_IE_PKTFLAG_OFFSET], &pktflag_le, sizeof(pktflag_le)); in brcmf_vndr_ie() 3571 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); in brcmf_vndr_ie()
|
/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 2420 u8 *iebuf; in issue_beacon23a() local 2429 iebuf = mgmt->u.beacon.variable; in issue_beacon23a() 2434 iebuf, buflen); in issue_beacon23a()
|