qcacmn: Add support for connection manager rso mode command
Add changes to support new definition of send_roam_scan_offload_mode_cmd() in connection manager. Change-Id: Iea10907756ea785b0b0de72d01375f50ac3dbd6a CRs-Fixed: 2758318
This commit is contained in:

کامیت شده توسط
snandini

والد
49ea182ae3
کامیت
bc2f1d2a72
@@ -182,4 +182,18 @@ static inline char *qdf_str_sep(char **str, char *delim)
|
||||
return __qdf_str_sep(str, delim);
|
||||
}
|
||||
|
||||
/**
|
||||
* qdf_str_copy_all_before_char() - API to copy all character before a
|
||||
* particular char provided
|
||||
* @str: Source string
|
||||
* @str_len: Source string legnth
|
||||
* @dst: Destination string
|
||||
* @dst_len: Destination string legnth
|
||||
* @c: Character before which all characters need to be copied
|
||||
*
|
||||
* Return: length of the copied string, if success. zero otherwise.
|
||||
*/
|
||||
uint32_t
|
||||
qdf_str_copy_all_before_char(char *str, uint32_t str_len,
|
||||
char *dst, uint32_t dst_len, char c);
|
||||
#endif /* __QDF_STR_H */
|
||||
|
مرجع در شماره جدید
Block a user