Searched refs:algo (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/cpp/
H A Dhashtable.h35 #include <algo.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_cam.c198 uint8_t algo, keyid; local
211 algo = R92C_CAM_ALGO_WEP40;
213 algo = R92C_CAM_ALGO_WEP104;
216 algo = R92C_CAM_ALGO_TKIP;
219 algo = R92C_CAM_ALGO_AES;
228 "%s: keyix %u, keyid %u, algo %u/%u, flags %04X, len %u, "
230 k->wk_cipher->ic_cipher, algo, k->wk_flags, k->wk_keylen,
251 SM(R92C_CAM_ALGO, algo) |
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hostap.c1705 int algo, int seq, int status)
1710 wh, NULL, "unsupported alg %d", algo);
1928 uint16_t algo, seq, status; local
1948 algo = le16toh(*(uint16_t *)frm);
1952 "recv auth frame with algorithm %d seq %d", algo, seq);
1975 if (algo == IEEE80211_AUTH_ALG_SHARED)
1978 else if (algo == IEEE80211_AUTH_ALG_OPEN)
1980 else if (algo == IEEE80211_AUTH_ALG_LEAP) {
1981 authalgreject(ni, wh, algo,
1994 authalgreject(ni, wh, algo,
1704 authalgreject(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int algo, int seq, int status) argument
[all...]
H A Dieee80211_sta.c1689 uint16_t algo, seq, status; local
1698 algo = le16toh(*(uint16_t *)frm);
1702 "recv auth frame with algorithm %d seq %d", algo, seq);
1716 if (algo == IEEE80211_AUTH_ALG_SHARED)
1719 else if (algo == IEEE80211_AUTH_ALG_OPEN)
1723 wh, "auth", "unsupported alg %d", algo);
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c2150 u_int16_t algo, seq, status; local
2160 algo = LE_READ_2(frm); frm += 2;
2163 DPRINTF(("auth %d seq %d from %s\n", algo, seq,
2167 if (algo != IEEE80211_AUTH_ALG_OPEN) {
2169 algo, ether_sprintf((u_int8_t *)wh->i_addr2)));

Completed in 174 milliseconds