Lines Matching refs:u

16 #define PLINK_CNF_AID(mgmt) ((mgmt)->u.action.u.self_prot.variable + 2)
61 s32 rssi_threshold = sdata->u.mesh.mshcfg.rssi_threshold; in rssi_threshold_check()
200 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode()
217 int hdr_len = offsetof(struct ieee80211_mgmt, u.action.u.self_prot) + in mesh_plink_frame_tx()
218 sizeof(mgmt->u.action.u.self_prot); in mesh_plink_frame_tx()
227 2 + sdata->u.mesh.mesh_id_len + in mesh_plink_frame_tx()
234 sdata->u.mesh.ie_len); in mesh_plink_frame_tx()
246 mgmt->u.action.category = WLAN_CATEGORY_SELF_PROTECTED; in mesh_plink_frame_tx()
247 mgmt->u.action.u.self_prot.action_code = action; in mesh_plink_frame_tx()
497 if (sdata->u.mesh.user_mpm || in mesh_sta_info_alloc()
498 sdata->u.mesh.security & IEEE80211_MESH_SEC_AUTHED) in mesh_sta_info_alloc()
569 sdata->u.mesh.accepting_plinks && in mesh_neighbour_update()
570 sdata->u.mesh.mshcfg.auto_open_plinks && in mesh_neighbour_update()
627 mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_timer()
729 mesh_plink_timer_set(sta, sdata->u.mesh.mshcfg.dot11MeshRetryTimeout); in mesh_plink_open()
759 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_close()
771 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_establish()
797 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_fsm()
1062 sdata->u.mesh.security == IEEE80211_MESH_SEC_NONE) { in mesh_process_plink_frame()
1068 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame()
1155 if (sdata->u.mesh.user_mpm) in mesh_rx_plink_frame()
1165 baseaddr = mgmt->u.action.u.self_prot.variable; in mesh_rx_plink_frame()
1166 baselen = (u8 *) mgmt->u.action.u.self_prot.variable - (u8 *) mgmt; in mesh_rx_plink_frame()
1167 if (mgmt->u.action.u.self_prot.action_code == in mesh_rx_plink_frame()