Searched refs:sta_ptr (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | tdls.c | 195 struct mwifiex_sta_node *sta_ptr; in mwifiex_tdls_add_ht_oper() local 200 sta_ptr = mwifiex_get_sta_entry(priv, mac); in mwifiex_tdls_add_ht_oper() 201 if (unlikely(!sta_ptr)) { in mwifiex_tdls_add_ht_oper() 226 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper, in mwifiex_tdls_add_ht_oper() 238 struct mwifiex_sta_node *sta_ptr; in mwifiex_tdls_add_vht_oper() local 248 sta_ptr = mwifiex_get_sta_entry(priv, mac); in mwifiex_tdls_add_vht_oper() 249 if (unlikely(!sta_ptr)) { in mwifiex_tdls_add_vht_oper() 255 if (sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper() 276 vht_cap = &sta_ptr->tdls_cap.vhtcap; in mwifiex_tdls_add_vht_oper() 284 if (ap_vht_cap && sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper() [all …]
|
D | sta_rx.c | 195 struct mwifiex_sta_node *sta_ptr; in mwifiex_process_sta_rx_packet() local 240 sta_ptr = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_sta_rx_packet() 241 if (sta_ptr) in mwifiex_process_sta_rx_packet() 242 sta_ptr->rx_seq[local_rx_pd->priority] = in mwifiex_process_sta_rx_packet()
|
D | sta_event.c | 150 struct mwifiex_sta_node *sta_ptr; in mwifiex_parse_tdls_event() local 161 sta_ptr = mwifiex_get_sta_entry(priv, tdls_evt->peer_mac); in mwifiex_parse_tdls_event() 162 if (!sta_ptr) { in mwifiex_parse_tdls_event()
|
D | 11n.c | 572 struct mwifiex_sta_node *sta_ptr; in mwifiex_send_addba() local 575 sta_ptr = mwifiex_get_sta_entry(priv, peer_mac); in mwifiex_send_addba() 576 if (!sta_ptr) { in mwifiex_send_addba() 583 if (sta_ptr->is_11ac_enabled) in mwifiex_send_addba()
|
D | 11n_rxreorder.c | 454 struct mwifiex_sta_node *sta_ptr; in mwifiex_cmd_11n_addba_rsp_gen() local 466 sta_ptr = mwifiex_get_sta_entry(priv, in mwifiex_cmd_11n_addba_rsp_gen() 468 if (!sta_ptr) { in mwifiex_cmd_11n_addba_rsp_gen() 475 if (sta_ptr->is_11ac_enabled) in mwifiex_cmd_11n_addba_rsp_gen()
|
D | sta_cmd.c | 1553 struct mwifiex_sta_node *sta_ptr; in mwifiex_cmd_tdls_oper() local 1571 sta_ptr = mwifiex_get_sta_entry(priv, oper->peer_mac); in mwifiex_cmd_tdls_oper()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_ioctl.c | 3210 void *sta_ptr; in prism2_ioctl_siwencodeext() local 3226 sta_ptr = NULL; in prism2_ioctl_siwencodeext() 3231 sta_ptr = ap_crypt_get_ptrs(local->ap, addr, 0, &crypt); in prism2_ioctl_siwencodeext() 3232 if (sta_ptr == NULL) { in prism2_ioctl_siwencodeext() 3285 if (sta_ptr || ext->alg != IW_ENCODE_ALG_WEP) { in prism2_ioctl_siwencodeext() 3334 if (!sta_ptr) in prism2_ioctl_siwencodeext() 3339 if (sta_ptr == NULL && ext->key_len > 0) { in prism2_ioctl_siwencodeext() 3352 if (sta_ptr) in prism2_ioctl_siwencodeext() 3353 hostap_handle_sta_release(sta_ptr); in prism2_ioctl_siwencodeext() 3381 void *sta_ptr; in prism2_ioctl_giwencodeext() local [all …]
|
D | hostap_ap.h | 233 void *sta_ptr; member 248 void **sta_ptr);
|
D | hostap_80211_tx.c | 398 tx.sta_ptr = NULL; in hostap_master_start_xmit() 547 if (tx.sta_ptr) in hostap_master_start_xmit() 548 hostap_handle_sta_release(tx.sta_ptr); in hostap_master_start_xmit()
|
D | hostap_ap.c | 2866 tx->sta_ptr = sta; /* hostap_handle_sta_release() will in hostap_handle_sta_tx() 3127 void **sta_ptr) in hostap_handle_sta_crypto() argument 3142 *sta_ptr = sta; in hostap_handle_sta_crypto()
|