Searched refs:assoc_req (Results 1 – 11 of 11) sorted by relevance
/drivers/net/wireless/intersil/hostap/ |
D | hostap_80211.h | 32 } __packed assoc_req; member
|
/drivers/staging/ks7010/ |
D | ks_hostif.c | 871 struct association_request *assoc_req; in hostif_associate_indication() local 882 assoc_req = (struct association_request *)(priv->rxp); in hostif_associate_indication() 883 assoc_resp = (struct association_response *)(assoc_req + 1); in hostif_associate_indication() 891 for (i = 0; i < le16_to_cpu(assoc_req->req_ies_size); i++) in hostif_associate_indication() 893 wrqu.data.length += (le16_to_cpu(assoc_req->req_ies_size)) * 2; in hostif_associate_indication() 899 pb += le16_to_cpu(assoc_req->req_ies_size); in hostif_associate_indication()
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme.h | 157 u8 *assoc_req; member
|
/drivers/net/wireless/st/cw1200/ |
D | txrx.c | 607 if (le16_to_cpu(mgt_frame->u.assoc_req.listen_interval) < in cw1200_tx_h_bt() 611 mgt_frame->u.assoc_req.listen_interval); in cw1200_tx_h_bt() 615 mgt_frame->u.assoc_req.listen_interval = cpu_to_le16(priv->listen_interval); in cw1200_tx_h_bt()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme.h | 425 u8 *assoc_req; member
|
/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 438 sizeof(mgmt->u.assoc_req)) { in ath6kl_connect_ap_mode_sta() 439 ies = mgmt->u.assoc_req.variable; in ath6kl_connect_ap_mode_sta()
|
/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 537 pmlmepriv->assoc_req+sizeof(struct ieee80211_hdr_3addr)+2; in rtw_cfg80211_indicate_connect() 549 , pmlmepriv->assoc_req+sizeof(struct ieee80211_hdr_3addr)+2 in rtw_cfg80211_indicate_connect()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 86 rtw_buf_free(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len); in rtw_free_mlme_priv_ie_data()
|
D | rtw_mlme_ext.c | 1176 rtw_buf_update(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len, (u8 *)pwlanhdr, pattrib->pktlen); in issue_assocreq() 1178 rtw_buf_free(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len); in issue_assocreq()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 97 rtw_buf_free(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len); in rtw_free_mlme_priv_ie_data()
|
D | rtw_mlme_ext.c | 3405 rtw_buf_update(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len, (u8 *)pwlanhdr, pattrib->pktlen); in issue_assocreq() 3407 rtw_buf_free(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len); in issue_assocreq()
|