self_prot        1011 include/linux/ieee80211.h 				} __packed self_prot;
self_prot        1409 net/mac80211/mesh.c 		switch (mgmt->u.action.u.self_prot.action_code) {
self_prot          16 net/mac80211/mesh_plink.c #define PLINK_CNF_AID(mgmt) ((mgmt)->u.action.u.self_prot.variable + 2)
self_prot         222 net/mac80211/mesh_plink.c 	int hdr_len = offsetofend(struct ieee80211_mgmt, u.action.u.self_prot);
self_prot         254 net/mac80211/mesh_plink.c 	mgmt->u.action.u.self_prot.action_code = action;
self_prot        1118 net/mac80211/mesh_plink.c 	ftype = mgmt->u.action.u.self_prot.action_code;
self_prot        1215 net/mac80211/mesh_plink.c 	baseaddr = mgmt->u.action.u.self_prot.variable;
self_prot        1216 net/mac80211/mesh_plink.c 	baselen = (u8 *) mgmt->u.action.u.self_prot.variable - (u8 *) mgmt;
self_prot        1217 net/mac80211/mesh_plink.c 	if (mgmt->u.action.u.self_prot.action_code ==
self_prot        3298 net/mac80211/rx.c 			   sizeof(mgmt->u.action.u.self_prot.action_code)))
self_prot        3301 net/mac80211/rx.c 		switch (mgmt->u.action.u.self_prot.action_code) {