Home | History | Annotate | Download | only in drivers

Lines Matching refs:tdls

879 /* Driver supports operating as a TDLS peer */
881 /* Driver requires external TDLS setup/teardown/discovery */
1868 * With TDLS, this function is also used to add or set (params->set 1)
1869 * TDLS peer entries.
2533 * send_tdls_mgmt - for sending TDLS management packets
2536 * @action_code: TDLS action code for the mssage
2539 * @buf: TDLS IEs to add to the message
2544 * responsible for receiving and sending all TDLS packets.
2551 * tdls_oper - Ask the driver to perform high-level TDLS operations
2553 * @oper: TDLS high-level operation. See %enum tdls_oper
2557 * This optional function can be used to send high-level TDLS commands
2911 * EVENT_TDLS - Request TDLS operation
2913 * This event can be used to request a TDLS operation to be performed.
3510 * struct tdls - Data for EVENT_TDLS
3512 struct tdls {
3519 } tdls;