]> git.ipfire.org Git - people/ms/network.git/blob - src/libnetwork/libnetwork.sym
libnetwork: Add command that returns supported HT caps for wireless PHYs
[people/ms/network.git] / src / libnetwork / libnetwork.sym
1 LIBNETWORK_0 {
2 global:
3 network_interface_get_name;
4 network_interface_new;
5 network_interface_ref;
6 network_interface_unref;
7 network_new;
8 network_phy_has_ht_capability;
9 network_phy_list_ht_capabilities;
10 network_phy_new;
11 network_phy_ref;
12 network_phy_unref;
13 network_ref;
14 network_unref;
15 network_version;
16 local:
17 *;
18 };