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()
205 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode()
223 int hdr_len = offsetofend(struct ieee80211_mgmt, u.action.u.self_prot); in mesh_plink_frame_tx()
234 2 + sdata->u.mesh.mesh_id_len + in mesh_plink_frame_tx()
245 sdata->u.mesh.ie_len); in mesh_plink_frame_tx()
256 mgmt->u.action.category = WLAN_CATEGORY_SELF_PROTECTED; in mesh_plink_frame_tx()
257 mgmt->u.action.u.self_prot.action_code = action; in mesh_plink_frame_tx()
394 if (!sdata->u.mesh.user_mpm) { in mesh_plink_deactivate()
401 if (!sdata->u.mesh.user_mpm) in mesh_plink_deactivate()
536 if (sdata->u.mesh.user_mpm || in mesh_sta_info_alloc()
537 sdata->u.mesh.security & IEEE80211_MESH_SEC_AUTHED) { in mesh_sta_info_alloc()
623 sdata->u.mesh.accepting_plinks && in mesh_neighbour_update()
624 sdata->u.mesh.mshcfg.auto_open_plinks && in mesh_neighbour_update()
682 mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_timer()
781 mesh_plink_timer_set(sta, sdata->u.mesh.mshcfg.dot11MeshRetryTimeout); in mesh_plink_open()
812 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_close()
824 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_establish()
850 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_fsm()
1118 sdata->u.mesh.security == IEEE80211_MESH_SEC_NONE) { in mesh_process_plink_frame()
1124 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame()
1211 if (sdata->u.mesh.user_mpm) in mesh_rx_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()