Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h1190 u16 supported_bootstrapping_methods; member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp2122 mParams->nan_pairing_config.supported_bootstrapping_methods); in createPublishRequest()
2579 mParams->nan_pairing_config.supported_bootstrapping_methods); in createSubscribeRequest()
2997 subscribe_event.peer_pairing_config.supported_bootstrapping_methods = in handleEvent()
5710 ALOGI("Supported BS methods=%u\n", msg->nan_pairing_config.supported_bootstrapping_methods); in dump_NanPublishRequest()
5798 ALOGI("Supported BS methods=%u\n", msg->nan_pairing_config.supported_bootstrapping_methods); in dump_NanSubscribeRequest()
6819 subscribe_event.peer_pairing_config.supported_bootstrapping_methods = in handleEvent()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp1393 legacy_config->supported_bootstrapping_methods = aidl_config.supportedBootstrappingMethods; in covertAidlPairingConfigToLegacy()
1407 aidl_config->supportedBootstrappingMethods = legacy_config.supported_bootstrapping_methods; in convertLegacyPairingConfigToAidl()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6382 event->peer_pairing_config.supported_bootstrapping_methods); in OnNanEventMatch()
7982 msg.nan_pairing_config.supported_bootstrapping_methods = atoi(val_p); in publishNan()
8384 msg.nan_pairing_config.supported_bootstrapping_methods = atoi(val_p); in subscribeNan()