Home | History | Annotate | Download | only in drivers

Lines Matching defs:tdls

851 /* Driver supports operating as a TDLS peer */
853 /* Driver requires external TDLS setup/teardown/discovery */
1788 * With TDLS, this function is also used to add or set (params->set 1)
1789 * TDLS peer entries.
2449 * send_tdls_mgmt - for sending TDLS management packets
2452 * @action_code: TDLS action code for the mssage
2455 * @buf: TDLS IEs to add to the message
2460 * responsible for receiving and sending all TDLS packets.
2467 * tdls_oper - Ask the driver to perform high-level TDLS operations
2469 * @oper: TDLS high-level operation. See %enum tdls_oper
2473 * This optional function can be used to send high-level TDLS commands
2783 * EVENT_TDLS - Request TDLS operation
2785 * This event can be used to request a TDLS operation to be performed.
3305 * struct tdls - Data for EVENT_TDLS
3307 struct tdls {
3314 } tdls;