Home
last modified time | relevance | path

Searched refs:element (Results 1 – 17 of 17) sorted by relevance

/wlan-driver/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h
H A Dieee802_11_common.c
/wlan-driver/qca-wifi-host-cmn/utils/sys/
H A Dqueue.h565 struct quehead *element = (struct quehead *)a, in insque() local
568 element->qh_link = head->qh_link; in insque()
569 element->qh_rlink = head; in insque()
570 head->qh_link = element; in insque()
571 element->qh_link->qh_rlink = element; in insque()
576 struct quehead *element = (struct quehead *)a; in remque() local
578 element->qh_link->qh_rlink = element->qh_rlink; in remque()
579 element->qh_rlink->qh_link = element->qh_link; in remque()
580 element->qh_rlink = 0; in remque()
/wlan-driver/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c
/wlan-driver/wpa_supplicant_8/hostapd/
H A DREADME-MULTI-AP
H A DChangeLog
/wlan-driver/wpa_supplicant_8/src/eap_server/
H A Deap_server_pwd.c
/wlan-driver/wpa_supplicant_8/src/eap_peer/
H A Deap_pwd.c
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_main.c5752 struct service_to_pipe element; in hif_map_service_to_pipe() local
5765 for (i = 0; i < (sz_tgt_svc_map_to_use/sizeof(element)); i++) { in hif_map_service_to_pipe()
5767 memcpy(&element, &tgt_svc_map_to_use[i], sizeof(element)); in hif_map_service_to_pipe()
5768 if (element.service_id == svc_id) { in hif_map_service_to_pipe()
5769 if (element.pipedir == PIPEDIR_OUT) { in hif_map_service_to_pipe()
5770 *ul_pipe = element.pipenum; in hif_map_service_to_pipe()
5775 } else if (element.pipedir == PIPEDIR_IN) { in hif_map_service_to_pipe()
5776 *dl_pipe = element.pipenum; in hif_map_service_to_pipe()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A DREADME-HS20
H A Dbss.c
H A DChangeLog
H A Dscan.c
H A DREADME
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms128 * As part of IEEE-802.11-2016 spec, extended element ID is introduced(9.4.2.1)
131 * Extension field, and a variable-length element-specific Information field.
132 * Each element is identified by the contents of the Element ID and, when
588 * The universally unique identifier (UUID) element is a unique GUID
606 * The universally unique identifier (UUID) element is a unique GUID
1232 * been registered to start WSC. This element allows an Enrollee to detect
2992 // FILS Information element
/wlan-driver/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c
/wlan-driver/wpa_supplicant_8/hs20/server/
H A Dhs20-osu-server.txt