mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Fixed error of pull request #719
This commit is contained in:
parent
fc122630d4
commit
35b00bf8bc
1 changed files with 4 additions and 4 deletions
|
@ -210,12 +210,12 @@ struct CellNetCtlSSID
|
||||||
struct CellNetCtlInfo
|
struct CellNetCtlInfo
|
||||||
{
|
{
|
||||||
be_t<u32> device;
|
be_t<u32> device;
|
||||||
struct CellNetCtlEtherAddr ether_addr;
|
CellNetCtlEtherAddr ether_addr;
|
||||||
be_t<u32> mtu;
|
be_t<u32> mtu;
|
||||||
be_t<u32> link;
|
be_t<u32> link;
|
||||||
be_t<u32> link_type;
|
be_t<u32> link_type;
|
||||||
struct CellNetCtlEtherAddr bssid;
|
CellNetCtlEtherAddr bssid;
|
||||||
struct CellNetCtlSSID ssid;
|
CellNetCtlSSID ssid;
|
||||||
be_t<u32> wlan_security;
|
be_t<u32> wlan_security;
|
||||||
be_t<u32> auth_8021x_type;
|
be_t<u32> auth_8021x_type;
|
||||||
s8 auth_8021x_auth_name[128];
|
s8 auth_8021x_auth_name[128];
|
||||||
|
@ -254,5 +254,5 @@ struct CellNetCtlNatInfo
|
||||||
be_t<s32> upnp_status;
|
be_t<s32> upnp_status;
|
||||||
be_t<s32> stun_status;
|
be_t<s32> stun_status;
|
||||||
be_t<s32> nat_type;
|
be_t<s32> nat_type;
|
||||||
struct in_addr mapped_addr;
|
be_t<u32> mapped_addr;
|
||||||
};
|
};
|
Loading…
Add table
Add a link
Reference in a new issue