We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ba1f44 + b805a35 commit 795a81dCopy full SHA for 795a81d
libraries/lwIpWrapper/src/CNetIf.cpp
@@ -981,7 +981,7 @@ uint8_t* CLwipIf::getBSSID(NetIfType_t type, uint8_t* bssid)
981
{
982
/* -------------------------------------------------------------------------- */
983
if (type == NI_WIFI_STATION) {
984
- CNetUtilities::macStr2macArray(bssid, (const char*)access_point_cfg.out_mac);
+ CNetUtilities::macStr2macArray(bssid, (const char*)access_point_cfg.bssid);
985
return bssid;
986
} else if (type == NI_WIFI_SOFTAP) {
987
CNetUtilities::macStr2macArray(bssid, (const char*)soft_ap_cfg.out_mac);
0 commit comments