]> git.ipfire.org Git - network.git/blame - src/libnetwork/libnetwork.sym
ibnetwork: Add command to show available VHT capabilities of phys
[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 8 network_phy_has_ht_capability;
b2323e58 9 network_phy_has_vht_capability;
e145b2f3 10 network_phy_list_ht_capabilities;
b2323e58 11 network_phy_list_vht_capabilities;
9cb2f0c0
MT
12 network_phy_new;
13 network_phy_ref;
14 network_phy_unref;
0e880048
MT
15 network_ref;
16 network_unref;
01f2b2e4
MT
17 network_version;
18local:
19 *;
20};