Searched refs:is_valid (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/src/fst/ |
D | fst_session.c | 1351 bool is_valid; in fst_test_req_send_fst_request() local 1363 fsts_id = fst_read_next_int_param(params, &is_valid, &endp); in fst_test_req_send_fst_request() 1364 if (!is_valid) in fst_test_req_send_fst_request() 1403 bool is_valid; in fst_test_req_send_fst_response() local 1417 fsts_id = fst_read_next_int_param(params, &is_valid, &endp); in fst_test_req_send_fst_response() 1418 if (!is_valid) in fst_test_req_send_fst_response() 1478 bool is_valid; in fst_test_req_send_ack_request() local 1487 fsts_id = fst_read_next_int_param(params, &is_valid, &endp); in fst_test_req_send_ack_request() 1488 if (!is_valid) in fst_test_req_send_ack_request() 1506 bool is_valid; in fst_test_req_send_ack_response() local [all …]
|
D | fst_ctrl_iface.c | 890 bool is_valid; in fst_parse_attach_command() local 904 val = fst_read_next_int_param(pos + 1, &is_valid, in fst_parse_attach_command() 906 if (is_valid) in fst_parse_attach_command() 914 val = fst_read_next_int_param(pos + 1, &is_valid, in fst_parse_attach_command() 916 if (is_valid) in fst_parse_attach_command()
|