Searched refs:WLAN_IEEE_OUI_LEN (Results 1 – 3 of 3) sorted by relevance
57 #define WLAN_IEEE_OUI_LEN 3 macro148 u8 oui[WLAN_IEEE_OUI_LEN];
157 WLAN_IEEE_OUI_LEN); in skb_ether_to_p80211()160 WLAN_IEEE_OUI_LEN); in skb_ether_to_p80211()386 (((memcmp(e_snap->oui, oui_rfc1042, WLAN_IEEE_OUI_LEN) == 0) in skb_p80211_to_ether()389 || (memcmp(e_snap->oui, oui_rfc1042, WLAN_IEEE_OUI_LEN) != in skb_p80211_to_ether()
39 #define WLAN_IEEE_OUI_LEN 3 macro