Lines Matching defs:state

270 	 * state - Current state of the service: 0 - Out Of Service, 1-255 Vendor defined
272 u8 state;
647 * frames in Listen state may be in another system component in which
693 * start_listen - Start Listen state
696 * @duration: Duration for the Listen state in milliseconds
700 * This Listen state may not start immediately since the driver may
702 * state has started, p2p_listen_cb() must be called to notify the P2P
703 * module. Once the Listen state is stopped, p2p_listen_end() must be
705 * state anymore.
716 * stop_listen - Stop Listen state
719 * This callback can be used to stop a Listen state operation that was
749 * found. This may happen, e.g., during Search state based on scan
750 * results or during Listen state based on receive Probe Request and
1108 * current state of ongoing groups and driver capabilities.
1152 * p2p_flush - Flush P2P module state
1155 * This command removes the P2P module state like peer device entries.
1265 * This is like p2p_stop_find(), but Listen state is not stopped if we are
1271 * p2p_listen - Start P2P Listen state for specified duration
1273 * @timeout: Listen state duration in milliseconds
1543 * @P2P_PREQ_NOT_LISTEN: device isn't in listen state, frame ignored
1653 * p2p_listen_cb - Indicate the start of a requested Listen state
1656 * @duration: Duration for the Listen state in milliseconds
1658 * This function is used to indicate that a Listen state requested with
1665 * p2p_listen_end - Indicate the end of a requested Listen state
1670 * This function is used to indicate that a Listen state requested with
1682 /* Per-group P2P state for GO */
1754 * idle_update - Notification of changes in group idle state
2256 * in search state, or 2 if search state operation is in progress
2296 * maxDiscoverableInterval parameters for the Listen state during device
2298 * Listen state iteration from [min_disc_int,max_disc_int] range.
2308 * p2p_get_state_txt - Get current P2P state for debug purposes
2310 * Returns: Name of the current P2P module state
2312 * It should be noted that the P2P module state names are internal information