Searched refs:obss_detection (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
D | sch_beacon_process.c | 1459 *obss_detection) in lim_process_obss_detection_ind() 1472 obss_detection->vdev_id, obss_detection->reason, in lim_process_obss_detection_ind() 1473 obss_detection->matched_detection_masks, in lim_process_obss_detection_ind() 1474 QDF_MAC_ADDR_REF(obss_detection->matched_bssid_addr)); in lim_process_obss_detection_ind() 1476 session = pe_find_session_by_vdev_id(mac_ctx, obss_detection->vdev_id); in lim_process_obss_detection_ind() 1479 obss_detection->vdev_id); in lim_process_obss_detection_ind() 1484 pe_err("session %d is not AP", obss_detection->vdev_id); in lim_process_obss_detection_ind() 1490 obss_detection->vdev_id); in lim_process_obss_detection_ind() 1494 reason = obss_detection->reason; in lim_process_obss_detection_ind() 1495 detect_masks = obss_detection->matched_detection_masks; in lim_process_obss_detection_ind() [all …]
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_features.c | 6120 struct wmi_obss_detect_info *obss_detection; in wma_vdev_obss_detection_info_handler() local 6128 obss_detection = qdf_mem_malloc(sizeof(*obss_detection)); in wma_vdev_obss_detection_info_handler() 6129 if (!obss_detection) in wma_vdev_obss_detection_info_handler() 6133 event, obss_detection); in wma_vdev_obss_detection_info_handler() 6137 qdf_mem_free(obss_detection); in wma_vdev_obss_detection_info_handler() 6141 if (!wma_is_vdev_valid(obss_detection->vdev_id)) { in wma_vdev_obss_detection_info_handler() 6142 wma_err("Invalid vdev id %d", obss_detection->vdev_id); in wma_vdev_obss_detection_info_handler() 6143 qdf_mem_free(obss_detection); in wma_vdev_obss_detection_info_handler() 6147 wma_send_msg(wma, WMA_OBSS_DETECTION_INFO, obss_detection, 0); in wma_vdev_obss_detection_info_handler()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_utils.h | 2644 *obss_detection);
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_tlv.c | 18036 *obss_detection) in extract_obss_detection_info_tlv() 18041 if (!obss_detection) { in extract_obss_detection_info_tlv() 18053 obss_detection->vdev_id = fix_param->vdev_id; in extract_obss_detection_info_tlv() 18054 obss_detection->matched_detection_masks = in extract_obss_detection_info_tlv() 18057 &obss_detection->matched_bssid_addr[0]); in extract_obss_detection_info_tlv() 18060 obss_detection->reason = OBSS_OFFLOAD_DETECTION_DISABLED; in extract_obss_detection_info_tlv() 18063 obss_detection->reason = OBSS_OFFLOAD_DETECTION_PRESENT; in extract_obss_detection_info_tlv() 18066 obss_detection->reason = OBSS_OFFLOAD_DETECTION_ABSENT; in extract_obss_detection_info_tlv()
|