/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | hs20.c |
|
H A D | ieee802_11.h |
|
H A D | ieee802_11_shared.c |
|
H A D | p2p_hostapd.c |
|
H A D | ieee802_11_he.c |
|
H A D | beacon.c |
|
H A D | ieee802_11_vht.c |
|
H A D | ieee802_11.c |
|
H A D | wmm.c |
|
H A D | wpa_auth_ie.c |
|
H A D | wmm.h |
|
H A D | hs20.h |
|
H A D | ieee802_11_eht.c |
|
H A D | ieee802_11_ht.c |
|
H A D | p2p_hostapd.h |
|
H A D | beacon.h |
|
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/ |
H A D | epping_tx.c | 51 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 D | epping_helper.c | 180 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 D | epping_rx.c | 107 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 D | epping_internal.h | 89 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 D | fst_group.c |
|
/wlan-driver/qca-wifi-host-cmn/htc/ |
H A D | htc_send.c | 1800 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 D | son_api.c | 1360 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 D | ieee802_11_defs.h |
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ |
H A D | rrm_api.c | 1280 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()
|