Searched refs:iebuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_atheros.c864 const u8 *iebuf; local
916 iebuf = mgmt->u.assoc_req.variable;
917 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 0);
923 iebuf = mgmt->u.reassoc_req.variable;
924 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 1);
1173 u8 *iebuf = NULL; local
1197 iebuf = ie.wpa_ie;
1200 if (iebuf[0] != WLAN_EID_VENDOR_SPECIFIC)
1201 iebuf[1] = 0;
1202 if (iebuf[
[all...]
H A Ddriver_bsd.c565 u8 *iebuf = NULL; local
577 iebuf = ie.wpa_ie;
580 iebuf = NULL;
585 drv_event_assoc(ctx, addr, iebuf, ielen, 0);

Completed in 115 milliseconds