Searched refs:mwifiex_get_sta_entry (Results 1 – 14 of 14) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/mwifiex/ |
| D | uap_txrx.c | 188 src_node = mwifiex_get_sta_entry(priv, rx_pkt_hdr->eth803_hdr.h_source); in mwifiex_uap_queue_bridged_pkt() 255 if (mwifiex_get_sta_entry(priv, ra)) { in mwifiex_handle_uap_rx_forward() 302 node = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_uap_rx_packet() 322 node = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_uap_rx_packet()
|
| D | 11n.h | 72 struct mwifiex_sta_node *node = mwifiex_get_sta_entry(priv, ptr->ra); in mwifiex_is_station_ampdu_allowed() 185 struct mwifiex_sta_node *node = mwifiex_get_sta_entry(priv, ra); in mwifiex_tdls_peer_11n_enabled()
|
| D | util.c | 449 src_node = mwifiex_get_sta_entry(priv, p_ethhdr->h_source); in mwifiex_recv_packet() 519 mwifiex_get_sta_entry(struct mwifiex_private *priv, const u8 *mac) in mwifiex_get_sta_entry() function 608 node = mwifiex_get_sta_entry(priv, mac); in mwifiex_add_sta_entry() 661 node = mwifiex_get_sta_entry(priv, mac); in mwifiex_del_sta_entry()
|
| D | tdls.c | 200 sta_ptr = mwifiex_get_sta_entry(priv, mac); in mwifiex_tdls_add_ht_oper() 254 sta_ptr = mwifiex_get_sta_entry(priv, mac); in mwifiex_tdls_add_vht_oper() 981 sta_ptr = mwifiex_get_sta_entry(priv, peer); in mwifiex_tdls_process_config_link() 1002 sta_ptr = mwifiex_get_sta_entry(priv, peer); in mwifiex_tdls_process_create_link() 1030 sta_ptr = mwifiex_get_sta_entry(priv, peer); in mwifiex_tdls_process_disable_link() 1060 sta_ptr = mwifiex_get_sta_entry(priv, peer); in mwifiex_tdls_process_enable_link() 1138 sta_ptr = mwifiex_get_sta_entry(priv, mac); in mwifiex_get_tdls_link_status()
|
| D | sta_event.c | 166 sta_ptr = mwifiex_get_sta_entry(priv, tdls_evt->peer_mac); in mwifiex_parse_tdls_event() 262 sta_ptr = mwifiex_get_sta_entry(priv, tp->peermac); in mwifiex_process_uap_tx_pause() 299 sta_ptr = mwifiex_get_sta_entry(priv, tp->peermac); in mwifiex_process_sta_tx_pause()
|
| D | 11n_rxreorder.c | 357 node = mwifiex_get_sta_entry(priv, ta); in mwifiex_11n_create_rx_reorder_tbl() 362 node = mwifiex_get_sta_entry(priv, ta); in mwifiex_11n_create_rx_reorder_tbl() 467 sta_ptr = mwifiex_get_sta_entry(priv, in mwifiex_cmd_11n_addba_rsp_gen()
|
| D | sta_rx.c | 241 sta_ptr = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_sta_rx_packet()
|
| D | txrx.c | 97 dest_node = mwifiex_get_sta_entry(priv, hdr->h_dest); in mwifiex_process_tx()
|
| D | sta_cmdresp.c | 892 mwifiex_get_sta_entry(priv, cmd_tdls_oper->peer_mac); in mwifiex_ret_tdls_oper() 973 sta_node = mwifiex_get_sta_entry(priv, sta_info->mac); in mwifiex_ret_uap_sta_list()
|
| D | 11n.c | 582 sta_ptr = mwifiex_get_sta_entry(priv, peer_mac); in mwifiex_send_addba()
|
| D | cfg80211.c | 1716 sta_node = mwifiex_get_sta_entry(priv, params->mac); in mwifiex_cfg80211_del_station() 3424 sta_ptr = mwifiex_get_sta_entry(priv, addr); in mwifiex_cfg80211_tdls_chan_switch() 3463 sta_ptr = mwifiex_get_sta_entry(priv, addr); in mwifiex_cfg80211_tdls_cancel_chan_switch()
|
| D | wmm.c | 167 node = mwifiex_get_sta_entry(priv, ra); in mwifiex_ralist_add()
|
| D | main.h | 1490 mwifiex_get_sta_entry(struct mwifiex_private *priv, const u8 *mac);
|
| D | sta_cmd.c | 1694 sta_ptr = mwifiex_get_sta_entry(priv, oper->peer_mac); in mwifiex_cmd_tdls_oper()
|