Searched defs:ie (Results 1 - 25 of 106) sorted by last modified time

12345

/linux-master/net/wireless/
H A Dnl80211.c11232 const u8 *ie = NULL, *bssid; local
11277 const u8 *ie = NULL, *bssid; local
18283 nl80211_send_disconnected(struct cfg80211_registered_device *rdev, struct net_device *netdev, u16 reason, const u8 *ie, size_t ie_len, bool from_ap) argument
18421 cfg80211_notify_new_peer_candidate(struct net_device *dev, const u8 *addr, const u8 *ie, u8 ie_len, int sig_dbm, gfp_t gfp) argument
[all...]
H A Dscan.c269 cfg80211_gen_new_ie(const u8 *ie, size_t ielen, argument
230 cfg80211_copy_elem_with_frags(const struct element *elem, const u8 *ie, size_t ie_len, u8 **pos, u8 *buf, size_t buf_len) argument
1650 const u8 *ie; local
1993 cfg80211_get_ies_channel_number(const u8 *ie, size_t ielen, enum nl80211_band band) argument
2049 cfg80211_get_bss_channel(struct wiphy *wiphy, const u8 *ie, size_t ielen, struct ieee80211_channel *channel) argument
2107 const u8 *ie; member in struct:cfg80211_inform_single_bss_data
2124 cfg80211_6ghz_power_type_valid(const u8 *ie, size_t ielen, const u32 flags) argument
2296 cfg80211_get_profile_continuation(const u8 *ie, size_t ielen, const struct element *mbssid_elem, const struct element *sub_elem) argument
2338 cfg80211_merge_profile(const u8 *ie, size_t ielen, const struct element *mbssid_elem, const struct element *sub_elem, u8 *merged_ie, size_t max_copy_len) argument
2569 cfg80211_defrag_mle(const struct element *mle, const u8 *ie, size_t ielen, gfp_t gfp) argument
2703 cfg80211_rnr_info_for_mld_ap(const u8 *ie, size_t ielen, u8 mld_id, u8 link_id, const struct ieee80211_neighbor_ap_info **ap_info, u8 *param_ch_count) argument
3043 cfg80211_inform_bss_data(struct wiphy *wiphy, struct cfg80211_inform_bss *data, enum cfg80211_bss_frame_type ftype, const u8 *bssid, u64 tsf, u16 capability, u16 beacon_interval, const u8 *ie, size_t ielen, gfp_t gfp) argument
3096 const u8 *ie; local
3530 const u8 *ie; local
[all...]
H A Dsme.c49 const u8 *ie; member in struct:cfg80211_conn
1339 void __cfg80211_disconnected(struct net_device *dev, const u8 *ie, argument
1402 cfg80211_disconnected(struct net_device *dev, u16 reason, const u8 *ie, size_t ie_len, bool locally_generated, gfp_t gfp) argument
[all...]
H A Dcore.h263 const u8 *ie; member in struct:cfg80211_event::__anon3075::__anon3076
H A Dmlme.c492 cfg80211_mlme_deauth(struct cfg80211_registered_device *rdev, struct net_device *dev, const u8 *bssid, const u8 *ie, int ie_len, u16 reason, bool local_state_change) argument
521 cfg80211_mlme_disassoc(struct cfg80211_registered_device *rdev, struct net_device *dev, const u8 *ap_addr, const u8 *ie, int ie_len, u16 reason, bool local_state_change) argument
/linux-master/net/mac80211/
H A Drx.c3361 const struct element *ie; local
H A Dscan.c1307 u8 *ie; local
627 ieee80211_send_scan_probe_req(struct ieee80211_sub_if_data *sdata, const u8 *src, const u8 *dst, const u8 *ssid, size_t ssid_len, const u8 *ie, size_t ie_len, u32 ratemask, u32 flags, u32 tx_flags, struct ieee80211_channel *channel) argument
[all...]
H A Dmesh.c62 mesh_matches_local(struct ieee80211_sub_if_data *sdata, struct ieee802_11_elems *ie) argument
128 mesh_peer_accepts_plinks(struct ieee802_11_elems *ie) argument
714 ieee80211_mesh_update_bss_params(struct ieee80211_sub_if_data *sdata, u8 *ie, u8 ie_len) argument
[all...]
H A Dieee80211_i.h467 u8 ie[]; member in struct:ieee80211_mgd_assoc_data
622 u8 *ie; member in struct:ieee80211_if_ibss
763 const u8 *ie; member in struct:ieee80211_if_mesh
H A Dutil.c1191 ieee80211_put_preq_ies_band(struct sk_buff *skb, struct ieee80211_sub_if_data *sdata, const u8 *ie, size_t ie_len, size_t *offset, enum nl80211_band band, u32 rate_mask, struct cfg80211_chan_def *chandef, u32 flags) argument
1380 ieee80211_put_preq_ies(struct sk_buff *skb, struct ieee80211_sub_if_data *sdata, struct ieee80211_scan_ies *ie_desc, const u8 *ie, size_t ie_len, u8 bands_used, u32 *rate_masks, struct cfg80211_chan_def *chandef, u32 flags) argument
1423 ieee80211_build_preq_ies(struct ieee80211_sub_if_data *sdata, u8 *buffer, size_t buffer_len, struct ieee80211_scan_ies *ie_desc, const u8 *ie, size_t ie_len, u8 bands_used, u32 *rate_masks, struct cfg80211_chan_def *chandef, u32 flags) argument
1469 ieee80211_build_probe_req(struct ieee80211_sub_if_data *sdata, const u8 *src, const u8 *dst, u32 ratemask, struct ieee80211_channel *chan, const u8 *ssid, size_t ssid_len, const u8 *ie, size_t ie_len, u32 flags) argument
[all...]
/linux-master/net/bluetooth/
H A Dhci_sync.c6717 struct inquiry_entry *ie; local
H A Dhci_event.c3291 struct inquiry_entry *ie; local
4839 struct inquiry_entry *ie; local
4872 struct inquiry_entry *ie; local
4992 struct inquiry_entry *ie; local
5619 struct inquiry_entry *ie; local
[all...]
H A Dhci_core.c266 struct inquiry_entry *ie; local
243 hci_inquiry_cache_update_resolve(struct hci_dev *hdev, struct inquiry_entry *ie) argument
[all...]
/linux-master/arch/riscv/kvm/
H A Daia_aplic.c278 bool inject = false, ie; local
/linux-master/include/net/
H A Dcfg80211.h2519 const u8 *ie; member in struct:mesh_setup
2672 const u8 *ie; member in struct:cfg80211_scan_request
2806 const u8 *ie; member in struct:cfg80211_sched_scan_request
3034 const u8 *ie; member in struct:cfg80211_auth_request
3136 const u8 *ie, *prev_bssid; member in struct:cfg80211_assoc_request
3168 const u8 *ie; member in struct:cfg80211_deauth_request
3189 const u8 *ie; member in struct:cfg80211_disassoc_request
3235 const u8 *ie; member in struct:cfg80211_ibss_params
3338 const u8 *ie; member in struct:cfg80211_connect_params
3656 const u8 *ie; member in struct:cfg80211_update_ft_ies_params
4151 const u8 *ie; member in struct:cfg80211_update_owe_info
6199 const u8 *ie; member in struct:wireless_dev::__anon96
7278 cfg80211_inform_bss(struct wiphy *wiphy, struct ieee80211_channel *rx_channel, enum cfg80211_bss_frame_type ftype, const u8 *bssid, u64 tsf, u16 capability, u16 beacon_interval, const u8 *ie, size_t ielen, s32 signal, gfp_t gfp) argument
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci-omap.c132 u32 ie; member in struct:sdhci_omap_host
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c299 u8 *rtw_get_capability_from_ie(u8 *ie) argument
313 u8 *rtw_get_beacon_interval_from_ie(u8 *ie) argument
2049 static int rtw_append_pmkid(struct adapter *Adapter, int iEntry, u8 *ie, uint ie_len) argument
[all...]
H A Drtw_ieee80211.c174 u8 *rtw_get_ie_ex(u8 *in_ie, uint in_len, u8 eid, u8 *oui, u8 oui_len, u8 *ie, uint *ielen) argument
289 u8 *ie = pdev_network->ies; local
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_wx.c714 int rtllib_wx_set_gen_ie(struct rtllib_device *ieee, u8 *ie, size_t len) argument
/linux-master/arch/riscv/include/asm/
H A Dsuspend.h19 unsigned long ie; member in struct:suspend_context
/linux-master/fs/f2fs/
H A Dgc.c941 struct inode_entry *ie; local
967 struct inode_entry *ie, *next_ie; local
[all...]
/linux-master/drivers/dma/idxd/
H A Didxd.h208 struct idxd_irq_entry ie; member in struct:idxd_wq
326 struct idxd_irq_entry ie; /* misc irq, msix 0 */ member in struct:idxd_device
499 static inline struct idxd_wq *ie_to_wq(struct idxd_irq_entry *ie) argument
504 static inline struct idxd_device *ie_to_idxd(struct idxd_irq_entry *ie) argument
[all...]
/linux-master/tools/perf/util/
H A Dsession.c2841 struct perf_record_id_index *ie = &event->id_index; local
/linux-master/sound/arm/
H A Daaci.c562 u32 ie; local
574 u32 ie; local
637 u32 ie; local
652 u32 ie; local
[all...]
/linux-master/fs/udf/
H A Dinode.c1380 struct indirectEntry *ie; local

Completed in 409 milliseconds

12345