Home | History | Annotate | Download | only in drivers

Lines Matching defs:tdls

1400 /** Driver supports operating as a TDLS peer */
1402 /** Driver requires external TDLS setup/teardown/discovery */
1432 /** Driver supports TDLS channel switching */
1684 * WPA_IF_TDLS - TDLS offchannel interface (used for pref freq only)
1837 /* TDLS peer capabilities for send_tdls_mgmt() */
2607 * With TDLS, this function is used to add or set (params->set 1)
2608 * TDLS peer entries (even with drivers that do not support full AP
3051 * send_tdls_mgmt - for sending TDLS management packets
3054 * @action_code: TDLS action code for the mssage
3057 * @peer_capab: TDLS peer capability (TDLS_PEER_* bitfield)
3058 * @initiator: Is the current end the TDLS link initiator
3059 * @buf: TDLS IEs to add to the message
3064 * responsible for receiving and sending all TDLS packets.
3071 * tdls_oper - Ask the driver to perform high-level TDLS operations
3073 * @oper: TDLS high-level operation. See %enum tdls_oper
3077 * This optional function can be used to send high-level TDLS commands
3370 * Enable channel-switching with TDLS peer
3372 * @addr: MAC address of the TDLS peer
3378 * different channel with a specified TDLS peer. The switching is
3386 * Disable channel switching with TDLS peer
3388 * @addr: MAC address of the TDLS peer
3392 * with a given TDLS peer.
3802 * set_tdls_mode - Set TDLS trigger mode to the host driver
3804 * @tdls_external_control: Represents if TDLS external trigger control
3807 * This optional callback can be used to configure the TDLS external
3933 * EVENT_TDLS - Request TDLS operation
3935 * This event can be used to request a TDLS operation to be performed.
4603 * struct tdls - Data for EVENT_TDLS
4605 struct tdls {
4613 } tdls;