Lines Matching refs:u
24 (sdata->u.mesh.mshcfg.rssi_threshold == 0 ||\
26 sdata->u.mesh.mshcfg.rssi_threshold))
193 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode()
258 int hdr_len = offsetof(struct ieee80211_mgmt, u.action.u.self_prot) + in mesh_plink_frame_tx()
259 sizeof(mgmt->u.action.u.self_prot); in mesh_plink_frame_tx()
268 2 + sdata->u.mesh.mesh_id_len + in mesh_plink_frame_tx()
273 sdata->u.mesh.ie_len); in mesh_plink_frame_tx()
285 mgmt->u.action.category = WLAN_CATEGORY_SELF_PROTECTED; in mesh_plink_frame_tx()
286 mgmt->u.action.u.self_prot.action_code = action; in mesh_plink_frame_tx()
440 if (sdata->u.mesh.user_mpm || in mesh_sta_info_alloc()
441 sdata->u.mesh.security & IEEE80211_MESH_SEC_AUTHED) in mesh_sta_info_alloc()
512 sdata->u.mesh.accepting_plinks && in mesh_neighbour_update()
513 sdata->u.mesh.mshcfg.auto_open_plinks && in mesh_neighbour_update()
553 mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_timer()
626 mesh_plink_timer_set(sta, sdata->u.mesh.mshcfg.dot11MeshRetryTimeout); in mesh_plink_open()
657 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_rx_plink_frame()
673 if (sdata->u.mesh.user_mpm) in mesh_rx_plink_frame()
683 baseaddr = mgmt->u.action.u.self_prot.variable; in mesh_rx_plink_frame()
684 baselen = (u8 *) mgmt->u.action.u.self_prot.variable - (u8 *) mgmt; in mesh_rx_plink_frame()
685 if (mgmt->u.action.u.self_prot.action_code == in mesh_rx_plink_frame()
699 sdata->u.mesh.security == IEEE80211_MESH_SEC_NONE) { in mesh_rx_plink_frame()
705 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_rx_plink_frame()