Searched refs:UUID_E (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_probe_req_frame.c | 356 (probe_req->probeReqWscIeInfo.UUID_E.present == 1))) { in lim_process_probe_req_frame() 368 uuid = probe_req->probeReqWscIeInfo.UUID_E.uuid; in lim_process_probe_req_frame()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 597 TLV UUID_E ( TLV_UUID_E ) ( 2 : 2 ) MSB 3691 OPTIONALTLV UUID_E; 3733 OPTIONALTLV UUID_E; // The AP's UUID is provided 3791 MANDATORYTLV UUID_E; // unique GUID generated by 3842 MANDATORYTLV UUID_E; // unique identifier of AP 3901 OPTIONALTLV UUID_E; // unique identifier of AP
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 6637 pDot11f->UUID_E.present = 0; 6748 pDot11f->UUID_E.present = 1; 6749 qdf_mem_copy(pDot11f->UUID_E.uuid, pSirWPSProbeRspIE->UUID_E, 6752 pDot11f->UUID_E.present = 0; 6898 pDot11f->UUID_E.present = 1; 6899 qdf_mem_copy(pDot11f->UUID_E.uuid, pSirWPSBeaconIE->UUID_E, 6902 pDot11f->UUID_E.present = 0; 6947 pDot11f->UUID_E.present = 1; 6948 *pDot11f->UUID_E.uuid = '\0'; 6951 pDot11f->UUID_E.uuid);
|
D | dot11f.c | 8792 { offsetof(tDot11fIEWSC, UUID_E), offsetof(tDot11fTLVUUID_E, present), 8957 { offsetof(tDot11fIEWscBeacon, UUID_E), offsetof(tDot11fTLVUUID_E, 9013 { offsetof(tDot11fIEWscBeaconProbeRes, UUID_E), 9101 { offsetof(tDot11fIEWscProbeReq, UUID_E), offsetof(tDot11fTLVUUID_E, 9189 { offsetof(tDot11fIEWscProbeRes, UUID_E), offsetof(tDot11fTLVUUID_E,
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
D | sir_api.h | 1582 uint8_t UUID_E[16]; /* Unique identifier of the AP. */ member 1624 uint8_t UUID_E[SIR_WPS_UUID_LEN]; /* Unique identifier of the AP. */ member
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dot11f.h | 8536 tDot11fTLVUUID_E UUID_E; member 8680 tDot11fTLVUUID_E UUID_E; member 8728 tDot11fTLVUUID_E UUID_E; member 8819 tDot11fTLVUUID_E UUID_E; member 8876 tDot11fTLVUUID_E UUID_E; member
|