Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/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/qcwcn/wifi_hal/
Dgscancommand.h85 void (*on_scan_event) (wifi_request_id id, wifi_scan_event event);
Dgscan_event_handler.cpp1719 wifi_scan_event scanEvent; in handleEvent()
1746 scanEvent = (wifi_scan_event) nla_get_u8(tbVendor[ in handleEvent()
/hardware/interfaces/wifi/1.3/default/
Dwifi_legacy_hal.cpp88 std::function<void(wifi_request_id, wifi_scan_event)>
90 void onAsyncGscanEvent(wifi_request_id id, wifi_scan_event event) { in onAsyncGscanEvent()
545 wifi_request_id id, wifi_scan_event event) { in startGscan()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp683 wifi_scan_event evt_type; in handleEvent()
684 evt_type = (wifi_scan_event) event.get_u32(NL80211_ATTR_VENDOR_DATA); in handleEvent()