Searched refs:reassoc (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hostap.c1669 int reassoc, int resp, const char *tag, int rate)
1673 reassoc ? "reassoc" : "assoc", tag, rate & IEEE80211_RATE_VAL);
1680 int reassoc, int resp, const char *tag, int capinfo)
1686 reassoc ? "reassoc" : "assoc", tag, capinfo);
1694 int reassoc, int resp)
1697 "deny %s request, %s missing HT ie", reassoc ? "reassoc" : "assoc");
1752 int reassoc, res local
1668 ratesetmismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp, const char *tag, int rate) argument
1679 capinfomismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp, const char *tag, int capinfo) argument
1693 htcapmismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp) argument
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c2199 struct ieee80211_node *ni, struct ieee80211_rxinfo *rxi, int reassoc)
2216 if (m->m_len < sizeof(*wh) + (reassoc ? 10 : 4)) {
2232 if (reassoc) {
2302 reassoc ? "re" : "",
2542 struct ieee80211_node *ni, int reassoc)
2573 reassoc ? "re" : "",
2198 ieee80211_recv_assoc_req(struct ieee80211com *ic, struct mbuf *m, struct ieee80211_node *ni, struct ieee80211_rxinfo *rxi, int reassoc) argument
2541 ieee80211_recv_assoc_resp(struct ieee80211com *ic, struct mbuf *m, struct ieee80211_node *ni, int reassoc) argument

Completed in 100 milliseconds