• Home
  • Raw
  • Download

Lines Matching refs:list_str

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
2092 if ((list_str == NULL) || (*list_str == NULL) || (*bytes_left < 0)) { in wl_iw_parse_ssid_list_tlv()
2096 str = *list_str; in wl_iw_parse_ssid_list_tlv()
2100 *list_str = str; in wl_iw_parse_ssid_list_tlv()
2151 *list_str = str; in wl_iw_parse_ssid_list_tlv()
2161 wl_iw_parse_ssid_list(char** list_str, wlc_ssid_t* ssid, int idx, int max) in wl_iw_parse_ssid_list() argument
2165 if ((list_str == NULL) || (*list_str == NULL)) in wl_iw_parse_ssid_list()
2168 for (str = *list_str; str != NULL; str = ptr) { in wl_iw_parse_ssid_list()
2172 *list_str = str + strlen(GET_CHANNEL); in wl_iw_parse_ssid_list()
2202 wl_iw_parse_channel_list(char** list_str, uint16* channel_list, int channel_num) in wl_iw_parse_channel_list() argument
2209 if ((list_str == NULL)||(*list_str == NULL)) in wl_iw_parse_channel_list()
2212 str = *list_str; in wl_iw_parse_channel_list()
2219 str, *list_str); in wl_iw_parse_channel_list()
2226 channel_num, *list_str)); in wl_iw_parse_channel_list()
2232 *list_str = str; in wl_iw_parse_channel_list()