Searched refs:Beacon (Results 1 – 16 of 16) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ |
H A D | rrm_api.c | 1168 if (pBeaconReq->measurement_request.Beacon.rrm_reporting.present && in rrm_process_beacon_report_req() 1169 (pBeaconReq->measurement_request.Beacon.rrm_reporting.reporting_condition != 0)) { in rrm_process_beacon_report_req() 1180 if( pBeaconReq->measurement_request.Beacon.meas_mode == in rrm_process_beacon_report_req() 1184 measDuration = pBeaconReq->measurement_request.Beacon.meas_duration; in rrm_process_beacon_report_req() 1189 pBeaconReq->measurement_request.Beacon.SSID.num_ssid, in rrm_process_beacon_report_req() 1190 pBeaconReq->measurement_request.Beacon.SSID.ssid), in rrm_process_beacon_report_req() 1192 pBeaconReq->measurement_request.Beacon.BSSID), in rrm_process_beacon_report_req() 1194 pBeaconReq->measurement_request.Beacon.regClass, in rrm_process_beacon_report_req() 1195 pBeaconReq->measurement_request.Beacon.channel, in rrm_process_beacon_report_req() 1196 pBeaconReq->measurement_request.Beacon.meas_mode, in rrm_process_beacon_report_req() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
H A D | rrm_global.h | 283 } Beacon; member
|
/wlan-driver/qcacld-3.0/configs/ |
H A D | genoa.common | 218 #Beacon offload config
|
H A D | qca6174_defconfig | 727 #Enable Beacon Reception Stats
|
H A D | wcn6450_defconfig | 147 #Enable Beacon Reception Stats
|
H A D | qca6390_defconfig | 827 #Enable Beacon Reception Stats
|
H A D | peach_defconfig | 324 #Enable Beacon Reception Stats
|
H A D | wear_defconfig | 177 #Enable Beacon Reception Stats
|
H A D | default_defconfig | 426 #Enable Beacon Reception Stats
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
H A D | dot11f.frms | 1229 * The AP includes this field in Beacon and Probe Response frames so 1775 Beacon (type IS 5) 3188 Beacon (measurement_type IS 5) 3870 // Beacon, and we in fact had data from a Probe Response) or mandatory fields 3872 // data from a Beacon). 4041 FRAME Beacon // C.f. Sec. 7.2.3.1 4116 } // End frame Beacon. 4128 // we serialize the following Beacon fields into gSchBeaconFrameBegin (after 4223 // This frame is just Beacon with its Fixed Fields stripped out. It's handy
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 7309 pDot11f->report.Beacon.regClass = pBeaconReport->regClass; 7310 pDot11f->report.Beacon.channel = pBeaconReport->channel; 7311 qdf_mem_copy(pDot11f->report.Beacon.meas_start_time, 7313 sizeof(pDot11f->report.Beacon.meas_start_time)); 7314 pDot11f->report.Beacon.meas_duration = pBeaconReport->measDuration; 7315 pDot11f->report.Beacon.condensed_PHY = pBeaconReport->phyType; 7316 pDot11f->report.Beacon.reported_frame_type = 7318 pDot11f->report.Beacon.RCPI = pBeaconReport->rcpi; 7319 pDot11f->report.Beacon.RSNI = pBeaconReport->rsni; 7320 qdf_mem_copy(pDot11f->report.Beacon.BSSID, pBeaconReport->bssid, [all …]
|
H A D | dot11f.c | 5518 report.Beacon.BeaconReportFrmBody), 5523 report.Beacon.beacon_report_frm_body_fragment_id), 5529 report.Beacon.last_beacon_report_indication), 5814 pDst->report.Beacon.regClass = *pBuf; in dot11f_unpack_ie_measurement_report() 5822 pDst->report.Beacon.channel = *pBuf; in dot11f_unpack_ie_measurement_report() 5830 framesntohq(pCtx, &pDst->report.Beacon.meas_start_time, pBuf, 0); in dot11f_unpack_ie_measurement_report() 5838 framesntohs(pCtx, &pDst->report.Beacon.meas_duration, pBuf, 0); in dot11f_unpack_ie_measurement_report() 5849 pDst->report.Beacon.condensed_PHY = tmp61__ >> 0 & 0x7f; in dot11f_unpack_ie_measurement_report() 5850 pDst->report.Beacon.reported_frame_type = tmp61__ >> 7 & 0x1; in dot11f_unpack_ie_measurement_report() 5856 pDst->report.Beacon.RCPI = *pBuf; in dot11f_unpack_ie_measurement_report() [all …]
|
/wlan-driver/wpa_supplicant_8/hostapd/ |
H A D | README-MULTI-AP |
|
H A D | ChangeLog |
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | ChangeLog |
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
H A D | dot11f.h | 6234 } Beacon; /* type = 5 */ member 6370 } Beacon; /* measurement_type = 5 */ member
|