Searched refs:sta_ptr (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | tdls.c | 197 if (unlikely(!sta_ptr)) { in mwifiex_tdls_add_ht_oper() 251 if (unlikely(!sta_ptr)) { in mwifiex_tdls_add_vht_oper() 946 if (!sta_ptr) in mwifiex_process_tdls_action_frame() 1066 if (!sta_ptr || sta_ptr->tdls_status == TDLS_SETUP_FAILURE) { in mwifiex_tdls_process_config_link() 1087 if (sta_ptr && sta_ptr->tdls_status == TDLS_SETUP_INPROGRESS) { in mwifiex_tdls_process_create_link() 1094 if (!sta_ptr) in mwifiex_tdls_process_create_link() 1114 if (sta_ptr) { in mwifiex_tdls_process_disable_link() 1141 if (sta_ptr && (sta_ptr->tdls_status != TDLS_SETUP_FAILURE)) { in mwifiex_tdls_process_enable_link() 1172 memset(sta_ptr->rx_seq, 0xff, sizeof(sta_ptr->rx_seq)); in mwifiex_tdls_process_enable_link() 1179 if (sta_ptr) { in mwifiex_tdls_process_enable_link() [all …]
|
A D | sta_event.c | 83 sta_ptr->max_amsdu); in mwifiex_check_ibss_peer_capabilities() 92 sta_ptr->max_amsdu = in mwifiex_check_ibss_peer_capabilities() 96 sta_ptr->max_amsdu = in mwifiex_check_ibss_peer_capabilities() 100 sta_ptr->max_amsdu = in mwifiex_check_ibss_peer_capabilities() 109 sta_ptr->max_amsdu); in mwifiex_check_ibss_peer_capabilities() 271 if (!sta_ptr) { in mwifiex_parse_tdls_event() 366 if (sta_ptr && sta_ptr->tx_pause != tp->tx_pause) { in mwifiex_process_uap_tx_pause() 401 if (sta_ptr && sta_ptr->tx_pause != tp->tx_pause) { in mwifiex_process_sta_tx_pause() 943 sta_ptr->ampdu_sta[i] = in mwifiex_process_sta_event() 949 memset(sta_ptr->rx_seq, 0xff, sizeof(sta_ptr->rx_seq)); in mwifiex_process_sta_event() [all …]
|
A D | sta_rx.c | 199 struct mwifiex_sta_node *sta_ptr; in mwifiex_process_sta_rx_packet() local 244 sta_ptr = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_sta_rx_packet() 245 if (sta_ptr) in mwifiex_process_sta_rx_packet() 246 sta_ptr->rx_seq[local_rx_pd->priority] = in mwifiex_process_sta_rx_packet()
|
A D | util.c | 556 struct mwifiex_sta_node *sta_ptr; in mwifiex_is_tdls_chan_switching() local 561 sta_ptr = mwifiex_get_tdls_sta_entry(priv, TDLS_CHAN_SWITCHING); in mwifiex_is_tdls_chan_switching() 562 if (sta_ptr) in mwifiex_is_tdls_chan_switching() 570 struct mwifiex_sta_node *sta_ptr; in mwifiex_is_tdls_off_chan() local 575 sta_ptr = mwifiex_get_tdls_sta_entry(priv, TDLS_IN_OFF_CHAN); in mwifiex_is_tdls_off_chan() 576 if (sta_ptr) in mwifiex_is_tdls_off_chan()
|
A D | 11n.c | 606 struct mwifiex_sta_node *sta_ptr; in mwifiex_send_addba() local 609 sta_ptr = mwifiex_get_sta_entry(priv, peer_mac); in mwifiex_send_addba() 610 if (!sta_ptr) { in mwifiex_send_addba() 617 if (sta_ptr->is_11ac_enabled) in mwifiex_send_addba()
|
A D | 11n_rxreorder.c | 470 struct mwifiex_sta_node *sta_ptr; in mwifiex_cmd_11n_addba_rsp_gen() local 481 sta_ptr = mwifiex_get_sta_entry(priv, in mwifiex_cmd_11n_addba_rsp_gen() 483 if (!sta_ptr) { in mwifiex_cmd_11n_addba_rsp_gen() 490 if (sta_ptr->is_11ac_enabled) in mwifiex_cmd_11n_addba_rsp_gen()
|
A D | cfg80211.c | 3889 struct mwifiex_sta_node *sta_ptr; in mwifiex_cfg80211_tdls_chan_switch() local 3895 sta_ptr = mwifiex_get_sta_entry(priv, addr); in mwifiex_cfg80211_tdls_chan_switch() 3896 if (!sta_ptr) { in mwifiex_cfg80211_tdls_chan_switch() 3903 if (!(sta_ptr->tdls_cap.extcap.ext_capab[3] & in mwifiex_cfg80211_tdls_chan_switch() 3910 if (sta_ptr->tdls_status == TDLS_CHAN_SWITCHING || in mwifiex_cfg80211_tdls_chan_switch() 3911 sta_ptr->tdls_status == TDLS_IN_OFF_CHAN) { in mwifiex_cfg80211_tdls_chan_switch() 3931 struct mwifiex_sta_node *sta_ptr; in mwifiex_cfg80211_tdls_cancel_chan_switch() local 3935 sta_ptr = mwifiex_get_sta_entry(priv, addr); in mwifiex_cfg80211_tdls_cancel_chan_switch() 3936 if (!sta_ptr) { in mwifiex_cfg80211_tdls_cancel_chan_switch() 3941 sta_ptr->tdls_status == TDLS_IN_BASE_CHAN || in mwifiex_cfg80211_tdls_cancel_chan_switch() [all …]
|
/linux/drivers/net/wireless/intersil/hostap/ |
A D | hostap_ioctl.c | 3195 void *sta_ptr; in prism2_ioctl_siwencodeext() local 3211 sta_ptr = NULL; in prism2_ioctl_siwencodeext() 3319 if (!sta_ptr) in prism2_ioctl_siwencodeext() 3337 if (sta_ptr) in prism2_ioctl_siwencodeext() 3366 void *sta_ptr; in prism2_ioctl_giwencodeext() local 3421 if (sta_ptr) in prism2_ioctl_giwencodeext() 3435 void *sta_ptr; in prism2_ioctl_set_encryption() local 3530 if (!sta_ptr) in prism2_ioctl_set_encryption() 3543 if (sta_ptr) in prism2_ioctl_set_encryption() 3568 void *sta_ptr; in prism2_ioctl_get_encryption() local [all …]
|
A D | hostap_ap.h | 234 void *sta_ptr; member 249 void **sta_ptr);
|
A D | hostap_80211_tx.c | 399 tx.sta_ptr = NULL; in hostap_master_start_xmit() 548 if (tx.sta_ptr) in hostap_master_start_xmit() 549 hostap_handle_sta_release(tx.sta_ptr); in hostap_master_start_xmit()
|
A D | hostap_ap.c | 2804 tx->sta_ptr = sta; /* hostap_handle_sta_release() will in hostap_handle_sta_tx() 3065 void **sta_ptr) in hostap_handle_sta_crypto() argument 3080 *sta_ptr = sta; in hostap_handle_sta_crypto()
|
Completed in 39 milliseconds