Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Die.c215 unsigned int oui, u8 oui_type) in mwifiex_update_vs_ie() argument
221 vendor_ie = cfg80211_find_vendor_ie(oui, oui_type, ies, ies_len); in mwifiex_update_vs_ie()
H A Dtdls.c397 wmm->oui_type = 2; /* WME */ in mwifiex_tdls_add_wmm_param_ie()
H A Dfw.h1762 u8 oui_type; member
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dps.c309 p2p_head->oui_type = WLAN_OUI_TYPE_WFA_P2P; in rtw89_p2p_noa_renew()
H A Dcore.h2901 u8 oui_type; member
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c66 u8 oui_type; member
76 u8 oui_type; member
1223 if (d->oui_type != WLAN_OUI_TYPE_WFA_P2P || in mgmt_tx()
/openbmc/linux/include/linux/
H A Dieee80211.h1467 u8 oui_type; member
1481 u8 oui_type; /* 2 */ member
4155 u8 oui_type; member
/openbmc/linux/net/wireless/
H A Dscan.c1370 const struct element *cfg80211_find_vendor_elem(unsigned int oui, int oui_type, in cfg80211_find_vendor_elem() argument
1375 u8 match[] = { oui >> 16, oui >> 8, oui, oui_type }; in cfg80211_find_vendor_elem()
1376 int match_len = (oui_type < 0) ? 3 : sizeof(match); in cfg80211_find_vendor_elem()
1378 if (WARN_ON(oui_type > 0xff)) in cfg80211_find_vendor_elem()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c158 u8 oui_type; member
233 pact_frm->oui_type == P2P_VER && in brcmf_p2p_is_pub_action()
H A Dcfg80211.c257 u8 oui_type; member
4789 ((vndrie->oui_type == WPA_OUI_TYPE) || in brcmf_parse_vndr_ies()
4790 (vndrie->oui_type == WME_OUI_TYPE))) { in brcmf_parse_vndr_ies()
4806 parsed_info->vndrie.oui_type); in brcmf_parse_vndr_ies()
/openbmc/linux/include/net/
H A Dcfg80211.h6681 const struct element *cfg80211_find_vendor_elem(unsigned int oui, int oui_type,
6702 cfg80211_find_vendor_ie(unsigned int oui, int oui_type, in cfg80211_find_vendor_ie() argument
6705 return (const void *)cfg80211_find_vendor_elem(oui, oui_type, ies, len); in cfg80211_find_vendor_ie()
/openbmc/linux/net/mac80211/
H A Dtdls.c289 wmm->oui_type = 2; /* WME */ in ieee80211_tdls_add_wmm_param_ie()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c3889 unsigned int oui, u8 oui_type, in wl12xx_remove_vendor_ie() argument
3894 u8 *ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type, in wl12xx_remove_vendor_ie()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1788 return cfg80211_find_vendor_ie(oui, vie->oui_type, ies, in _wil_cfg80211_find_ie()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c1596 u8 oui_type, size_t ie_offset) in ath10k_mac_remove_vendor_ie() argument
1606 ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type, in ath10k_mac_remove_vendor_ie()