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.h1180 u16 supported_bootstrapping_methods; member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp2121 mParams->nan_pairing_config.supported_bootstrapping_methods); in createPublishRequest()
2578 mParams->nan_pairing_config.supported_bootstrapping_methods); in createSubscribeRequest()
2997 subscribe_event.peer_pairing_config.supported_bootstrapping_methods = in handleEvent()
5728 ALOGI("Supported BS methods=%u\n", msg->nan_pairing_config.supported_bootstrapping_methods); in dump_NanPublishRequest()
5816 ALOGI("Supported BS methods=%u\n", msg->nan_pairing_config.supported_bootstrapping_methods); in dump_NanSubscribeRequest()
6829 subscribe_event.peer_pairing_config.supported_bootstrapping_methods = in handleEvent()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp1384 legacy_config->supported_bootstrapping_methods = aidl_config.supportedBootstrappingMethods; in covertAidlPairingConfigToLegacy()
1398 aidl_config->supportedBootstrappingMethods = legacy_config.supported_bootstrapping_methods; in convertLegacyPairingConfigToAidl()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6293 event->peer_pairing_config.supported_bootstrapping_methods); in OnNanEventMatch()
7828 msg.nan_pairing_config.supported_bootstrapping_methods = atoi(val_p); in publishNan()
8230 msg.nan_pairing_config.supported_bootstrapping_methods = atoi(val_p); in subscribeNan()