Searched refs:net_info (Results 1 – 2 of 2) sorted by relevance
36 struct wilc_rcvd_net_info net_info; member538 struct wilc_rcvd_net_info *rcvd_info = &msg->body.net_info; in handle_rcvd_ntwrk_info()1591 msg->body.net_info.frame_len = get_unaligned_le16(&buffer[6]) - 1; in wilc_network_info_received()1592 msg->body.net_info.rssi = buffer[8]; in wilc_network_info_received()1593 msg->body.net_info.mgmt = kmemdup(&buffer[9], in wilc_network_info_received()1594 msg->body.net_info.frame_len, in wilc_network_info_received()1596 if (!msg->body.net_info.mgmt) { in wilc_network_info_received()1604 kfree(msg->body.net_info.mgmt); in wilc_network_info_received()
1433 static const TypeInfo net_info = { variable1443 type_register_static(&net_info); in usb_net_register_types()