Home
last modified time | relevance | path

Searched refs:peer_cap (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c3531 struct wmi_tdls_peer_capab *peer_cap; in ath10k_wmi_tlv_op_gen_tdls_peer_update() local
3541 sizeof(*tlv) + sizeof(*peer_cap) + in ath10k_wmi_tlv_op_gen_tdls_peer_update()
3563 tlv->len = __cpu_to_le16(sizeof(*peer_cap)); in ath10k_wmi_tlv_op_gen_tdls_peer_update()
3564 peer_cap = (void *)tlv->value; in ath10k_wmi_tlv_op_gen_tdls_peer_update()
3567 peer_cap->peer_qos = __cpu_to_le32(peer_qos); in ath10k_wmi_tlv_op_gen_tdls_peer_update()
3568 peer_cap->buff_sta_support = __cpu_to_le32(cap->buff_sta_support); in ath10k_wmi_tlv_op_gen_tdls_peer_update()
3569 peer_cap->off_chan_support = __cpu_to_le32(cap->off_chan_support); in ath10k_wmi_tlv_op_gen_tdls_peer_update()
3570 peer_cap->peer_curr_operclass = __cpu_to_le32(cap->peer_curr_operclass); in ath10k_wmi_tlv_op_gen_tdls_peer_update()
3571 peer_cap->self_curr_operclass = __cpu_to_le32(cap->self_curr_operclass); in ath10k_wmi_tlv_op_gen_tdls_peer_update()
3572 peer_cap->peer_chan_len = __cpu_to_le32(cap->peer_chan_len); in ath10k_wmi_tlv_op_gen_tdls_peer_update()
[all …]
H A Dwmi.c8926 struct wmi_tdls_peer_capabilities *peer_cap; in ath10k_wmi_10_4_gen_tdls_peer_update() local
8952 peer_cap = &cmd->peer_capab; in ath10k_wmi_10_4_gen_tdls_peer_update()
8953 peer_cap->peer_qos = __cpu_to_le32(peer_qos); in ath10k_wmi_10_4_gen_tdls_peer_update()
8954 peer_cap->buff_sta_support = __cpu_to_le32(cap->buff_sta_support); in ath10k_wmi_10_4_gen_tdls_peer_update()
8955 peer_cap->off_chan_support = __cpu_to_le32(cap->off_chan_support); in ath10k_wmi_10_4_gen_tdls_peer_update()
8956 peer_cap->peer_curr_operclass = __cpu_to_le32(cap->peer_curr_operclass); in ath10k_wmi_10_4_gen_tdls_peer_update()
8957 peer_cap->self_curr_operclass = __cpu_to_le32(cap->self_curr_operclass); in ath10k_wmi_10_4_gen_tdls_peer_update()
8958 peer_cap->peer_chan_len = __cpu_to_le32(cap->peer_chan_len); in ath10k_wmi_10_4_gen_tdls_peer_update()
8959 peer_cap->peer_operclass_len = __cpu_to_le32(cap->peer_operclass_len); in ath10k_wmi_10_4_gen_tdls_peer_update()
8962 peer_cap->peer_operclass[i] = cap->peer_operclass[i]; in ath10k_wmi_10_4_gen_tdls_peer_update()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_android.c11392 !!(result->peer_cap & WL_TWT_CAP_FLAGS_REQ_SUPPORT)); in wl_android_twt_display_cap()
11397 !!(result->peer_cap & WL_TWT_CAP_FLAGS_RESP_SUPPORT)); in wl_android_twt_display_cap()
11402 !!(result->peer_cap & WL_TWT_CAP_FLAGS_BTWT_SUPPORT)); in wl_android_twt_display_cap()
11407 !!(result->peer_cap & WL_TWT_CAP_FLAGS_FLEX_SUPPORT)); in wl_android_twt_display_cap()
11412 !!(result->peer_cap & WL_TWT_CAP_FLAGS_TWT_REQUIRED)); in wl_android_twt_display_cap()
11434 !!(result->peer_cap & WL_TWT_CAP_FLAGS_REQ_SUPPORT))); in wl_android_twt_display_cap()
11436 !!(result->peer_cap & WL_TWT_CAP_FLAGS_RESP_SUPPORT))); in wl_android_twt_display_cap()
11438 !!(result->peer_cap & WL_TWT_CAP_FLAGS_BTWT_SUPPORT))); in wl_android_twt_display_cap()
11440 !!(result->peer_cap & WL_TWT_CAP_FLAGS_FLEX_SUPPORT))); in wl_android_twt_display_cap()
11442 !!(result->peer_cap & WL_TWT_CAP_FLAGS_TWT_REQUIRED))); in wl_android_twt_display_cap()
H A Dwl_cfgvendor.c9494 result->device_cap, result->peer_cap)); in wl_cfgvendor_twt_update_cap()
9510 ret = nla_put_u32(skb, ANDR_TWT_ATTR_PEER_CAP, result->peer_cap); in wl_cfgvendor_twt_update_cap()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_android.c11350 !!(result->peer_cap & WL_TWT_CAP_FLAGS_REQ_SUPPORT)); in wl_android_twt_display_cap()
11355 !!(result->peer_cap & WL_TWT_CAP_FLAGS_RESP_SUPPORT)); in wl_android_twt_display_cap()
11360 !!(result->peer_cap & WL_TWT_CAP_FLAGS_BTWT_SUPPORT)); in wl_android_twt_display_cap()
11365 !!(result->peer_cap & WL_TWT_CAP_FLAGS_FLEX_SUPPORT)); in wl_android_twt_display_cap()
11370 !!(result->peer_cap & WL_TWT_CAP_FLAGS_TWT_REQUIRED)); in wl_android_twt_display_cap()
11392 !!(result->peer_cap & WL_TWT_CAP_FLAGS_REQ_SUPPORT))); in wl_android_twt_display_cap()
11394 !!(result->peer_cap & WL_TWT_CAP_FLAGS_RESP_SUPPORT))); in wl_android_twt_display_cap()
11396 !!(result->peer_cap & WL_TWT_CAP_FLAGS_BTWT_SUPPORT))); in wl_android_twt_display_cap()
11398 !!(result->peer_cap & WL_TWT_CAP_FLAGS_FLEX_SUPPORT))); in wl_android_twt_display_cap()
11400 !!(result->peer_cap & WL_TWT_CAP_FLAGS_TWT_REQUIRED))); in wl_android_twt_display_cap()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwlioctl.h21545 uint16 peer_cap; /* see WL_TWT_CAP_CMD_FLAGS */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwlioctl.h21637 uint16 peer_cap; /* see WL_TWT_CAP_CMD_FLAGS */ member