Lines Matching full:teardown
307 /* disable the link after teardown was sent */
356 wpa_printf(MSG_DEBUG, "TDLS: Sending Teardown Request");
505 * wpa_tdls_key_mic_teardown - Calculate TDLS FTIE MIC for Teardown frame
507 * @trans_seq: Transaction Sequence Number (4 - Teardown)
508 * @rcode: Reason code for Teardown
602 wpa_printf(MSG_INFO, "TDLS: Invalid MIC in Teardown - "
607 wpa_printf(MSG_INFO, "TDLS: Could not verify TDLS Teardown "
745 "Teardown " MACSTR, MAC2STR(addr));
749 /* Cancel active channel switch before teardown */
758 wpa_printf(MSG_DEBUG, "TDLS: TDLS Teardown for " MACSTR,
763 /* To add FTIE for Teardown request and compute MIC */
796 wpa_hexdump(MSG_DEBUG, "TDLS: FTIE for TDLS Teardown handshake",
806 /* TODO: register for a Timeout handler, if Teardown is not received at
809 /* request driver to send Teardown using this FTIE */
832 " for link Teardown", MAC2STR(addr));
838 " not connected - cannot Teardown link", MAC2STR(addr));
865 " not connected - cannot teardown unreachable link",
873 * teardown packet through the AP, and then reset link data.
928 "Teardown " MACSTR, MAC2STR(src_addr));
938 wpa_printf(MSG_DEBUG, "TDLS: TDLS Teardown Request from " MACSTR
950 "TDLS: Failed to parse IEs in Teardown - ignore as an interop workaround");
954 "Teardown");
963 wpa_printf(MSG_INFO, "TDLS: No FTIE in TDLS Teardown");
969 /* Process MIC check to see if TDLS Teardown is right */
974 "Teardown Request from " MACSTR, MAC2STR(src_addr));
2108 * condition with the responder sending teardown request.