Home
last modified time | relevance | path

Searched refs:assoc_resp (Results 1 – 25 of 71) sorted by relevance

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211.h39 } __packed assoc_resp, reassoc_resp; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211.h39 } __packed assoc_resp, reassoc_resp; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211.h39 } __packed assoc_resp, reassoc_resp; member
/dports/multimedia/libv4l/linux-5.13-rc2/net/mac80211/
H A Dfils_aead.c281 capab = (u8 *)&mgmt->u.assoc_resp.capab_info; in fils_decrypt_assoc_resp()
282 ies = mgmt->u.assoc_resp.variable; in fils_decrypt_assoc_resp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/mac80211/
H A Dfils_aead.c281 capab = (u8 *)&mgmt->u.assoc_resp.capab_info; in fils_decrypt_assoc_resp()
282 ies = mgmt->u.assoc_resp.variable; in fils_decrypt_assoc_resp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/mac80211/
H A Dfils_aead.c281 capab = (u8 *)&mgmt->u.assoc_resp.capab_info; in fils_decrypt_assoc_resp()
282 ies = mgmt->u.assoc_resp.variable; in fils_decrypt_assoc_resp()
/dports/net/hostapd/hostapd-2.9/src/drivers/
H A Ddriver_nl80211_event.c231 if (len < 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
237 status = le_to_host16(mgmt->u.assoc_resp.status_code); in mlme_event_assoc()
241 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
243 (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
245 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
260 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
261 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
263 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c231 if (len < 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
237 status = le_to_host16(mgmt->u.assoc_resp.status_code); in mlme_event_assoc()
241 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
243 (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
245 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
260 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
261 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
263 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c231 if (len < 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
237 status = le_to_host16(mgmt->u.assoc_resp.status_code); in mlme_event_assoc()
241 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
243 (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
245 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
260 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
261 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
263 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
/dports/net/wlan2eth/wlan2eth-1.3/
H A Dieee80211.h210 } __attribute__ ((packed)) assoc_resp, reassoc_resp; member
/dports/multimedia/libv4l/linux-5.13-rc2/net/wireless/
H A Dmlme.c33 const u8 *resp_ie = mgmt->u.assoc_resp.variable; in cfg80211_rx_assoc_resp()
35 u.assoc_resp.variable); in cfg80211_rx_assoc_resp()
44 cr.status = (int)le16_to_cpu(mgmt->u.assoc_resp.status_code); in cfg80211_rx_assoc_resp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/wireless/
H A Dmlme.c33 const u8 *resp_ie = mgmt->u.assoc_resp.variable; in cfg80211_rx_assoc_resp()
35 u.assoc_resp.variable); in cfg80211_rx_assoc_resp()
44 cr.status = (int)le16_to_cpu(mgmt->u.assoc_resp.status_code); in cfg80211_rx_assoc_resp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/wireless/
H A Dmlme.c33 const u8 *resp_ie = mgmt->u.assoc_resp.variable; in cfg80211_rx_assoc_resp()
35 u.assoc_resp.variable); in cfg80211_rx_assoc_resp()
44 cr.status = (int)le16_to_cpu(mgmt->u.assoc_resp.status_code); in cfg80211_rx_assoc_resp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h150 u8 assoc_resp[WILC_MAX_ASSOC_RESP_FRAME_SIZE]; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h150 u8 assoc_resp[WILC_MAX_ASSOC_RESP_FRAME_SIZE]; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h150 u8 assoc_resp[WILC_MAX_ASSOC_RESP_FRAME_SIZE]; member
/dports/net/hostapd-devel/hostap-14ab4a816/src/drivers/
H A Ddriver_nl80211_event.c267 if (len < 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
273 status = le_to_host16(mgmt->u.assoc_resp.status_code); in mlme_event_assoc()
277 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
279 (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
281 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
296 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
297 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
299 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/drivers/
H A Ddriver_nl80211_event.c267 if (len < 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
273 status = le_to_host16(mgmt->u.assoc_resp.status_code); in mlme_event_assoc()
277 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
279 (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
281 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
296 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
297 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
299 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Dieee802154_netdev.h314 int (*assoc_resp)(struct net_device *dev, member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Dieee802154_netdev.h314 int (*assoc_resp)(struct net_device *dev, member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Dieee802154_netdev.h314 int (*assoc_resp)(struct net_device *dev, member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/ks7010/
H A Dks_hostif.c867 struct association_response *assoc_resp; in hostif_associate_indication() local
878 assoc_resp = (struct association_response *)(assoc_req + 1); in hostif_associate_indication()
879 pb = (unsigned char *)(assoc_resp + 1); in hostif_associate_indication()
895 for (i = 0; i < le16_to_cpu(assoc_resp->resp_ies_size); i++) in hostif_associate_indication()
897 wrqu.data.length += (le16_to_cpu(assoc_resp->resp_ies_size)) * 2; in hostif_associate_indication()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/ks7010/
H A Dks_hostif.c867 struct association_response *assoc_resp; in hostif_associate_indication() local
878 assoc_resp = (struct association_response *)(assoc_req + 1); in hostif_associate_indication()
879 pb = (unsigned char *)(assoc_resp + 1); in hostif_associate_indication()
895 for (i = 0; i < le16_to_cpu(assoc_resp->resp_ies_size); i++) in hostif_associate_indication()
897 wrqu.data.length += (le16_to_cpu(assoc_resp->resp_ies_size)) * 2; in hostif_associate_indication()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/ks7010/
H A Dks_hostif.c867 struct association_response *assoc_resp; in hostif_associate_indication() local
878 assoc_resp = (struct association_response *)(assoc_req + 1); in hostif_associate_indication()
879 pb = (unsigned char *)(assoc_resp + 1); in hostif_associate_indication()
895 for (i = 0; i < le16_to_cpu(assoc_resp->resp_ies_size); i++) in hostif_associate_indication()
897 wrqu.data.length += (le16_to_cpu(assoc_resp->resp_ies_size)) * 2; in hostif_associate_indication()
/dports/net/hostapd-devel/hostap-14ab4a816/wlantest/
H A Drx_mgmt.c733 ies = mgmt->u.assoc_resp.variable; in rx_mgmt_assoc_resp()
734 ies_len = len - (mgmt->u.assoc_resp.variable - data); in rx_mgmt_assoc_resp()
736 capab = le_to_host16(mgmt->u.assoc_resp.capab_info); in rx_mgmt_assoc_resp()
737 status = le_to_host16(mgmt->u.assoc_resp.status_code); in rx_mgmt_assoc_resp()
738 aid = le_to_host16(mgmt->u.assoc_resp.aid); in rx_mgmt_assoc_resp()
750 frame_ad = (const u8 *) &mgmt->u.assoc_resp.capab_info; in rx_mgmt_assoc_resp()

123