Home
last modified time | relevance | path

Searched refs:ATH_OUI_TYPE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_input.h115 return frm[1] > 3 && le32dec(frm+2) == ((ATH_OUI_TYPE<<24)|ATH_OUI); in isatherosoui()
H A Dieee80211.h1158 #define ATH_OUI_TYPE 0x01 /* Atheros protocol ie */ macro
H A Dieee80211_superg.c181 .ath_oui_type = ATH_OUI_TYPE, in ieee80211_add_ath()
/f-stack/tools/ifconfig/
H A Difieee80211.c3552 return frm[1] > 3 && LE_READ_4(frm+2) == ((ATH_OUI_TYPE<<24)|ATH_OUI); in isatherosoui()