Home
last modified time | relevance | path

Searched refs:ANDR_TWT_ATTR_CONFIG_ID (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvendor.h812 ANDR_TWT_ATTR_CONFIG_ID = 1, enumerator
H A Dwl_cfgvendor.c9104 case ANDR_TWT_ATTR_CONFIG_ID: in wl_cfgvendor_twt_setup()
9205 case ANDR_TWT_ATTR_CONFIG_ID: in wl_cfgvendor_twt_teardown()
9268 if (type == ANDR_TWT_ATTR_CONFIG_ID) { in wl_cfgvendor_twt_info_frame()
9338 ret = nla_put_u8(skb, ANDR_TWT_ATTR_CONFIG_ID, peer_stats->configID); in wl_cfgvendor_twt_stats_update_v2()
9422 if (type == ANDR_TWT_ATTR_CONFIG_ID) { in wl_cfgvendor_twt_stats()
9611 err = nla_put_u8(skb, ANDR_TWT_ATTR_CONFIG_ID, setup_cplt->configID); in wl_cfgvendor_twt_update_setup_response()
9679 err = nla_put_u8(skb, ANDR_TWT_ATTR_CONFIG_ID, td_cplt->configID); in wl_cfgvendor_twt_update_teardown_response()
9721 err = nla_put_u8(skb, ANDR_TWT_ATTR_CONFIG_ID, info_cplt->configID); in wl_cfgvendor_twt_update_infoframe_response()
10132 [ANDR_TWT_ATTR_CONFIG_ID] = { .type = NLA_U8 },