Searched defs:reassoc (Results 1 - 21 of 21) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddrv_callbacks.c35 const u8 *req_ies, size_t req_ies_len, int reassoc)
222 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
285 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
295 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
315 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
888 data->assoc_info.reassoc);
34 hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, const u8 *req_ies, size_t req_ies_len, int reassoc) argument
H A Dhostapd.c1419 * @reassoc: 1 to indicate this was a re-association; 0 = first association
1427 int reassoc)
1460 if (reassoc) {
1426 hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) argument
H A Dap_drv_ops.c335 int reassoc, u16 status, const u8 *ie, size_t len)
340 reassoc, status, ie, len);
334 hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, int reassoc, u16 status, const u8 *ie, size_t len) argument
H A Dieee802_11.c863 const u8 *ies, size_t ies_len, int reassoc)
1014 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
1036 if (!reassoc) {
1115 u16 status_code, int reassoc, const u8 *ies,
1127 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
1228 int reassoc)
1236 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
1238 printf("handle_assoc(reassoc=%d) - too short payload (len=%lu)"
1239 "\n", reassoc, (unsigned long) len);
1244 if (reassoc) {
862 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
1114 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
1226 handle_assoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc) argument
1850 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
[all...]
H A Dieee802_1x.c825 int reassoc = 1; local
874 reassoc = 0;
936 if (reassoc) {
/external/wpa_supplicant_8/src/ap/
H A Ddrv_callbacks.c35 const u8 *req_ies, size_t req_ies_len, int reassoc)
222 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
285 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
295 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
315 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
888 data->assoc_info.reassoc);
34 hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, const u8 *req_ies, size_t req_ies_len, int reassoc) argument
H A Dhostapd.c1419 * @reassoc: 1 to indicate this was a re-association; 0 = first association
1427 int reassoc)
1460 if (reassoc) {
1426 hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) argument
H A Dap_drv_ops.c335 int reassoc, u16 status, const u8 *ie, size_t len)
340 reassoc, status, ie, len);
334 hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, int reassoc, u16 status, const u8 *ie, size_t len) argument
H A Dieee802_11.c863 const u8 *ies, size_t ies_len, int reassoc)
1014 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
1036 if (!reassoc) {
1115 u16 status_code, int reassoc, const u8 *ies,
1127 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
1228 int reassoc)
1236 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
1238 printf("handle_assoc(reassoc=%d) - too short payload (len=%lu)"
1239 "\n", reassoc, (unsigned long) len);
1244 if (reassoc) {
862 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
1114 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
1226 handle_assoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc) argument
1850 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
[all...]
H A Dieee802_1x.c825 int reassoc = 1; local
874 reassoc = 0;
936 if (reassoc) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddrv_callbacks.c35 const u8 *req_ies, size_t req_ies_len, int reassoc)
222 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
285 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
295 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
315 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
888 data->assoc_info.reassoc);
34 hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, const u8 *req_ies, size_t req_ies_len, int reassoc) argument
H A Dhostapd.c1419 * @reassoc: 1 to indicate this was a re-association; 0 = first association
1427 int reassoc)
1460 if (reassoc) {
1426 hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) argument
H A Dap_drv_ops.c335 int reassoc, u16 status, const u8 *ie, size_t len)
340 reassoc, status, ie, len);
334 hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, int reassoc, u16 status, const u8 *ie, size_t len) argument
H A Dieee802_11.c863 const u8 *ies, size_t ies_len, int reassoc)
1014 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
1036 if (!reassoc) {
1115 u16 status_code, int reassoc, const u8 *ies,
1127 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
1228 int reassoc)
1236 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
1238 printf("handle_assoc(reassoc=%d) - too short payload (len=%lu)"
1239 "\n", reassoc, (unsigned long) len);
1244 if (reassoc) {
862 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
1114 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
1226 handle_assoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc) argument
1850 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
[all...]
H A Dieee802_1x.c825 int reassoc = 1; local
874 reassoc = 0;
936 if (reassoc) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c1098 int reassoc, u16 status_code, const u8 *ie, size_t len)
1104 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1105 __func__, ether_sprintf(addr), status_code, reassoc);
1107 if (reassoc)
1097 atheros_sta_assoc(void *priv, const u8 *own_addr, const u8 *addr, int reassoc, u16 status_code, const u8 *ie, size_t len) argument
H A Ddriver.h2625 * @reassoc: flag to indicate re-association
2635 int reassoc, u16 status, const u8 *ie, size_t len);
3337 * reassoc - Flag to indicate association or reassociation
3339 int reassoc; member in struct:wpa_event_data::assoc_info
3998 size_t ielen, int reassoc)
4002 event.assoc_info.reassoc = reassoc;
3997 drv_event_assoc(void *ctx, const u8 *addr, const u8 *ie, size_t ielen, int reassoc) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c1098 int reassoc, u16 status_code, const u8 *ie, size_t len)
1104 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1105 __func__, ether_sprintf(addr), status_code, reassoc);
1107 if (reassoc)
1097 atheros_sta_assoc(void *priv, const u8 *own_addr, const u8 *addr, int reassoc, u16 status_code, const u8 *ie, size_t len) argument
H A Ddriver.h2625 * @reassoc: flag to indicate re-association
2635 int reassoc, u16 status, const u8 *ie, size_t len);
3337 * reassoc - Flag to indicate association or reassociation
3339 int reassoc; member in struct:wpa_event_data::assoc_info
3998 size_t ielen, int reassoc)
4002 event.assoc_info.reassoc = reassoc;
3997 drv_event_assoc(void *ctx, const u8 *addr, const u8 *ie, size_t ielen, int reassoc) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c1098 int reassoc, u16 status_code, const u8 *ie, size_t len)
1104 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1105 __func__, ether_sprintf(addr), status_code, reassoc);
1107 if (reassoc)
1097 atheros_sta_assoc(void *priv, const u8 *own_addr, const u8 *addr, int reassoc, u16 status_code, const u8 *ie, size_t len) argument
H A Ddriver.h2625 * @reassoc: flag to indicate re-association
2635 int reassoc, u16 status, const u8 *ie, size_t len);
3337 * reassoc - Flag to indicate association or reassociation
3339 int reassoc; member in struct:wpa_event_data::assoc_info
3998 size_t ielen, int reassoc)
4002 event.assoc_info.reassoc = reassoc;
3997 drv_event_assoc(void *ctx, const u8 *addr, const u8 *ie, size_t ielen, int reassoc) argument

Completed in 247 milliseconds