Searched refs:list_str (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/bcmdhd/ |
D | dhd_common.c | 1989 wl_iw_parse_data_tlv(char** list_str, void *dst, int dst_size, const char token, in wl_iw_parse_data_tlv() argument 1996 if ((list_str == NULL) || (*list_str == NULL) ||(bytes_left == NULL) || (*bytes_left < 0)) { in wl_iw_parse_data_tlv() 2000 str = *list_str; in wl_iw_parse_data_tlv() 2029 *list_str = str; in wl_iw_parse_data_tlv() 2039 wl_iw_parse_channel_list_tlv(char** list_str, uint16* channel_list, in wl_iw_parse_channel_list_tlv() argument 2045 if ((list_str == NULL) || (*list_str == NULL) ||(bytes_left == NULL) || (*bytes_left < 0)) { in wl_iw_parse_channel_list_tlv() 2049 str = *list_str; in wl_iw_parse_channel_list_tlv() 2054 *list_str = str; in wl_iw_parse_channel_list_tlv() 2079 *list_str = str; in wl_iw_parse_channel_list_tlv() 2087 wl_iw_parse_ssid_list_tlv(char** list_str, wlc_ssid_ext_t* ssid, int max, int *bytes_left) in wl_iw_parse_ssid_list_tlv() argument [all …]
|
D | wldev_common.h | 98 extern int wl_iw_parse_ssid_list_tlv(char** list_str, wlc_ssid_ext_t* ssid,
|