Home
last modified time | relevance | path

Searched refs:WLAN_IEEE_OUI_LEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211conv.h36 #define WLAN_IEEE_OUI_LEN 3 macro
126 u8 oui[WLAN_IEEE_OUI_LEN];
H A Dp80211conv.c136 WLAN_IEEE_OUI_LEN); in skb_ether_to_p80211()
139 WLAN_IEEE_OUI_LEN); in skb_ether_to_p80211()
365 WLAN_IEEE_OUI_LEN) == 0) && in skb_p80211_to_ether()
368 (memcmp(e_snap->oui, oui_rfc1042, WLAN_IEEE_OUI_LEN) != in skb_p80211_to_ether()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h12 #define WLAN_IEEE_OUI_LEN 3 macro