Searched refs:nxpwifi_get_sta_entry (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | uap_txrx.c | 182 src_node = nxpwifi_get_sta_entry(priv, rx_pkt_hdr->eth803_hdr.h_source); in nxpwifi_uap_queue_bridged_pkt() 280 src_node = nxpwifi_get_sta_entry(priv, p_ethhdr->h_source); in nxpwifi_uap_recv_packet() 286 dst_node = nxpwifi_get_sta_entry(priv, p_ethhdr->h_dest); in nxpwifi_uap_recv_packet() 369 node = nxpwifi_get_sta_entry(priv, ta); in nxpwifi_process_uap_rx_packet() 389 node = nxpwifi_get_sta_entry(priv, ta); in nxpwifi_process_uap_rx_packet()
|
| H A D | 11n.h | 61 node = nxpwifi_get_sta_entry(priv, ptr->ra); in nxpwifi_is_station_ampdu_allowed()
|
| H A D | txrx.c | 80 dest_node = nxpwifi_get_sta_entry(priv, hdr->h_dest); in nxpwifi_process_tx()
|
| H A D | 11n_rxreorder.c | 294 node = nxpwifi_get_sta_entry(priv, ta); in nxpwifi_11n_create_rx_reorder_tbl() 300 node = nxpwifi_get_sta_entry(priv, ta); in nxpwifi_11n_create_rx_reorder_tbl()
|
| H A D | util.c | 930 src_node = nxpwifi_get_sta_entry(priv, p_ethhdr->h_source); in nxpwifi_recv_packet() 963 nxpwifi_get_sta_entry(struct nxpwifi_private *priv, const u8 *mac) in nxpwifi_get_sta_entry() function 986 node = nxpwifi_get_sta_entry(priv, mac); in nxpwifi_get_sta_entry_rcu()
|
| H A D | sta_event.c | 520 sta_ptr = nxpwifi_get_sta_entry(priv, tp->peermac); in nxpwifi_process_uap_tx_pause()
|
| H A D | wmm.c | 150 node = nxpwifi_get_sta_entry(priv, ra); in nxpwifi_ralist_add()
|
| H A D | uap_cmd.c | 514 sta_node = nxpwifi_get_sta_entry(priv, sta_info->mac); in nxpwifi_ret_apcmd_sta_list()
|
| H A D | main.h | 1374 nxpwifi_get_sta_entry(struct nxpwifi_private *priv, const u8 *mac);
|
| H A D | cfg80211.c | 1183 node = nxpwifi_get_sta_entry(priv, mac); in nxpwifi_cfg80211_get_station() 1542 sta_node = nxpwifi_get_sta_entry(priv, params->mac); in nxpwifi_cfg80211_del_station()
|