Home
last modified time | relevance | path

Searched refs:he_oper_len (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_assoc.h191 uint32_t he_oper_len; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_station_info.c734 if (!conn_info->he_oper_len || !conn_info->he_operation) in hdd_add_he_oper_info()
737 if (nla_put(skb, HE_OPERATION, conn_info->he_oper_len, in hdd_add_he_oper_info()
744 conn_info->he_oper_len); in hdd_add_he_oper_info()
749 hdd_sta_ctx->cache_conn_info.he_oper_len = 0; in hdd_add_he_oper_info()
755 return hdd_sta_ctx->cache_conn_info.he_oper_len; in hdd_get_he_op_len()
H A Dwlan_hdd_assoc.c1303 uint32_t he_oper_len; in hdd_copy_he_operation() local
1314 he_oper_len = sizeof(struct ieee80211_he_operation) + len; in hdd_copy_he_operation()
1316 hdd_he_operation = qdf_mem_malloc(he_oper_len); in hdd_copy_he_operation()
1389 hdd_sta_ctx->cache_conn_info.he_oper_len = he_oper_len; in hdd_copy_he_operation()
/wlan-driver/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c