Home | History | Annotate | Download | only in hardware_legacy

Lines Matching full:tdls

8     WIFI_TDLS_DISABLED,                 /* TDLS is not enabled, or is disabled now */
9 WIFI_TDLS_ENABLED, /* TDLS is enabled, but not yet tried */
20 WIFI_TDLS_NOT_SUPPORTED = -2, /* Remote side doesn't support TDLS */
41 /* on_tdls_state_changed - reports state to TDLS link
42 * Report this event when the state of TDLS link changes */
47 /* wifi_enable_tdls - enables TDLS-auto mode for a specific route
50 * why TDLS is being sought. The firmware should do its best to
54 * to indicate the status of TDLS operation.
59 /* wifi_disable_tdls - disables TDLS-auto mode for a specific route
61 * This terminates any existing TDLS with addr device, and frees the
62 * device resources to make TDLS connections on new routes.
69 /* wifi_get_tdls_status - allows getting the status of TDLS for a specific route */