Home | History | Annotate | Download | only in ap

Lines Matching refs:reassoc

1263 			   const u8 *ies, size_t ies_len, int reassoc)
1427 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
1449 if (!reassoc) {
1565 u16 status_code, int reassoc, const u8 *ies,
1577 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
1686 int reassoc)
1694 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
1696 wpa_printf(MSG_INFO, "handle_assoc(reassoc=%d) - too short payload (len=%lu)",
1697 reassoc, (unsigned long) len);
1702 if (reassoc) {
1706 "TESTING: ignoring reassoc request from "
1724 if (reassoc) {
1773 sta->last_subtype == reassoc ? WLAN_FC_STYPE_REASSOC_REQ :
1782 sta->last_subtype = reassoc ? WLAN_FC_STYPE_REASSOC_REQ :
1801 resp = check_assoc_ies(hapd, sta, pos, left, reassoc);
1868 "SA Query procedure", reassoc ? "re" : "");
1883 send_assoc_resp(hapd, sta, resp, reassoc, pos, left);
2349 size_t len, int reassoc, int ok)
2357 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_resp) :
2359 wpa_printf(MSG_INFO, "handle_assoc_cb(reassoc=%d) - too short payload (len=%lu)",
2360 reassoc, (unsigned long) len);
2379 if (reassoc)
2409 if (reassoc)