Home
last modified time | relevance | path

Searched refs:plink_state (Results 1 – 13 of 13) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dmesh_plink.c78 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in mesh_plink_fsm_restart()
124 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_short_slot_time()
174 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_ht_prot_mode()
366 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in __mesh_plink_deactivate()
368 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in __mesh_plink_deactivate()
429 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in mesh_sta_info_init()
513 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in __mesh_sta_info_alloc()
618 sta->mesh->plink_state == NL80211_PLINK_LISTEN && in mesh_neighbour_update()
659 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
665 if (sta->mesh->plink_state == NL80211_PLINK_LISTEN || in mesh_plink_timer()
[all …]
Dmesh_ps.c92 switch (sta->mesh->plink_state) { in ieee80211_mps_local_status_update()
165 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_sta_local_pm()
197 sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_frame_flags()
241 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in ieee80211_mps_sta_status_update()
250 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in ieee80211_mps_sta_status_update()
577 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
598 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
Dsta_info.h397 enum nl80211_plink_state plink_state; member
633 return sta->mesh->plink_state; in sta_plink_state()
Dcfg.c1471 switch (params->plink_state) { in sta_apply_mesh_params()
1473 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1475 sta->mesh->plink_state = params->plink_state; in sta_apply_mesh_params()
1493 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1495 sta->mesh->plink_state = params->plink_state; in sta_apply_mesh_params()
Dmesh_hwmp.c331 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in airtime_link_metric_get()
922 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_rx_path_sel_frame()
Dsta_info.c2362 sinfo->plink_state = sta->mesh->plink_state; in sta_set_sinfo()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/
Drtw_mesh.c867 if (plink->valid != _TRUE || plink->plink_state == RTW_MESH_PLINK_ESTAB) in rtw_mesh_peer_status_chk()
1233 if (plink && plink->plink_state == RTW_MESH_PLINK_ESTAB) in dump_mesh_networks()
1235 else if (plink && plink->plink_state == RTW_MESH_PLINK_BLOCKED) in dump_mesh_networks()
2166 && plink_ctl->ent[i].plink_state != RTW_MESH_PLINK_ESTAB in rtw_mesh_plink_get_no_estab_by_idx()
2215 ent->plink_state = RTW_MESH_PLINK_LISTEN; in _rtw_mesh_plink_add()
2252 ent->plink_state = state; in rtw_mesh_plink_set_state()
2418 RTW_PRINT_SEL(sel, "plink_state:%s\n", rtw_mesh_plink_str(ent->plink_state)); in dump_mesh_plink_ctl()
2612 int rtw_mesh_set_plink_state(_adapter *adapter, const u8 *mac, u8 plink_state) in rtw_mesh_set_plink_state() argument
2632 plink->plink_state = plink_state; in rtw_mesh_set_plink_state()
2635 if (plink_state == RTW_MESH_PLINK_OPN_SNT) { in rtw_mesh_set_plink_state()
[all …]
Drtw_mesh.h195 u8 plink_state; member
487 u8 rtw_mesh_set_plink_state_cmd(_adapter *adapter, const u8 *mac, u8 plink_state);
Drtw_mesh_hwmp.c1079 if (!plink || plink->plink_state != RTW_MESH_PLINK_ESTAB) in rtw_mesh_rx_path_sel_frame()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c2515 enum nl80211_plink_state rtw_plink_state_to_nl80211_plink_state(u8 plink_state) in rtw_plink_state_to_nl80211_plink_state() argument
2517 if (plink_state == RTW_MESH_PLINK_UNKNOWN) in rtw_plink_state_to_nl80211_plink_state()
2519 if (plink_state == RTW_MESH_PLINK_LISTEN) in rtw_plink_state_to_nl80211_plink_state()
2521 if (plink_state == RTW_MESH_PLINK_OPN_SNT) in rtw_plink_state_to_nl80211_plink_state()
2523 if (plink_state == RTW_MESH_PLINK_OPN_RCVD) in rtw_plink_state_to_nl80211_plink_state()
2525 if (plink_state == RTW_MESH_PLINK_CNF_RCVD) in rtw_plink_state_to_nl80211_plink_state()
2527 if (plink_state == RTW_MESH_PLINK_ESTAB) in rtw_plink_state_to_nl80211_plink_state()
2529 if (plink_state == RTW_MESH_PLINK_HOLDING) in rtw_plink_state_to_nl80211_plink_state()
2531 if (plink_state == RTW_MESH_PLINK_BLOCKED) in rtw_plink_state_to_nl80211_plink_state()
2538 u8 nl80211_plink_state_to_rtw_plink_state(enum nl80211_plink_state plink_state) in nl80211_plink_state_to_rtw_plink_state() argument
[all …]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dhi_wifi_driver_wpa_if.h361 hi_u8 plink_state; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
Dhi_wifi_driver_wpa_if.h352 hi_u8 plink_state; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h1284 hi_u8 plink_state; member