Home | History | Annotate | Download | only in ap

Lines Matching refs:reassoc

863 			   const u8 *ies, size_t ies_len, int reassoc)
1014 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
1036 if (!reassoc) {
1115 u16 status_code, int reassoc, const u8 *ies,
1127 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
1228 int reassoc)
1236 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
1238 printf("handle_assoc(reassoc=%d) - too short payload (len=%lu)"
1239 "\n", reassoc, (unsigned long) len);
1244 if (reassoc) {
1248 "TESTING: ignoring reassoc request from "
1263 if (reassoc) {
1322 resp = check_assoc_ies(hapd, sta, pos, left, reassoc);
1389 "SA Query procedure", reassoc ? "re" : "");
1399 if (reassoc) {
1415 send_assoc_resp(hapd, sta, resp, reassoc, pos, left);
1852 size_t len, int reassoc, int ok)
1860 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_resp) :
1862 printf("handle_assoc_cb(reassoc=%d) - too short payload "
1863 "(len=%lu)\n", reassoc, (unsigned long) len);
1882 if (reassoc)
1911 if (reassoc)