We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a838ba commit b805a35Copy full SHA for b805a35
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