Lines Matching refs:reassoc
1604 int reassoc, int resp, const char *tag, int rate) in ratesetmismatch() argument
1608 reassoc ? "reassoc" : "assoc", tag, rate & IEEE80211_RATE_VAL); in ratesetmismatch()
1615 int reassoc, int resp, const char *tag, int capinfo) in capinfomismatch() argument
1621 reassoc ? "reassoc" : "assoc", tag, capinfo); in capinfomismatch()
1629 int reassoc, int resp) in htcapmismatch() argument
1632 "deny %s request, %s missing HT ie", reassoc ? "reassoc" : "assoc"); in htcapmismatch()
1686 int reassoc, resp; in hostap_recv_mgmt() local
1938 reassoc = 1; in hostap_recv_mgmt()
1941 reassoc = 0; in hostap_recv_mgmt()
1947 reassoc ? "reassoc" : "assoc"); in hostap_recv_mgmt()
1967 IEEE80211_VERIFY_LENGTH(efrm - frm, (reassoc ? 10 : 4), return); in hostap_recv_mgmt()
1970 if (reassoc) in hostap_recv_mgmt()
2033 capinfomismatch(ni, wh, reassoc, resp, in hostap_recv_mgmt()
2043 capinfomismatch(ni, wh, reassoc, resp, in hostap_recv_mgmt()
2051 ratesetmismatch(ni, wh, reassoc, resp, "legacy", rate); in hostap_recv_mgmt()
2062 ratesetmismatch(ni, wh, reassoc, resp, "11g", rate); in hostap_recv_mgmt()
2075 ratesetmismatch(ni, wh, reassoc, resp, in hostap_recv_mgmt()
2111 htcapmismatch(ni, wh, reassoc, resp); in hostap_recv_mgmt()