Skip to content

Implement WiFiClass::softAPgetStationNum() #328

@felipecrs

Description

@felipecrs

As realized by @jesserockz, these functions are stubbed in:

beken-72xx:

lightning-ln882h:

And only implemented in realtek-amb:

uint8_t WiFiClass::softAPgetStationNum() {
// the struct is at wifi_conf.c:2576
client_info_t info;
info.count = AP_STA_NUM;
wifi_get_associated_client_list(&info, sizeof(info));
return info.count;
}

It would be nice if they were implemented for all boards. This function will be used by:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions