assoc_resp         39 drivers/net/wireless/intersil/hostap/hostap_80211.h 		} __packed assoc_resp, reassoc_resp;
assoc_resp        872 drivers/staging/ks7010/ks_hostif.c 	struct association_response *assoc_resp;
assoc_resp        883 drivers/staging/ks7010/ks_hostif.c 	assoc_resp = (struct association_response *)(assoc_req + 1);
assoc_resp        884 drivers/staging/ks7010/ks_hostif.c 	pb = (unsigned char *)(assoc_resp + 1);
assoc_resp        900 drivers/staging/ks7010/ks_hostif.c 	for (i = 0; i < le16_to_cpu(assoc_resp->resp_ies_size); i++)
assoc_resp        902 drivers/staging/ks7010/ks_hostif.c 	wrqu.data.length += (le16_to_cpu(assoc_resp->resp_ies_size)) * 2;
assoc_resp       2209 drivers/staging/rtl8192e/rtllib_softmac.c 	struct rtllib_assoc_response_frame *assoc_resp;
assoc_resp       2232 drivers/staging/rtl8192e/rtllib_softmac.c 			assoc_resp = (struct rtllib_assoc_response_frame *)skb->data;
assoc_resp       2234 drivers/staging/rtl8192e/rtllib_softmac.c 				if (rtllib_parse_info_param(ieee, assoc_resp->info_element,
assoc_resp       2235 drivers/staging/rtl8192e/rtllib_softmac.c 							rx_stats->len - sizeof(*assoc_resp),
assoc_resp       2255 drivers/staging/rtl8192e/rtllib_softmac.c 			ies = &(assoc_resp->info_element[0].id);
assoc_resp       1886 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 	struct ieee80211_assoc_response_frame *assoc_resp;
assoc_resp       1920 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 					assoc_resp = (struct ieee80211_assoc_response_frame *)skb->data;
assoc_resp       1922 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 					if (ieee80211_parse_info_param(ieee, assoc_resp->info_element,\
assoc_resp       1923 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 								       rx_stats->len - sizeof(*assoc_resp), \
assoc_resp        637 drivers/staging/wilc1000/wilc_hif.c 	struct assoc_resp *res = (struct assoc_resp *)buffer;
assoc_resp        663 drivers/staging/wilc1000/wilc_hif.c 		memset(hif_drv->assoc_resp, 0, WILC_MAX_ASSOC_RESP_FRAME_SIZE);
assoc_resp        665 drivers/staging/wilc1000/wilc_hif.c 		host_int_get_assoc_res_info(vif, hif_drv->assoc_resp,
assoc_resp        672 drivers/staging/wilc1000/wilc_hif.c 			err = wilc_parse_assoc_resp_info(hif_drv->assoc_resp,
assoc_resp        169 drivers/staging/wilc1000/wilc_hif.h 	u8 assoc_resp[WILC_MAX_ASSOC_RESP_FRAME_SIZE];
assoc_resp        931 include/linux/ieee80211.h 		} __packed assoc_resp, reassoc_resp;
assoc_resp        314 include/net/ieee802154_netdev.h 	int (*assoc_resp)(struct net_device *dev,
assoc_resp        234 net/ieee802154/nl-mac.c 	if (!ieee802154_mlme_ops(dev)->assoc_resp)
assoc_resp        244 net/ieee802154/nl-mac.c 	ret = ieee802154_mlme_ops(dev)->assoc_resp(dev, &addr,
assoc_resp        281 net/mac80211/fils_aead.c 	capab = (u8 *)&mgmt->u.assoc_resp.capab_info;
assoc_resp        282 net/mac80211/fils_aead.c 	ies = mgmt->u.assoc_resp.variable;
assoc_resp       3203 net/mac80211/mlme.c 	aid = le16_to_cpu(mgmt->u.assoc_resp.aid);
assoc_resp       3204 net/mac80211/mlme.c 	capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info);
assoc_resp       3221 net/mac80211/mlme.c 	pos = mgmt->u.assoc_resp.variable;
assoc_resp       3554 net/mac80211/mlme.c 	capab_info = le16_to_cpu(mgmt->u.assoc_resp.capab_info);
assoc_resp       3555 net/mac80211/mlme.c 	status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code);
assoc_resp       3556 net/mac80211/mlme.c 	aid = le16_to_cpu(mgmt->u.assoc_resp.aid);
assoc_resp       3567 net/mac80211/mlme.c 	pos = mgmt->u.assoc_resp.variable;
assoc_resp         34 net/wireless/mlme.c 	cr.status = (int)le16_to_cpu(mgmt->u.assoc_resp.status_code);
assoc_resp         39 net/wireless/mlme.c 	cr.resp_ie = mgmt->u.assoc_resp.variable;
assoc_resp         41 net/wireless/mlme.c 		len - offsetof(struct ieee80211_mgmt, u.assoc_resp.variable);