Lines Matching refs:buf_len
222 size_t buf_len; in mesh_mpm_send_plink_action() local
227 buf_len = 2 + /* Category and Action */ in mesh_mpm_send_plink_action()
238 buf_len += 2 + 26 + /* HT capabilities */ in mesh_mpm_send_plink_action()
243 buf_len += 2 + 12 + /* VHT Capabilities */ in mesh_mpm_send_plink_action()
249 buf_len += 3 + in mesh_mpm_send_plink_action()
254 buf_len += 3 + sizeof(struct ieee80211_he_operation); in mesh_mpm_send_plink_action()
256 buf_len += sizeof(struct ieee80211_he_6ghz_oper_info) + in mesh_mpm_send_plink_action()
261 buf_len += conf->rsn_ie_len; /* RSN IE */ in mesh_mpm_send_plink_action()
265 buf_len += OCV_OCI_EXTENDED_LEN; in mesh_mpm_send_plink_action()
269 buf_len += 3 + 2 + EHT_PHY_CAPAB_LEN + EHT_MCS_NSS_CAPAB_LEN + in mesh_mpm_send_plink_action()
271 buf_len += 3 + sizeof(struct ieee80211_eht_operation); in mesh_mpm_send_plink_action()
275 buf = wpabuf_alloc(buf_len); in mesh_mpm_send_plink_action()