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 | 1425 const struct element *cfg80211_find_vendor_elem(unsigned int oui, int oui_type, in cfg80211_find_vendor_elem() argument 1430 u8 match[] = { oui >> 16, oui >> 8, oui, oui_type }; in cfg80211_find_vendor_elem() 1431 int match_len = (oui_type < 0) ? 3 : sizeof(match); in cfg80211_find_vendor_elem() 1433 if (WARN_ON(oui_type > 0xff)) in cfg80211_find_vendor_elem()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | p2p.c | 149 * @oui_type: OUI type - P2P_VER 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 | 3973 unsigned int oui, u8 oui_type, in wl12xx_remove_vendor_ie() 3978 u8 *ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type, in wl1271_ap_set_probe_resp_tmpl() 3962 wl12xx_remove_vendor_ie(struct sk_buff * skb,unsigned int oui,u8 oui_type,int ieoffset) wl12xx_remove_vendor_ie() argument
|
| /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 | 1607 u8 oui_type, size_t ie_offset) in ath12k_mac_remove_vendor_ie() 1616 ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type, in ath12k_mac_remove_vendor_ie() 1603 ath12k_mac_remove_vendor_ie(struct sk_buff * skb,unsigned int oui,u8 oui_type,size_t ie_offset) ath12k_mac_remove_vendor_ie() argument
|