Lines Matching defs:status
81 * status - Negotiation result (Status Code)
86 int status;
179 * status - Remote returned provisioning status code
181 int status;
672 * The Action frame may not be transmitted immediately and the status
795 * been completed. Non-zero struct p2p_go_neg_results::status indicates
885 * @status: Cause of failure, will not be %P2P_PROV_DISC_SUCCESS
897 enum p2p_prov_disc_status status,
924 * %P2P_SC_REQ_RECEIVED status and indicated to upper layer with the
950 * @status: Response Status
954 * for a received Invitation Request. If status == 0 (success), the
955 * upper layer code is responsible for starting the group. status == 1
956 * indicates need to get user authorization for the group. Other status
961 const u8 *go_dev_addr, u8 status,
967 * @status: Negotiation result (Status Code)
976 * started with a call to p2p_invite(). The indicated status code is
981 void (*invitation_result)(void *ctx, int status, const u8 *bssid,
998 * @status: Result of the request (P2P_SC_*)
1002 void (*presence_resp)(void *ctx, const u8 *src, u8 status,
1076 void (*p2ps_prov_complete)(void *ctx, u8 status, const u8 *dev,
1248 * p2p_notify_scan_trigger_status - Indicate scan trigger status
1250 * @status: 0 on success, -1 on failure
1252 void p2p_notify_scan_trigger_status(struct p2p_data *p2p, int status);
1566 * Returns: value indicating the type and status of the probe request
1637 * p2p_send_action_cb - Notify TX status of an Action frame
1794 * @status: Status value (P2P_SC_SUCCESS if association succeeded)
1800 struct wpabuf * p2p_group_assoc_resp_ie(struct p2p_group *group, u8 status);