[go: nahoru, domu]

Searched defs:assoc (Results 1 - 13 of 13) sorted by relevance

/drivers/net/wireless/ath/ath5k/
H A Dbase.h74 bool assoc; /* are we associated or not */ member in struct:ath5k_vif
H A Dath5k.h1336 bool assoc; /* associate state */ member in struct:ath5k_hw
/drivers/net/wireless/mwifiex/
H A Djoin.c199 * target BSS and our adapter settings for use in an assoc/join command.
387 struct host_cmd_ds_802_11_associate *assoc = &cmd->params.associate; local
400 pos = (u8 *) assoc;
407 memcpy(assoc->peer_sta_addr,
408 bss_desc->mac_address, sizeof(assoc->peer_sta_addr));
409 pos += sizeof(assoc->peer_sta_addr);
412 assoc->listen_interval = cpu_to_le16(priv->listen_interval);
414 assoc->beacon_period = cpu_to_le16(bss_desc->beacon_period);
416 pos += sizeof(assoc->cap_info_bitmap);
417 pos += sizeof(assoc
[all...]
/drivers/scsi/
H A Dses.c467 u8 assoc = (desc[1] & 0x30) >> 4; local
471 if (piv && code_set == 1 && assoc == 1
/drivers/crypto/qat/qat_common/
H A Dqat_algs.c580 struct scatterlist *assoc,
587 int i, bufs = 0, n = sg_nents(sgl), assoc_n = sg_nents(assoc);
608 for_each_sg(assoc, sg, assoc_n, i) {
654 * reuse assoc mapping and iv */
735 ret = qat_alg_sgl_to_bufl(ctx->inst, areq->assoc, areq->src, areq->dst,
778 ret = qat_alg_sgl_to_bufl(ctx->inst, areq->assoc, areq->src, areq->dst,
579 qat_alg_sgl_to_bufl(struct qat_crypto_instance *inst, struct scatterlist *assoc, struct scatterlist *sgl, struct scatterlist *sglout, uint8_t *iv, uint8_t ivlen, struct qat_crypto_request *qat_req) argument
/drivers/crypto/
H A Dtalitos.c712 * @assoc_chained: whether assoc is chained or not
801 talitos_unmap_sg_chain(dev, areq->assoc, DMA_TO_DEVICE);
804 dma_unmap_sg(dev, areq->assoc,
970 /* assoc_nents - 1 entries for assoc, 1 for IV */
971 sg_count = sg_to_link_tbl(areq->assoc, edesc->assoc_nents - 1,
987 sg_dma_address(areq->assoc));
1115 struct scatterlist *assoc,
1144 * Currently it is assumed that iv is provided whenever assoc
1149 assoc_nents = sg_count(assoc, assoclen, &assoc_chained);
1150 talitos_map_sg(dev, assoc, assoc_nent
1114 talitos_edesc_alloc(struct device *dev, struct scatterlist *assoc, struct scatterlist *src, struct scatterlist *dst, u8 *iv, unsigned int assoclen, unsigned int cryptlen, unsigned int authsize, unsigned int ivsize, int icv_stashing, u32 cryptoflags, bool encrypt) argument
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c850 struct ieee80211_assoc_response_frame *assoc; local
863 assoc = (struct ieee80211_assoc_response_frame *)
866 assoc->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_ASSOC_RESP);
867 memcpy(assoc->header.addr1, dest,ETH_ALEN);
868 memcpy(assoc->header.addr3, ieee->dev->dev_addr, ETH_ALEN);
869 memcpy(assoc->header.addr2, ieee->dev->dev_addr, ETH_ALEN);
870 assoc->capability = cpu_to_le16(ieee->iw_mode == IW_MODE_MASTER ?
875 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT);
884 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
886 assoc
[all...]
/drivers/net/wireless/
H A Dmac80211_hwsim.c178 bool assoc; member in struct:hwsim_vif_priv
513 if (!vp->assoc)
544 if (!vp->assoc)
1425 wiphy_debug(hw->wiphy, " ASSOC: assoc=%d aid=%d\n",
1426 info->assoc, info->aid);
1427 vp->assoc = info->assoc;
/drivers/staging/rtl8192e/
H A Drtllib_softmac.c993 struct rtllib_assoc_response_frame *assoc; local
1007 assoc = (struct rtllib_assoc_response_frame *)
1010 assoc->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_ASSOC_RESP);
1011 memcpy(assoc->header.addr1, dest, ETH_ALEN);
1012 memcpy(assoc->header.addr3, ieee->dev->dev_addr, ETH_ALEN);
1013 memcpy(assoc->header.addr2, ieee->dev->dev_addr, ETH_ALEN);
1014 assoc->capability = cpu_to_le16(ieee->iw_mode == IW_MODE_MASTER ?
1019 assoc->capability |=
1030 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
1032 assoc
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dath9k.h600 bool assoc; member in struct:ath_vif
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c4505 struct notif_association *assoc = &notif->u.assoc; local
4507 switch (assoc->state) {
4657 IPW_ERROR("assoc: unknown (%d)\n",
4658 assoc->state);
5737 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because of storming (%ums since last assoc attempt).\n",
H A Dipw2200.h658 struct notif_association assoc; member in union:ipw_rx_notification::__anon4446
1056 #define CFG_STATIC_CHANNEL (1<<0) /* Restrict assoc. to single channel */
1057 #define CFG_STATIC_ESSID (1<<1) /* Restrict assoc. to single SSID */
1058 #define CFG_STATIC_BSSID (1<<2) /* Restrict assoc. to single BSSID */
/drivers/staging/wlan-ng/
H A Dhfa384x.h1210 u8 assoc[WLAN_AUTH_MAX]; member in struct:prism2sta_authlist

Completed in 334 milliseconds