HomeSort by: relevance | last modified time | path
    Searched refs:tx_status (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_monitor.c 36 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
37 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
38 event.tx_status.dst = hdr->addr1;
39 event.tx_status.data = buf;
40 event.tx_status.data_len = len;
41 event.tx_status.ack = ok;
driver_hostap.c 130 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
131 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
132 event.tx_status.dst = hdr->addr1;
133 event.tx_status.data = buf;
134 event.tx_status.data_len = len;
135 event.tx_status.ack = ok;
driver_atheros.c 1374 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
1375 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
1376 event.tx_status.dst = sa->dst_addr;
1377 event.tx_status.data = (const u8 *) hdr;
1378 event.tx_status.data_len = data_len - sizeof(*sa);
1379 event.tx_status.ack = sa->ack;
driver_nl80211_event.c 1436 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
1437 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
1438 event.tx_status.dst = hdr->addr1;
1439 event.tx_status.data = frame;
1440 event.tx_status.data_len = len;
1441 event.tx_status.ack = ack != NULL;
1442 event.tx_status.link_id = cookie_val == drv->send_frame_cookie ?
driver.h 6336 * struct tx_status - Data for EVENT_TX_STATUS events
6338 struct tx_status { struct in union:wpa_event_data
6346 } tx_status; member in union:wpa_event_data
  /src/sys/dev/ic/
lan9118.c 1031 uint32_t tx_fifo_inf, tx_status; local
1043 tx_status = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
1045 DPRINTFN(3, ("%s: tx_status=0x%x\n", __func__, tx_status));
1046 if (tx_status & LAN9118_TXS_ES) {
1047 if (tx_status & LAN9118_TXS_LOC)
1050 if ((tx_status & LAN9118_TXS_NC) && !fdx)
1052 if (tx_status & LAN9118_TXS_LCOL)
1055 if (tx_status & LAN9118_TXS_ECOL) {
1061 if (LAN9118_TXS_COLCNT(tx_status) != 0
    [all...]
smc91cxx.c 863 uint16_t packetno, tx_status, card_stats; local
945 tx_status = bus_space_read_2(bst, bsh, DATA_REG_W);
947 if (tx_status & EPHSR_TX_SUC) {
956 if (tx_status & EPHSR_LATCOL)
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.c 1083 u32 tx_status; local
1094 tx_status = DWC2_READ_4(hsotg, HPTXSTS);
1095 qspcavail = (tx_status & TXSTS_QSPCAVAIL_MASK) >>
1097 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >>
1109 tx_status = DWC2_READ_4(hsotg, HPTXSTS);
1110 qspcavail = (tx_status & TXSTS_QSPCAVAIL_MASK) >>
1138 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >>
1169 tx_status = DWC2_READ_4(hsotg, HPTXSTS);
1170 qspcavail = (tx_status & TXSTS_QSPCAVAIL_MASK) >>
1172 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >
1223 u32 tx_status; local
    [all...]
  /src/sys/dev/pcmcia/
if_xi.c 274 uint16_t tx_status, recvcount = 0, tempint; local
307 tx_status =
309 tx_status |=
313 DPRINTF(XID_INTR, ("xi: rx_status=%02x tx_status=%04x\n", rx_status,
314 tx_status));
365 if ((tx_status & EXCESSIVE_COLL) /* XXX && ifp->if_opackets > 0 */) {
371 if ((tx_status & TX_ABORT) /* && XXX ifp->if_opackets > 0 */)
375 rnd_add_uint32(&sc->sc_rnd_source, tx_status);
  /src/external/bsd/wpa/dist/wpa_supplicant/
events.c 6201 MAC2STR(data->tx_status.dst),
6202 data->tx_status.type, data->tx_status.stype);
6204 if (data->tx_status.type == WLAN_FC_TYPE_MGMT &&
6205 data->tx_status.stype == WLAN_FC_STYPE_ACTION &&
6206 wnm_btm_resp_tx_status(wpa_s, data->tx_status.data,
6207 data->tx_status.data_len) == 0)
6211 if (data->tx_status.type == WLAN_FC_TYPE_MGMT &&
6212 data->tx_status.stype == WLAN_FC_STYPE_AUTH &&
6213 wpas_pasn_auth_tx_status(wpa_s, data->tx_status.data
    [all...]
  /src/sys/dev/pci/
if_bwfm_pci.h 227 uint16_t tx_status; member in struct:msgbuf_tx_status
  /src/external/bsd/wpa/dist/src/ap/
drv_callbacks.c 2473 switch (data->tx_status.type) {
2475 hostapd_mgmt_tx_cb(hapd, data->tx_status.data,
2476 data->tx_status.data_len,
2477 data->tx_status.stype,
2478 data->tx_status.ack,
2479 data->tx_status.link_id);
2482 hostapd_tx_status(hapd, data->tx_status.dst,
2483 data->tx_status.data,
2484 data->tx_status.data_len,
2485 data->tx_status.ack)
    [all...]
wpa_auth.h 193 int tx_status; member in struct:wpa_auth_config
wpa_auth_glue.c 1671 _conf.tx_status = 1;
wpa_auth.c 2224 if (ctr == 1 && wpa_auth->conf.tx_status) {
  /src/sys/dev/usb/
motg.c 594 uint16_t rx_status, tx_status; local
608 tx_status = sc->sc_intr_tx_ep;
689 tx_status |= UREAD2(sc, MUSB2_REG_INTTX);
692 if (tx_status & 0x01)
697 if (tx_status & (0x01 << i))
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 1685 event.tx_status.type = WLAN_FC_TYPE_MGMT;
1686 event.tx_status.data = buf;
1687 event.tx_status.data_len = len;
1688 event.tx_status.stype = stype;
1689 event.tx_status.ack = ok;

Completed in 73 milliseconds