net: wifi_utils: Fix wifi_utils_parse_scan_ssids doc
Function recently changed its behavior, just changing the documentation to reflect that. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
da9c821ce0
commit
56627e40cb
1 changed files with 2 additions and 5 deletions
|
@ -57,12 +57,9 @@ int wifi_utils_parse_scan_bands(char *scan_bands_str, uint8_t *band_map);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Convert a string containing a list of SSIDs to an array of SSID strings.
|
* @brief Append a string containing an SSID to an array of SSID strings.
|
||||||
*
|
*
|
||||||
* @details The function will parse a string which specifies Wi-Fi SSIDs
|
* @param scan_ssids_str string to be appended in the list of scanned SSIDs.
|
||||||
* as a comma separated string and convert it to an array.
|
|
||||||
*
|
|
||||||
* @param scan_ssids_str List of SSIDs expressed as a comma separated list.
|
|
||||||
* @param ssids Pointer to an array where the SSIDs pointers are to be stored.
|
* @param ssids Pointer to an array where the SSIDs pointers are to be stored.
|
||||||
* @param num_ssids Maximum number of SSIDs that can be stored.
|
* @param num_ssids Maximum number of SSIDs that can be stored.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue