Home
last modified time | relevance | path

Searched refs:wlan_get_station_entry (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11n.h142 sta_ptr = wlan_get_station_entry(priv, mac); in is_station_11n_enabled()
158 sta_ptr = wlan_get_station_entry(priv, mac); in get_station_max_amsdu_size()
176 sta_ptr = wlan_get_station_entry(priv, ptr->ra); in is_station_ampdu_allowed()
201 sta_ptr = wlan_get_station_entry(priv, ra); in disable_station_ampdu()
218 sta_ptr = wlan_get_station_entry(priv, ra); in reset_station_ampdu()
262 sta_ptr = wlan_get_station_entry(priv, ptr->ra); in wlan_update_station_del_ba_count()
300 sta_ptr = wlan_get_station_entry(priv, ptr->ra); in wlan_is_amsdu_allowed()
H A Dmlan_uap_txrx.c130 sta_ptr = wlan_get_station_entry(pmpriv, mac); in wlan_check_unicast_packet()
438 sta_ptr = wlan_get_station_entry(priv, prx_pkt->eth803_hdr.src_addr); in wlan_ops_uap_process_rx_packet()
471 sta_ptr = wlan_get_station_entry(priv, ta); in wlan_ops_uap_process_rx_packet()
579 (wlan_get_station_entry(priv, in wlan_uap_recv_packet()
737 (wlan_get_station_entry(priv, in wlan_process_uap_rx_packet()
H A Dmlan_11n_rxreorder.c503 sta_ptr = wlan_get_station_entry(priv, ta); in wlan_11n_create_rxreorder_tbl()
510 sta_ptr = wlan_get_station_entry(priv, ta); in wlan_11n_create_rxreorder_tbl()
H A Dmlan_sta_event.c101 sta_ptr = wlan_get_station_entry(priv, tdls_event->peer_mac_addr); in wlan_parse_tdls_event()
574 sta_ptr = wlan_get_station_entry( in wlan_process_sta_tx_pause_event()
H A Dmlan_sta_cmdresp.c74 sta_ptr = wlan_get_station_entry(pmpriv, ptdls_oper_data->peer_mac); in wlan_process_cmdreps_error_tdls_operation()
1815 sta_ptr = wlan_get_station_entry( in wlan_ret_tdls_config()
1841 sta_ptr = wlan_get_station_entry( in wlan_ret_tdls_config()
1982 sta_ptr = wlan_get_station_entry(pmpriv, ptdls_oper->peer_mac); in wlan_ret_tdls_oper()
H A Dmlan_sta_rx.c794 sta_ptr = wlan_get_station_entry(priv, ta); in wlan_ops_sta_process_rx_packet()
H A Dmlan_misc.c1804 sta_node *wlan_get_station_entry(mlan_private *priv, t_u8 *mac) in wlan_get_station_entry() function
1844 sta_ptr = wlan_get_station_entry(priv, mac); in wlan_add_station_entry()
1885 sta_ptr = wlan_get_station_entry(priv, mac); in wlan_delete_station_entry()
2021 sta_ptr = wlan_get_station_entry( in wlan_misc_ioctl_tdls_config()
2393 sta_ptr = wlan_get_station_entry(pmpriv, ptdls_oper->peer_mac); in wlan_misc_ioctl_tdls_oper()
2613 sta_ptr = wlan_get_station_entry(pmpriv, tdls_ies->peer_mac); in wlan_misc_ioctl_tdls_get_ies()
H A Dmlan_wmm.c517 if (MNULL == wlan_get_station_entry(priv, ra_addr)) { in wlan_wmm_get_queue_raptr()
1656 sta_ptr = wlan_get_station_entry(priv, mac); in is_station_wmm_enabled()
2150 sta_ptr = wlan_get_station_entry(priv, ra); in wlan_wmm_add_buf_txqueue()
H A Dmlan_main.h3687 sta_node *wlan_get_station_entry(mlan_private *priv, t_u8 *mac);
3715 sta_ptr = wlan_get_station_entry(priv, mac);
3785 sta_ptr = wlan_get_station_entry(priv, ra);
H A Dmlan_uap_cmdevent.c619 sta_ptr = wlan_get_station_entry( in wlan_process_tx_pause_event()
3759 sta_ptr = wlan_get_station_entry(pmpriv, in wlan_uap_ret_sta_list()
4290 sta_ptr = wlan_get_station_entry(pmpriv, in wlan_uap_cmd_add_station()
5510 sta_ptr = wlan_get_station_entry(pmpriv, sta_addr); in wlan_ops_uap_process_event()
H A Dmlan_sta_cmd.c1896 sta_ptr = wlan_get_station_entry(pmpriv, tdls_oper->peer_mac); in wlan_cmd_tdls_oper()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_11n.h148 sta_ptr = wlan_get_station_entry(priv, mac); in is_station_11n_enabled()
165 sta_ptr = wlan_get_station_entry(priv, mac); in get_station_max_amsdu_size()
183 sta_ptr = wlan_get_station_entry(priv, ptr->ra); in is_station_ampdu_allowed()
208 sta_ptr = wlan_get_station_entry(priv, ra); in disable_station_ampdu()
226 sta_ptr = wlan_get_station_entry(priv, ra); in reset_station_ampdu()
275 sta_ptr = wlan_get_station_entry(priv, ptr->ra); in wlan_is_amsdu_allowed()
H A Dmlan_uap_txrx.c123 sta_ptr = wlan_get_station_entry(pmpriv, mac); in wlan_check_unicast_packet()
412 sta_ptr = wlan_get_station_entry(priv, ta); in wlan_ops_uap_process_rx_packet()
521 (wlan_get_station_entry in wlan_uap_recv_packet()
683 (wlan_get_station_entry in wlan_process_uap_rx_packet()
H A Dmlan_11n_rxreorder.c493 sta_ptr = wlan_get_station_entry(priv, ta); in wlan_11n_create_rxreorder_tbl()
498 sta_ptr = wlan_get_station_entry(priv, ta); in wlan_11n_create_rxreorder_tbl()
505 sta_ptr = wlan_get_station_entry(priv, ta); in wlan_11n_create_rxreorder_tbl()
H A Dmlan_sta_cmdresp.c72 sta_ptr = wlan_get_station_entry(pmpriv, ptdls_oper_data->peer_mac); in wlan_process_cmdreps_error_tdls_operation()
1774 wlan_get_station_entry(pmpriv, in wlan_ret_tdls_config()
1806 wlan_get_station_entry(pmpriv, in wlan_ret_tdls_config()
1961 sta_ptr = wlan_get_station_entry(pmpriv, ptdls_oper->peer_mac); in wlan_ret_tdls_oper()
H A Dmlan_sta_event.c97 sta_ptr = wlan_get_station_entry(priv, tdls_event->peer_mac_addr); in wlan_parse_tdls_event()
631 wlan_get_station_entry(priv, in wlan_process_sta_tx_pause_event()
H A Dmlan_misc.c1680 wlan_get_station_entry(mlan_private *priv, t_u8 *mac) in wlan_get_station_entry() function
1729 sta_ptr = wlan_get_station_entry(priv, mac); in wlan_add_station_entry()
1778 sta_ptr = wlan_get_station_entry(priv, mac); in wlan_delete_station_entry()
1911 wlan_get_station_entry(pmpriv, in wlan_misc_ioctl_tdls_config()
2291 sta_ptr = wlan_get_station_entry(pmpriv, ptdls_oper->peer_mac); in wlan_misc_ioctl_tdls_oper()
2507 sta_ptr = wlan_get_station_entry(pmpriv, tdls_ies->peer_mac); in wlan_misc_ioctl_tdls_get_ies()
H A Dmlan_sta_rx.c590 sta_ptr = wlan_get_station_entry(priv, ta); in wlan_ops_sta_process_rx_packet()
H A Dmlan_main.h2863 sta_node *wlan_get_station_entry(mlan_private *priv, t_u8 *mac);
2890 sta_ptr = wlan_get_station_entry(priv, mac); in wlan_get_tdls_link_status()
2964 sta_ptr = wlan_get_station_entry(priv, ra); in wlan_is_tx_pause()
H A Dmlan_wmm.c564 if (MNULL == wlan_get_station_entry(priv, ra_addr)) { in wlan_wmm_get_queue_raptr()
2163 sta_ptr = wlan_get_station_entry(priv, ra); in wlan_wmm_add_buf_txqueue()
H A Dmlan_uap_cmdevent.c476 wlan_get_station_entry(priv, in wlan_process_tx_pause_event()
3312 wlan_get_station_entry(pmpriv, in wlan_uap_ret_sta_list()
H A Dmlan_sta_cmd.c1624 sta_ptr = wlan_get_station_entry(pmpriv, tdls_oper->peer_mac); in wlan_cmd_tdls_oper()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dhostsa_init.c281 sta_ptr = wlan_get_station_entry(priv, mac); in Hostsa_get_station_entry()