Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:ies

930 		wpa_printf(MSG_INFO, "TDLS: Failed to parse IEs in Teardown");
1506 "TDLS: Failed to parse IEs in Discovery Request - ignore as an interop workaround");
1814 wpa_printf(MSG_INFO, "TDLS: Failed to parse IEs in TPK M1");
2190 wpa_printf(MSG_INFO, "TDLS: Failed to parse IEs in TPK M2");
2434 * Don't reject the message if failing to parse IEs. The IEs we need are
2435 * explicitly checked below. Some APs piggy-back broken IEs to the end
2833 static int wpa_tdls_prohibited(const u8 *ies, size_t len)
2837 if (ies == NULL)
2840 if (wpa_supplicant_parse_ies(ies, len, &elems) < 0)
2851 void wpa_tdls_ap_ies(struct wpa_sm *sm, const u8 *ies, size_t len)
2853 sm->tdls_prohibited = wpa_tdls_prohibited(ies, len);
2859 void wpa_tdls_assoc_resp_ies(struct wpa_sm *sm, const u8 *ies, size_t len)
2861 if (!sm->tdls_prohibited && wpa_tdls_prohibited(ies, len)) {
2863 "(Re)Association Response IEs");