Home | History | Annotate | Download | only in ap

Lines Matching refs:reassoc

2301 			   const u8 *ies, size_t ies_len, int reassoc)
2451 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
2473 if (!reassoc) {
2697 const u8 *addr, u16 status_code, int reassoc,
2724 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
2986 int reassoc)
3001 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
3003 wpa_printf(MSG_INFO, "handle_assoc(reassoc=%d) - too short payload (len=%lu)",
3004 reassoc, (unsigned long) len);
3009 if (reassoc) {
3013 "TESTING: ignoring reassoc request from "
3031 if (reassoc) {
3134 sta->last_subtype == (reassoc ? WLAN_FC_STYPE_REASSOC_REQ :
3143 sta->last_subtype = reassoc ? WLAN_FC_STYPE_REASSOC_REQ :
3198 resp = check_assoc_ies(hapd, sta, pos, left, reassoc);
3264 "SA Query procedure", reassoc ? "re" : "");
3331 sta->fils_pending_assoc_is_reassoc = reassoc;
3343 reply_res = send_assoc_resp(hapd, sta, mgmt->sa, resp, reassoc, pos,
3887 size_t len, int reassoc, int ok)
3900 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_resp) :
3903 "handle_assoc_cb(reassoc=%d) - too short payload (len=%lu)",
3904 reassoc, (unsigned long) len);
3909 if (reassoc)
3955 if (reassoc)