Searched refs:he_operation (Results 1 – 9 of 9) sorted by relevance
1297 tDot11fIEhe_op *he_operation) in hdd_copy_he_operation() argument1305 if (!he_operation->present) in hdd_copy_he_operation()1307 if (he_operation->vht_oper_present) in hdd_copy_he_operation()1309 if (he_operation->co_located_bss) in hdd_copy_he_operation()1311 if (he_operation->oper_info_6g_present) in hdd_copy_he_operation()1321 he_oper_params |= he_operation->default_pe << in hdd_copy_he_operation()1323 he_oper_params |= he_operation->twt_required << in hdd_copy_he_operation()1325 he_oper_params |= he_operation->txop_rts_threshold << in hdd_copy_he_operation()1327 he_oper_params |= he_operation->vht_oper_present << in hdd_copy_he_operation()1329 he_oper_params |= he_operation->co_located_bss << in hdd_copy_he_operation()[all …]
734 if (!conn_info->he_oper_len || !conn_info->he_operation) in hdd_add_he_oper_info()738 conn_info->he_operation)) { in hdd_add_he_oper_info()743 (uint8_t *)&conn_info->he_operation, in hdd_add_he_oper_info()747 qdf_mem_free(hdd_sta_ctx->cache_conn_info.he_operation); in hdd_add_he_oper_info()748 hdd_sta_ctx->cache_conn_info.he_operation = NULL; in hdd_add_he_oper_info()
7992 if (hdd_sta_ctx->cache_conn_info.he_operation) { in hdd_cleanup_he_operation_info()7993 qdf_mem_free(hdd_sta_ctx->cache_conn_info.he_operation); in hdd_cleanup_he_operation_info()7994 hdd_sta_ctx->cache_conn_info.he_operation = NULL; in hdd_cleanup_he_operation_info()
190 struct ieee80211_he_operation *he_operation; member579 tDot11fIEhe_op *he_operation);582 tDot11fIEhe_op *he_operation) in hdd_copy_he_operation() argument
85 tDot11fIEhe_op he_operation; member
576 sta_ds->parsed_ies.he_operation = beacon->he_op; in lim_process_he_info()