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

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_pae_output.c180 memcpy(frm, IEEE80211_OUI, 3); frm += 3;
203 memcpy(frm, IEEE80211_OUI, 3); frm += 3;
219 memcpy(frm, IEEE80211_OUI, 3); frm += 3;
H A Dieee80211_pae_input.c227 if (memcmp(&frm[2], IEEE80211_OUI, 3) == 0) {
447 if (memcmp(&frm[2], IEEE80211_OUI, 3) == 0) {
861 if (memcmp(&frm[2], IEEE80211_OUI, 3) == 0) {
H A Dieee80211.h829 #define IEEE80211_OUI ((const u_int8_t[]){ 0x00, 0x0f, 0xac }) macro
H A Dieee80211_output.c986 const u_int8_t *oui = wpa ? MICROSOFT_OUI : IEEE80211_OUI;
H A Dieee80211_input.c1390 } else if (memcmp(selector, IEEE80211_OUI, 3) == 0) { /* RSN */
1420 } else if (memcmp(selector, IEEE80211_OUI, 3) == 0) { /* RSN */

Completed in 172 milliseconds