Home
last modified time | relevance | path

Searched refs:wifi_scan_event (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dgscan.h77 } wifi_scan_event; typedef
118 void (*on_scan_event) (wifi_request_id id, wifi_scan_event event);
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dgscancommand.h85 void (*on_scan_event) (wifi_request_id id, wifi_scan_event event);
Dgscan_event_handler.cpp1634 wifi_scan_event scanEvent; in handleEvent()
1661 scanEvent = (wifi_scan_event) nla_get_u8(tbVendor[ in handleEvent()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dgscancommand.h85 void (*on_scan_event) (wifi_request_id id, wifi_scan_event event);
Dgscan_event_handler.cpp1634 wifi_scan_event scanEvent; in handleEvent()
1661 scanEvent = (wifi_scan_event) nla_get_u8(tbVendor[ in handleEvent()
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.cpp93 std::function<void(wifi_request_id, wifi_scan_event)> on_gscan_event_internal_callback;
94 void onAsyncGscanEvent(wifi_request_id id, wifi_scan_event event) { in onAsyncGscanEvent()
744 this](wifi_request_id id, wifi_scan_event event) { in startGscan()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp671 wifi_scan_event evt_type; in handleEvent()
672 evt_type = (wifi_scan_event) event.get_u32(NL80211_ATTR_VENDOR_DATA); in handleEvent()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dgscan.cpp666 wifi_scan_event evt_type; in handleEvent()
667 evt_type = (wifi_scan_event) event.get_u32(NL80211_ATTR_VENDOR_DATA); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp940 static void on_scan_event(wifi_request_id id, wifi_scan_event event) { in on_scan_event()
1080 static void on_single_shot_scan_event(wifi_request_id id, wifi_scan_event event) { in on_single_shot_scan_event()