Searched refs:req_ies (Results 1 – 4 of 4) sorted by relevance
61 u8 *req_ies; member
1121 conn_info.req_ies = kmalloc(conn_attr->ies_len, in handle_connect()1123 memcpy(conn_info.req_ies, in handle_connect()1132 kfree(conn_info.req_ies); in handle_connect()1133 conn_info.req_ies = NULL; in handle_connect()1180 info.req_ies = kmemdup(hif_drv->usr_conn_req.ies, in handle_connect_timeout()1183 if (!info.req_ies) in handle_connect_timeout()1193 kfree(info.req_ies); in handle_connect_timeout()1194 info.req_ies = NULL; in handle_connect_timeout()1547 conn_info.req_ies = kmemdup(hif_drv->usr_conn_req.ies, in host_int_parse_assoc_resp_info()1550 if (conn_info.req_ies) in host_int_parse_assoc_resp_info()[all …]
521 conn_info->req_ies, in cfg_connect_result()
309 __le16 req_ies; member