Searched refs:oui_type (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ie.c | 215 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 D | fw.h | 1807 u8 oui_type; member
|
| /linux/net/wireless/ |
| H A D | scan.c | 1418 const struct element *cfg80211_find_vendor_elem(unsigned int oui, int oui_type, in cfg80211_find_vendor_elem() argument 1423 u8 match[] = { oui >> 16, oui >> 8, oui, oui_type }; in cfg80211_find_vendor_elem() 1424 int match_len = (oui_type < 0) ? 3 : sizeof(match); in cfg80211_find_vendor_elem() 1426 if (WARN_ON(oui_type > 0xff)) in cfg80211_find_vendor_elem()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | p2p.c | 158 u8 oui_type; member 233 pact_frm->oui_type == P2P_VER && in brcmf_p2p_is_pub_action()
|
| /linux/net/mac80211/ |
| H A D | tdls.c | 289 wmm->oui_type = 2; /* WME */ in ieee80211_tdls_add_wmm_param_ie()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | main.c | 3962 unsigned int oui, u8 oui_type, in wl12xx_remove_vendor_ie() argument 3967 u8 *ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type, in wl12xx_remove_vendor_ie()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 1619 u8 oui_type, size_t ie_offset) in ath10k_mac_remove_vendor_ie() argument 1629 ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type, in ath10k_mac_remove_vendor_ie()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 1603 u8 oui_type, size_t ie_offset) in ath12k_mac_remove_vendor_ie() argument 1612 ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type, in ath12k_mac_remove_vendor_ie()
|