Merge pull request #126 from MotoLegacy/adhocctl-parms

SceNetAdhocctlParams: Swap order of BSSID and Nickname
This commit is contained in:
Wouter Wijsman
2023-04-18 11:41:30 +02:00
committed by GitHub

View File

@@ -74,10 +74,10 @@ struct SceNetAdhocctlParams
int channel;
/** Name of the connection */
char name[8];
/** The BSSID */
unsigned char bssid[6];
/** Nickname */
char nickname[128];
/** The BSSID */
unsigned char bssid[6];
};
/**