Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_twt.h60 wifi_twt_negotiation_type negotiation_type; // TWT negotiation type member
191 u8 negotiation_type; // 0 for individual TWT, 1 for broadcast TWT member
219 u8 negotiation_type; // 0 for individual TWT, 1 for broadcast TWT member
229 u8 negotiation_type; // 0 for individual TWT, 1 for broadcast TWT member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dtwt.cpp116 setup_response.negotiation_type = it.get_u8(); in EventGetAttributeData()
642 if (mParams->negotiation_type) { in createTwtSetupRequest()
643 result = request.put_u8(TWT_ATTRIBUTE_NEG_TYPE, mParams->negotiation_type); in createTwtSetupRequest()
646 __func__, mParams->negotiation_type, result); in createTwtSetupRequest()
790 if (mParams->negotiation_type) { in createTearDownRequest()
791 result = request.put_u8(TWT_ATTRIBUTE_NEG_TYPE, mParams->negotiation_type); in createTearDownRequest()
794 __func__, mParams->negotiation_type, result); in createTearDownRequest()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dtwt.cpp117 setup_response.negotiation_type = it.get_u8(); in EventGetAttributeData()
631 if (mParams->negotiation_type) { in createTwtSetupRequest()
632 result = request.put_u8(TWT_ATTRIBUTE_NEG_TYPE, mParams->negotiation_type); in createTwtSetupRequest()
635 __func__, mParams->negotiation_type, result); in createTwtSetupRequest()
779 if (mParams->negotiation_type) { in createTearDownRequest()
780 result = request.put_u8(TWT_ATTRIBUTE_NEG_TYPE, mParams->negotiation_type); in createTearDownRequest()
783 __func__, mParams->negotiation_type, result); in createTearDownRequest()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp2002 msg.negotiation_type = atoi(val_p); in setupTwtRequest()
2078 msg.negotiation_type = atoi(val_p); in TeardownTwt()
6532 printMsg("negotiation_type = %d\n", event->negotiation_type); in OnTwtSetupResponse()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp3720 switch (twt_session.negotiation_type) { in convertLegacyHalTwtSessionToAidl()