Home
last modified time | relevance | path

Searched refs:Beacon (Results 1 – 16 of 16) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
H A Drrm_api.c1168 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 Drrm_global.h283 } Beacon; member
/wlan-driver/qcacld-3.0/configs/
H A Dgenoa.common218 #Beacon offload config
H A Dqca6174_defconfig727 #Enable Beacon Reception Stats
H A Dwcn6450_defconfig147 #Enable Beacon Reception Stats
H A Dqca6390_defconfig827 #Enable Beacon Reception Stats
H A Dpeach_defconfig324 #Enable Beacon Reception Stats
H A Dwear_defconfig177 #Enable Beacon Reception Stats
H A Ddefault_defconfig426 #Enable Beacon Reception Stats
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms1229 * 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 Dparser_api.c7309 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 Ddot11f.c5518 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 DREADME-MULTI-AP
H A DChangeLog
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A DChangeLog
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h6234 } Beacon; /* type = 5 */ member
6370 } Beacon; /* measurement_type = 5 */ member