Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddpp_tcp.c1444 char band[200], *b_pos, *b_end; in dpp_controller_rx_gas_req() local
1461 b_end = band + sizeof(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()
1465 if (os_snprintf_error(b_end - b_pos, res)) { in dpp_controller_rx_gas_req()