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.h67 } wifi_scan_event; typedef
108 void (*on_scan_event) (wifi_request_id id, wifi_scan_event event);
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscancommand.h86 void (*on_scan_event) (wifi_request_id id, wifi_scan_event event);
Dgscan_event_handler.cpp1723 wifi_scan_event scanEvent; in handleEvent()
1750 scanEvent = (wifi_scan_event) nla_get_u8(tbVendor[ in handleEvent()
/hardware/interfaces/wifi/1.0/default/
Dwifi_legacy_hal.cpp84 std::function<void(wifi_request_id, wifi_scan_event)>
86 void onAsyncGscanEvent(wifi_request_id id, wifi_scan_event event) { in onAsyncGscanEvent()
505 wifi_request_id id, wifi_scan_event event) { in startGscan()
/hardware/broadcom/wlan/bcmdhd/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()