Home
last modified time | relevance | path

Searched refs:peer_pairing_config (Results 1 – 4 of 4) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp2987 subscribe_event.peer_pairing_config.enable_pairing_setup = it.get_u32(); in handleEvent()
2990 subscribe_event.peer_pairing_config.enable_pairing_verification = in handleEvent()
2994 subscribe_event.peer_pairing_config.enable_pairing_cache = it.get_u32(); in handleEvent()
2997 subscribe_event.peer_pairing_config.supported_bootstrapping_methods = in handleEvent()
6819 subscribe_event.peer_pairing_config.enable_pairing_setup = it.get_u32(); in handleEvent()
6822 subscribe_event.peer_pairing_config.enable_pairing_verification = in handleEvent()
6826 subscribe_event.peer_pairing_config.enable_pairing_cache = it.get_u32(); in handleEvent()
6829 subscribe_event.peer_pairing_config.supported_bootstrapping_methods = in handleEvent()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2217 NanPairingConfig peer_pairing_config; member
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6288 printMsg("Enable Pairing cache: %d\n", event->peer_pairing_config.enable_pairing_cache); in OnNanEventMatch()
6289 printMsg("Enable Pairing setup: %d\n", event->peer_pairing_config.enable_pairing_setup); in OnNanEventMatch()
6291 event->peer_pairing_config.enable_pairing_verification); in OnNanEventMatch()
6293 event->peer_pairing_config.supported_bootstrapping_methods); in OnNanEventMatch()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp2338 if (!convertLegacyPairingConfigToAidl(legacy_ind.peer_pairing_config, in convertLegacyNanMatchIndToAidl()