Home
last modified time | relevance | path

Searched refs:oui_type (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwmm.c119 wmm->oui_type = WMM_OUI_TYPE; in hostapd_eid_wmm()
169 wmm->oui[0], wmm->oui[1], wmm->oui[2], wmm->oui_type, in hostapd_eid_wmm_valid()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h209 u32 oui_type);
H A Dieee802_11_defs.h1495 u8 oui_type; /* 2 */ member
1533 u8 oui_type; /* 2 */ member
1547 u8 oui_type; /* 2 */ member
H A Dieee802_11_common.c1126 u32 oui_type) in ieee802_11_vendor_ie_concat() argument
1133 WPA_GET_BE32(elem->data) == oui_type) { in ieee802_11_vendor_ie_concat()
1151 if (elem->datalen >= 4 && WPA_GET_BE32(elem->data) == oui_type) in ieee802_11_vendor_ie_concat()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1561 cfg80211_find_vendor_ie(unsigned int oui, int oui_type,
1565 uint8_t pattern[4] = { oui << 16, oui << 8, oui, oui_type }; in regulatory_set_wiphy_regd_sync_rtnl()
1566 uint8_t plen = 4; /* >= 3? oui_type always part of this? */ in regulatory_set_wiphy_regd_sync_rtnl()
1567 IMPROVE("plen currently always incl. oui_type"); in regulatory_set_wiphy_regd_sync_rtnl()
1517 cfg80211_find_vendor_ie(unsigned int oui,int oui_type,uint8_t * data,size_t len) cfg80211_find_vendor_ie() argument
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwmm_ac.c289 tspec->oui_type = WMM_OUI_TYPE; in wmm_ac_build_addts_req()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c1597 u8 oui_type, size_t ie_offset) in ath10k_mac_remove_vendor_ie() argument
1607 ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type, in ath10k_mac_remove_vendor_ie()