Home | History | Annotate | Download | only in drivers

Lines Matching refs:tdls

2163 	wpa_printf(MSG_DEBUG, "nl80211: TDLS operation event");
2169 os_memcpy(data.tdls.peer, nla_data(tb[NL80211_ATTR_MAC]), ETH_ALEN);
2172 wpa_printf(MSG_DEBUG, "nl80211: TDLS setup request for peer "
2173 MACSTR, MAC2STR(data.tdls.peer));
2174 data.tdls.oper = TDLS_REQUEST_SETUP;
2177 wpa_printf(MSG_DEBUG, "nl80211: TDLS teardown request for peer "
2178 MACSTR, MAC2STR(data.tdls.peer));
2179 data.tdls.oper = TDLS_REQUEST_TEARDOWN;
2182 wpa_printf(MSG_DEBUG, "nl80211: Unsupported TDLS operatione "
2187 data.tdls.reason_code =
2738 static void wiphy_info_tdls(struct wpa_driver_capa *capa, struct nlattr *tdls,
2741 if (tdls == NULL)
2744 wpa_printf(MSG_DEBUG, "nl80211: TDLS supported");
2748 wpa_printf(MSG_DEBUG, "nl80211: TDLS external setup");
3486 /* TDLS Discovery Response */
9563 #endif /* CONFIG TDLS */