Lines Matching refs:u
65 s32 rssi_threshold = sdata->u.mesh.mshcfg.rssi_threshold; in rssi_threshold_check()
203 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode()
269 int hdr_len = offsetof(struct ieee80211_mgmt, u.action.u.self_prot) + in mesh_plink_frame_tx()
270 sizeof(mgmt->u.action.u.self_prot); in mesh_plink_frame_tx()
279 2 + sdata->u.mesh.mesh_id_len + in mesh_plink_frame_tx()
284 sdata->u.mesh.ie_len); in mesh_plink_frame_tx()
296 mgmt->u.action.category = WLAN_CATEGORY_SELF_PROTECTED; in mesh_plink_frame_tx()
297 mgmt->u.action.u.self_prot.action_code = action; in mesh_plink_frame_tx()
454 if (sdata->u.mesh.user_mpm || in mesh_sta_info_alloc()
455 sdata->u.mesh.security & IEEE80211_MESH_SEC_AUTHED) in mesh_sta_info_alloc()
526 sdata->u.mesh.accepting_plinks && in mesh_neighbour_update()
527 sdata->u.mesh.mshcfg.auto_open_plinks && in mesh_neighbour_update()
584 mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_timer()
685 mesh_plink_timer_set(sta, sdata->u.mesh.mshcfg.dot11MeshRetryTimeout); in mesh_plink_open()
715 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_close()
728 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_establish()
754 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_fsm()
1018 sdata->u.mesh.security == IEEE80211_MESH_SEC_NONE) { in mesh_process_plink_frame()
1024 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame()
1107 if (sdata->u.mesh.user_mpm) in mesh_rx_plink_frame()
1117 baseaddr = mgmt->u.action.u.self_prot.variable; in mesh_rx_plink_frame()
1118 baselen = (u8 *) mgmt->u.action.u.self_prot.variable - (u8 *) mgmt; in mesh_rx_plink_frame()
1119 if (mgmt->u.action.u.self_prot.action_code == in mesh_rx_plink_frame()