Searched refs:iebuf (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 3754 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() argument 3757 strncpy(iebuf, add_del_cmd, VNDR_IE_CMD_LEN - 1); in brcmf_vndr_ie() 3758 iebuf[VNDR_IE_CMD_LEN - 1] = '\0'; in brcmf_vndr_ie() 3760 put_unaligned_le32(1, &iebuf[VNDR_IE_COUNT_OFFSET]); in brcmf_vndr_ie() 3762 put_unaligned_le32(pktflag, &iebuf[VNDR_IE_PKTFLAG_OFFSET]); in brcmf_vndr_ie() 3764 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); in brcmf_vndr_ie()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 2415 u8 *iebuf; in issue_beacon23a() local 2424 iebuf = mgmt->u.beacon.variable; in issue_beacon23a() 2429 iebuf, buflen); in issue_beacon23a()
|