Searched refs:assoc_request (Results 1 – 9 of 9) sorted by relevance
136 struct wusb_cbaf_assoc_request *assoc_request; in cbaf_check() local183 assoc_request = itr; in cbaf_check()185 if (top - itr < sizeof(*assoc_request)) { in cbaf_check()188 top - itr, sizeof(*assoc_request)); in cbaf_check()192 ar_type = le16_to_cpu(assoc_request->AssociationTypeId); in cbaf_check()193 ar_subtype = le16_to_cpu(assoc_request->AssociationSubTypeId); in cbaf_check()194 ar_size = le32_to_cpu(assoc_request->AssociationTypeInfoSize); in cbaf_check()216 assoc_request->AssociationDataIndex, ar_type, in cbaf_check()219 itr += sizeof(*assoc_request); in cbaf_check()
114 struct assoc_request *assoc_req) in lbs_associate()153 struct assoc_request *assoc_req) in lbs_adhoc_join()307 struct assoc_request *assoc_req) in lbs_adhoc_start()697 struct assoc_request * assoc_req) in assoc_helper_essid()757 struct assoc_request * assoc_req) in assoc_helper_bssid()788 struct assoc_request * assoc_req) in assoc_helper_associate()814 struct assoc_request * assoc_req) in assoc_helper_mode()838 struct assoc_request * assoc_req) in assoc_helper_channel()907 struct assoc_request *assoc_req) in assoc_helper_wep_keys()949 struct assoc_request * assoc_req) in assoc_helper_secinfo()[all …]
266 struct assoc_request * pending_assoc_req;267 struct assoc_request * in_progress_assoc_req;371 struct assoc_request { struct
71 struct assoc_request *assoc);75 struct assoc_request *assoc);
891 struct assoc_request * assoc_req; in lbs_set_freq()1083 struct assoc_request * assoc_req; in lbs_set_mode()1199 static int lbs_set_wep_key(struct assoc_request *assoc_req, in lbs_set_wep_key()1269 static void disable_wep(struct assoc_request *assoc_req) in disable_wep()1289 static void disable_wpa(struct assoc_request *assoc_req) in disable_wpa()1323 struct assoc_request * assoc_req; in lbs_set_encode()1507 struct assoc_request * assoc_req; in lbs_set_encodeext()1644 struct assoc_request * assoc_req; in lbs_set_genie()1717 struct assoc_request * assoc_req; in lbs_set_auth()1978 struct assoc_request * assoc_req; in lbs_set_essid()[all …]
9 struct assoc_request *lbs_get_association_request(struct lbs_private *priv);
304 struct assoc_request *assoc) in lbs_cmd_802_11_set_wep()416 struct assoc_request *assoc) in lbs_cmd_802_11_key_material()
3872 priv->assoc_request.bssid, in ipw_send_disassociate()3873 priv->assoc_request.channel); in ipw_send_disassociate()3879 priv->assoc_request.assoc_type = HC_DISASSOC_QUIET; in ipw_send_disassociate()3881 priv->assoc_request.assoc_type = HC_DISASSOCIATE; in ipw_send_disassociate()3883 err = ipw_send_associate(priv, &priv->assoc_request); in ipw_send_disassociate()4060 if (priv->assoc_request.ieee_mode == IPW_B_MODE) in ipw_get_max_rate()4172 if (priv->assoc_request.beacon_interval) { in ipw_gather_stats()4174 (HZ * le16_to_cpu(priv->assoc_request.beacon_interval)) / in ipw_gather_stats()4439 assoc_request. in ipw_rx_notification()6052 le16_to_cpu(priv->assoc_request.beacon_interval)); in ipw_adhoc_check()[all …]
1223 struct ipw_associate assoc_request; member