Home
last modified time | relevance | path

Searched refs:self_prot (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmesh_plink.c16 #define PLINK_CNF_AID(mgmt) ((mgmt)->u.action.u.self_prot.variable + 2)
223 int hdr_len = offsetofend(struct ieee80211_mgmt, u.action.u.self_prot); in mesh_plink_frame_tx()
257 mgmt->u.action.u.self_prot.action_code = action; in mesh_plink_frame_tx()
1124 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame()
1221 baseaddr = mgmt->u.action.u.self_prot.variable; in mesh_rx_plink_frame()
1222 baselen = (u8 *) mgmt->u.action.u.self_prot.variable - (u8 *) mgmt; in mesh_rx_plink_frame()
1223 if (mgmt->u.action.u.self_prot.action_code == in mesh_rx_plink_frame()
H A Dmesh.c1468 switch (mgmt->u.action.u.self_prot.action_code) { in ieee80211_mesh_rx_mgmt_action()
H A Drx.c3461 sizeof(mgmt->u.action.u.self_prot.action_code))) in ieee80211_rx_h_action()
3464 switch (mgmt->u.action.u.self_prot.action_code) { in ieee80211_rx_h_action()
/OK3568_Linux_fs/kernel/include/linux/
H A Dieee80211.h1206 } __packed self_prot; member