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