Home
last modified time | relevance | path

Searched refs:eid (Results 1 – 25 of 47) sorted by relevance

12

/wlan-driver/wpa_supplicant_8/src/ap/
H A Dhs20.c
H A Dieee802_11.h
H A Dieee802_11_shared.c
H A Dp2p_hostapd.c
H A Dieee802_11_he.c
H A Dbeacon.c
H A Dieee802_11_vht.c
H A Dieee802_11.c
H A Dwmm.c
H A Dwpa_auth_ie.c
H A Dwmm.h
H A Dhs20.h
H A Dieee802_11_eht.c
H A Dieee802_11_ht.c
H A Dp2p_hostapd.h
H A Dbeacon.h
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
H A Depping_tx.c51 HTC_ENDPOINT_ID eid, qdf_nbuf_t skb) in epping_tx_dup_pkt() argument
73 qdf_nbuf_len(new_skb), eid, 0); in epping_tx_dup_pkt()
97 HTC_ENDPOINT_ID eid = ENDPOINT_UNUSED; in epping_tx_send_int() local
126 eid = adapter->pEpping_ctx->EppingEndpoint[ac]; in epping_tx_send_int()
127 if (eid < 0 || eid >= EPPING_MAX_NUM_EPIDS) { in epping_tx_send_int()
129 "%s: invalid eid = %d, ac = %d\n", __func__, eid, in epping_tx_send_int()
135 epping_set_kperf_flag(adapter, eid, tmpHdr.CmdBuffer_t[0]); in epping_tx_send_int()
139 eid, 0); in epping_tx_send_int()
316 HTC_ENDPOINT_ID eid; in epping_tx_complete() local
330 eid = htc_pkt->Endpoint; in epping_tx_complete()
[all …]
H A Depping_helper.c180 HTC_ENDPOINT_ID eid, uint8_t kperf_flag) in epping_set_kperf_flag() argument
182 adapter->pEpping_ctx->kperf_num_rx_recv[eid] = 0; in epping_set_kperf_flag()
183 adapter->pEpping_ctx->kperf_num_tx_acks[eid] = 0; in epping_set_kperf_flag()
H A Depping_rx.c107 HTC_ENDPOINT_ID eid = pPacket->Endpoint; in epping_rx() local
112 __func__, adapter, eid, pktSkb, pPacket->pBuffer, in epping_rx()
/wlan-driver/qca-wifi-host-cmn/utils/epping/inc/
H A Depping_internal.h89 HTC_ENDPOINT_ID eid; member
155 HTC_ENDPOINT_ID eid, uint8_t kperf_flag);
167 HTC_ENDPOINT_ID eid, qdf_nbuf_t skb);
183 void epping_register_tx_copier(HTC_ENDPOINT_ID eid,
185 void epping_unregister_tx_copier(HTC_ENDPOINT_ID eid,
188 HTC_ENDPOINT_ID eid, qdf_nbuf_t skb);
/wlan-driver/wpa_supplicant_8/src/fst/
H A Dfst_group.c
/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_send.c1800 HTC_ENDPOINT_ID eid; in htc_send_pkts_sched_check() local
1808 for (eid = ENDPOINT_2; eid <= ENDPOINT_5; eid++) { in htc_send_pkts_sched_check()
1809 pEndpoint = &target->endpoint[eid]; in htc_send_pkts_sched_check()
1813 acQueueStatus[eid - 2] = 1; in htc_send_pkts_sched_check()
1835 HTC_ENDPOINT_ID eid) in htc_send_pkts_sched_queue() argument
1842 pEndpoint = &target->endpoint[eid]; in htc_send_pkts_sched_queue()
2659 HTC_ENDPOINT_ID eid[DATA_EP_SIZE] = { ENDPOINT_5, ENDPOINT_4, in htc_tx_completion_handler() local
/wlan-driver/qcacld-3.0/components/son/dispatcher/src/
H A Dson_api.c1360 const uint8_t *eid; in wlan_son_get_peer_rrm_info() local
1362 eid = wlan_get_ie_ptr_from_eid(WLAN_ELEMID_RRM, in wlan_son_get_peer_rrm_info()
1365 if (eid) { in wlan_son_get_peer_rrm_info()
1366 qdf_mem_copy(rrmcaps, &eid[2], eid[1]); in wlan_son_get_peer_rrm_info()
/wlan-driver/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
H A Drrm_api.c1280 pCurrentReq->request.Beacon.reqIes.ext_info.eid = in rrm_process_beacon_report_req()
1288 pCurrentReq->request.Beacon.reqIes.ext_info.eid); in rrm_process_beacon_report_req()
1457 rrm_copy_ml_ie(uint8_t eid, uint8_t extn_eid, in rrm_copy_ml_ie() argument
1460 if ((eid == WLAN_ELEMID_EXTN_ELEM || !eid) && in rrm_copy_ml_ie()
1478 rrm_copy_ml_ie(uint8_t eid, uint8_t extn_eid, uint8_t *ml_ie, in rrm_copy_ml_ie() argument
1504 uint8_t numEids, uint8_t eid, uint8_t *extn_eids, in rrm_fill_beacon_ies() argument
1576 ((*pBcnIes == eid) && in rrm_fill_beacon_ies()
1774 curr_req->request.Beacon.reqIes.ext_info.eid, in rrm_process_beacon_report_xmit()

12