Lines Matching refs:status
220 void p2p_go_neg_failed(struct p2p_data *p2p, int status)
246 res.status = status;
1050 void p2p_notify_scan_trigger_status(struct p2p_data *p2p, int status)
1052 if (status != 0) {
1637 dev->status = P2P_SC_SUCCESS;
1695 dev->status = P2P_SC_SUCCESS;
1989 p2p->go_neg_peer->status = P2P_SC_SUCCESS;
3395 * with the status different than 12 (Success: accepted by user).
3398 p2p->p2ps_prov->status != P2P_SC_SUCCESS_DEFERRED) {
3411 p2p->p2ps_prov->status,
3655 if (p2p->go_neg_peer && p2p->go_neg_peer->status != P2P_SC_SUCCESS) {
3656 p2p_go_neg_failed(p2p, p2p->go_neg_peer->status);
3664 dev->status == P2P_SC_FAIL_INFO_CURRENTLY_UNAVAILABLE)
3717 * It looks like the TX status for GO Negotiation Confirm is
3724 * the TX status.
4169 dev->status = P2P_SC_FAIL_REJECTED_BY_USER;
4267 "status=%d\n"
4312 dev->status,
4445 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa,
4457 p2p_buf_add_status(resp, status);
4475 u8 status;
4500 status = P2P_SC_FAIL_INVALID_PARAMS;
4507 status = P2P_SC_FAIL_INVALID_PARAMS;
4511 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
4519 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
4548 if (msg.status == NULL || msg.noa == NULL) {
4555 p2p->cfg->presence_resp(p2p->cfg->cb_ctx, sa, *msg.status,
4559 if (*msg.status) {
4560 p2p_dbg(p2p, "P2P Presence Request was rejected: status %u",
4561 *msg.status);