Searched defs:psta (Results 1 - 12 of 12) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c37 static void _init_stainfo(struct sta_info *psta) argument
39 memset((u8 *)psta, 0, sizeof(struct sta_info));
40 spin_lock_init(&psta->lock);
41 _init_listhead(&psta->list);
42 _init_listhead(&psta->hash_list);
43 _r8712_init_sta_xmit_priv(&psta->sta_xmitpriv);
44 _r8712_init_sta_recv_priv(&psta->sta_recvpriv);
46 _init_listhead(&psta->asoc_list);
47 _init_listhead(&psta->auth_list);
53 struct sta_info *psta; local
87 struct sta_info *psta = NULL; local
120 struct sta_info *psta; local
172 r8712_free_stainfo(struct _adapter *padapter, struct sta_info *psta) argument
225 struct sta_info *psta = NULL; local
251 struct sta_info *psta = NULL; local
275 struct sta_info *psta; local
288 struct sta_info *psta; local
[all...]
H A Drtl8712_recv.h139 struct sta_info *psta; member in struct:recv_frame_hdr
H A Drtl8712_xmit.c68 struct sta_info *psta; local
72 psta = pattrib->psta;
76 ptxservq = &(psta->sta_xmitpriv.bk_q);
80 ptxservq = &(psta->sta_xmitpriv.vi_q);
84 ptxservq = &(psta->sta_xmitpriv.vo_q);
89 ptxservq = &(psta->sta_xmitpriv.be_q);
H A Drtl871x_cmd.c673 u8 r8712_setstakey_cmd(struct _adapter *padapter, u8 *psta, u8 unicast_key) argument
681 struct sta_info *sta = (struct sta_info *)psta;
927 struct sta_info *psta = NULL; local
964 psta = r8712_get_stainfo(&padapter->stapriv,
966 if (!psta) {
967 psta = r8712_alloc_stainfo(&padapter->stapriv,
969 if (psta == NULL)
1005 struct sta_info *psta = r8712_get_stainfo(pstapriv, local
1008 if (psta == NULL)
1010 psta
1025 struct sta_info *psta = r8712_get_stainfo(pstapriv, local
[all...]
H A Drtl871x_recv.c254 struct sta_info *psta; local
263 psta = r8712_get_stainfo(pstapriv, psta_addr);
266 if ((psta != NULL) && (psta->ieee8021x_blocked)) {
316 struct sta_info **psta)
369 *psta = r8712_get_bcmc_stainfo(adapter);
371 *psta = r8712_get_stainfo(pstapriv, sta_addr); /* get ap_info */
372 if (*psta == NULL) {
382 struct sta_info **psta)
418 *psta
314 sta2sta_data_frame(struct _adapter *adapter, union recv_frame *precv_frame, struct sta_info **psta) argument
380 ap2sta_data_frame(struct _adapter *adapter, union recv_frame *precv_frame, struct sta_info **psta) argument
439 sta2ap_data_frame(struct _adapter *adapter, union recv_frame *precv_frame, struct sta_info **psta) argument
480 struct sta_info *psta = NULL; local
[all...]
H A Drtl871x_xmit.c193 struct sta_info *psta = NULL; local
272 psta = r8712_get_bcmc_stainfo(padapter);
276 psta = r8712_get_stainfo(pstapriv,
280 psta = r8712_get_stainfo(pstapriv, pattrib->ra);
281 if (psta == NULL) /* drop the pkt */
286 pattrib->mac_id = psta->mac_id;
290 if (psta) {
291 pattrib->psta = psta;
293 /* if we cannot get psta
531 struct sta_info *psta; local
597 struct sta_info *psta; local
874 get_sta_pending(struct _adapter *padapter, struct __queue **ppstapending, struct sta_info *psta, sint up) argument
921 struct sta_info *psta; local
[all...]
H A Drtl8712_recv.c271 struct sta_info *psta; local
284 psta = r8712_get_stainfo(pstapriv, psta_addr);
285 if (psta == NULL)
288 pdefrag_q = &psta->sta_recvpriv.defrag_q;
H A Drtl871x_mp_ioctl.c167 struct sta_info *psta; local
195 /* 3 2. create a new psta for mp driver */
196 /* clear psta in the cur_network, if any */
197 psta = r8712_get_stainfo(&padapter->stapriv,
199 if (psta)
200 r8712_free_stainfo(padapter, psta);
201 psta = r8712_alloc_stainfo(&padapter->stapriv, bssid.MacAddress);
202 if (psta == NULL) {
208 tgt_network->aid = psta->aid = 1;
225 struct sta_info *psta; local
1067 struct sta_info *psta = NULL; local
1095 struct sta_info *psta = NULL; local
[all...]
H A Drtl871x_xmit.h131 struct sta_info *psta; member in struct:pkt_attrib
H A Drtl871x_ioctl_linux.c121 static inline void handle_pairwise_key(struct sta_info *psta, argument
126 memcpy(psta->x_UncstKey.skey, param->u.crypt.key,
129 memcpy(psta->tkiptxmickey. skey, &(param->u.crypt.
131 memcpy(psta->tkiprxmickey. skey, &(param->u.crypt.
136 r8712_setstakey_cmd(padapter, (unsigned char *)psta, true);
478 struct sta_info *psta, *pbcmc_sta; local
483 psta = r8712_get_stainfo(pstapriv,
485 if (psta) {
486 psta->ieee8021x_blocked = false;
491 psta
[all...]
H A Drtl871x_mlme.c650 struct sta_info *psta; local
652 psta = r8712_get_stainfo(&adapter->stapriv,
656 r8712_free_stainfo(adapter, psta);
934 struct sta_info *psta; local
941 psta = r8712_get_stainfo(&adapter->stapriv, pstassoc->macaddr);
942 if (psta != NULL) {
949 psta = r8712_alloc_stainfo(&adapter->stapriv, pstassoc->macaddr);
950 if (psta == NULL)
953 psta->qos_option = 0;
954 psta
974 struct sta_info *psta; local
1046 struct sta_info *psta; local
1748 struct sta_info *bmc_sta, *psta; local
[all...]
/drivers/net/wireless/iwlegacy/
H A D3945-rs.c339 struct il3945_sta_priv *psta; local
348 psta = (struct il3945_sta_priv *)sta->drv_priv;
349 rs_sta = &psta->rs_sta;
411 struct il3945_sta_priv *psta = (void *)sta->drv_priv; local
416 rs_sta = &psta->rs_sta;
924 struct il3945_sta_priv *psta; local
938 psta = (void *)sta->drv_priv;
939 rs_sta = &psta->rs_sta;

Completed in 534 milliseconds