Home
last modified time | relevance | path

Searched refs:b_pos (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddpp_tcp.c1444 char band[200], *b_pos, *b_end; in dpp_controller_rx_gas_req() local
1460 b_pos = band; in dpp_controller_rx_gas_req()
1463 res = os_snprintf(b_pos, b_end - b_pos, "%s%d", in dpp_controller_rx_gas_req()
1464 b_pos == band ? "" : ",", opclass[i]); in dpp_controller_rx_gas_req()
1465 if (os_snprintf_error(b_end - b_pos, res)) { in dpp_controller_rx_gas_req()
1466 *b_pos = '\0'; in dpp_controller_rx_gas_req()
1469 b_pos += res; in dpp_controller_rx_gas_req()