Searched refs:vendor_ie (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ie.c | 219 const u8 *vendor_ie; in mwifiex_update_vs_ie() local 221 vendor_ie = cfg80211_find_vendor_ie(oui, oui_type, ies, ies_len); in mwifiex_update_vs_ie() 222 if (vendor_ie) { in mwifiex_update_vs_ie() 230 vs_ie = (struct ieee_types_header *)vendor_ie; in mwifiex_update_vs_ie()
|
| H A D | uap_cmd.c | 373 const u8 *vendor_ie; in mwifiex_set_wmm_params() local 377 vendor_ie = cfg80211_find_vendor_ie(WLAN_OUI_MICROSOFT, in mwifiex_set_wmm_params() 381 if (vendor_ie) { in mwifiex_set_wmm_params() 382 wmm_ie = vendor_ie; in mwifiex_set_wmm_params()
|
| H A D | scan.c | 1217 struct ieee_types_vendor_specific *vendor_ie; in mwifiex_update_bss_desc_with_ie() local 1354 vendor_ie = (struct ieee_types_vendor_specific *) in mwifiex_update_bss_desc_with_ie() 1358 if (element_len < sizeof(vendor_ie->vend_hdr.oui.oui)) in mwifiex_update_bss_desc_with_ie() 1365 if (!memcmp(&vendor_ie->vend_hdr.oui, wpa_oui, in mwifiex_update_bss_desc_with_ie() 1372 } else if (!memcmp(&vendor_ie->vend_hdr.oui, wmm_oui, in mwifiex_update_bss_desc_with_ie()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | ie.c | 207 const u8 *vendor_ie; in nxpwifi_update_vs_ie() local 209 vendor_ie = cfg80211_find_vendor_ie(oui, oui_type, ies, ies_len); in nxpwifi_update_vs_ie() 210 if (vendor_ie) { in nxpwifi_update_vs_ie() 218 vs_ie = (struct element *)vendor_ie; in nxpwifi_update_vs_ie()
|
| H A D | uap_cmd.c | 1122 const u8 *vendor_ie; in nxpwifi_set_wmm_params() local 1126 vendor_ie = cfg80211_find_vendor_ie(WLAN_OUI_MICROSOFT, in nxpwifi_set_wmm_params() 1130 if (!vendor_ie) in nxpwifi_set_wmm_params() 1133 ie_len = vendor_ie[1]; in nxpwifi_set_wmm_params() 1138 wmm = (const struct ieee80211_wmm_param_ie *)vendor_ie; in nxpwifi_set_wmm_params()
|
| H A D | scan.c | 1038 struct ieee_types_vendor_specific *vendor_ie; in nxpwifi_update_bss_desc_with_ie() local 1165 vendor_ie = (struct ieee_types_vendor_specific *) in nxpwifi_update_bss_desc_with_ie() 1169 if (element_len < sizeof(vendor_ie->vend_hdr.oui)) in nxpwifi_update_bss_desc_with_ie() 1176 if (!memcmp(&vendor_ie->vend_hdr.oui, wpa_oui, in nxpwifi_update_bss_desc_with_ie() 1184 } else if (!memcmp(&vendor_ie->vend_hdr.oui, wmm_oui, in nxpwifi_update_bss_desc_with_ie()
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | cfg80211.c | 1026 const u8 *vendor_ie; in wilc_wfi_p2p_rx() local 1073 vendor_ie = cfg80211_find_vendor_ie(WLAN_OUI_WFA, WLAN_OUI_TYPE_WFA_P2P, in wilc_wfi_p2p_rx() 1075 if (!vendor_ie) in wilc_wfi_p2p_rx() 1078 p = (struct wilc_vendor_specific_ie *)vendor_ie; in wilc_wfi_p2p_rx() 1171 const u8 *vendor_ie; in mgmt_tx() local 1227 vendor_ie = cfg80211_find_vendor_ie(WLAN_OUI_WFA, WLAN_OUI_TYPE_WFA_P2P, in mgmt_tx() 1230 if (!vendor_ie) in mgmt_tx() 1233 p = (struct wilc_vendor_specific_ie *)vendor_ie; in mgmt_tx()
|