Searched refs:mwifiex_ie (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | ie.c | 32 struct mwifiex_ie *ie; in mwifiex_ie_index_used_by_other_intf() 48 struct mwifiex_ie *ie, u16 *index) in mwifiex_ie_get_autoidx() 86 struct mwifiex_ie *ie; in mwifiex_update_autoindex_ies() 95 ie = (struct mwifiex_ie *)(((u8 *)ie_list) + travel_len); in mwifiex_update_autoindex_ies() 131 sizeof(struct mwifiex_ie)); in mwifiex_update_autoindex_ies() 155 struct mwifiex_ie *beacon_ie, u16 *beacon_idx, in mwifiex_update_uap_custom_ie() 156 struct mwifiex_ie *pr_ie, u16 *probe_idx, in mwifiex_update_uap_custom_ie() 157 struct mwifiex_ie *ar_ie, u16 *assoc_idx) in mwifiex_update_uap_custom_ie() 172 len = sizeof(struct mwifiex_ie) - IEEE_MAX_IE_SIZE + in mwifiex_update_uap_custom_ie() 179 len = sizeof(struct mwifiex_ie) in mwifiex_update_uap_custom_ie() [all...] |
H A D | ioctl.h | 371 #define MWIFIEX_IE_HDR_SIZE (sizeof(struct mwifiex_ie) - IEEE_MAX_IE_SIZE)
|
H A D | fw.h | 2231 struct mwifiex_ie { struct 2242 struct mwifiex_ie ie_list[MAX_MGMT_IE_INDEX];
|
H A D | main.h | 663 struct mwifiex_ie mgmt_ie[MAX_MGMT_IE_INDEX];
|
H A D | main.c | 1332 sizeof(struct mwifiex_ie) * MAX_MGMT_IE_INDEX); in mwifiex_init_priv_params()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | ie.c | 20 struct mwifiex_ie *ie; in mwifiex_ie_index_used_by_other_intf() 36 struct mwifiex_ie *ie, u16 *index) in mwifiex_ie_get_autoidx() 74 struct mwifiex_ie *ie; in mwifiex_update_autoindex_ies() 83 ie = (struct mwifiex_ie *)(((u8 *)ie_list) + travel_len); in mwifiex_update_autoindex_ies() 119 sizeof(struct mwifiex_ie)); in mwifiex_update_autoindex_ies() 143 struct mwifiex_ie *beacon_ie, u16 *beacon_idx, in mwifiex_update_uap_custom_ie() 144 struct mwifiex_ie *pr_ie, u16 *probe_idx, in mwifiex_update_uap_custom_ie() 145 struct mwifiex_ie *ar_ie, u16 *assoc_idx) in mwifiex_update_uap_custom_ie() 160 len = sizeof(struct mwifiex_ie) - IEEE_MAX_IE_SIZE + in mwifiex_update_uap_custom_ie() 167 len = sizeof(struct mwifiex_ie) in mwifiex_update_uap_custom_ie() [all...] |
H A D | ioctl.h | 359 #define MWIFIEX_IE_HDR_SIZE (sizeof(struct mwifiex_ie) - IEEE_MAX_IE_SIZE)
|
H A D | fw.h | 2227 struct mwifiex_ie { struct 2238 struct mwifiex_ie ie_list[MAX_MGMT_IE_INDEX];
|
H A D | main.h | 645 struct mwifiex_ie mgmt_ie[MAX_MGMT_IE_INDEX];
|
H A D | main.c | 1354 sizeof(struct mwifiex_ie) * MAX_MGMT_IE_INDEX); in mwifiex_init_priv_params()
|
Completed in 27 milliseconds