Searched refs:reassoc (Results 1 - 25 of 28) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h125 struct sta_info *sta, int reassoc);
388 int reassoc);
416 const u8 *ie, size_t ielen, int reassoc);
H A Dieee802_11.c877 const u8 *ies, size_t ies_len, int reassoc)
1036 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
1058 if (!reassoc) {
1162 u16 status_code, int reassoc, const u8 *ies,
1174 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
1276 int reassoc)
1284 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
1286 wpa_printf(MSG_INFO, "handle_assoc(reassoc=%d) - too short payload (len=%lu)",
1287 reassoc, (unsigned long) len);
1292 if (reassoc) {
876 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
1161 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
1274 handle_assoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc) argument
1887 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
[all...]
H A Ddrv_callbacks.c38 const u8 *req_ies, size_t req_ies_len, int reassoc)
256 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
342 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
353 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
373 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
1050 data->assoc_info.reassoc);
37 hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, const u8 *req_ies, size_t req_ies_len, int reassoc) argument
H A Dap_drv_ops.h102 int reassoc, u16 status, const u8 *ie, size_t len);
H A Dap_drv_ops.c346 int reassoc, u16 status, const u8 *ie, size_t len)
351 reassoc, status, ie, len);
345 hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, int reassoc, u16 status, const u8 *ie, size_t len) argument
H A Dieee802_1x.c959 int reassoc = 1; local
1008 reassoc = 0;
1071 if (reassoc) {
H A Dhostapd.c2068 * @reassoc: 1 to indicate this was a re-association; 0 = first association
2076 int reassoc)
2110 if (reassoc) {
2075 hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) argument
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h125 struct sta_info *sta, int reassoc);
388 int reassoc);
416 const u8 *ie, size_t ielen, int reassoc);
H A Dieee802_11.c877 const u8 *ies, size_t ies_len, int reassoc)
1036 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
1058 if (!reassoc) {
1162 u16 status_code, int reassoc, const u8 *ies,
1174 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
1276 int reassoc)
1284 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
1286 wpa_printf(MSG_INFO, "handle_assoc(reassoc=%d) - too short payload (len=%lu)",
1287 reassoc, (unsigned long) len);
1292 if (reassoc) {
876 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
1161 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
1274 handle_assoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc) argument
1887 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
[all...]
H A Ddrv_callbacks.c38 const u8 *req_ies, size_t req_ies_len, int reassoc)
256 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
342 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
353 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
373 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
1050 data->assoc_info.reassoc);
37 hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, const u8 *req_ies, size_t req_ies_len, int reassoc) argument
H A Dap_drv_ops.h102 int reassoc, u16 status, const u8 *ie, size_t len);
H A Dap_drv_ops.c346 int reassoc, u16 status, const u8 *ie, size_t len)
351 reassoc, status, ie, len);
345 hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, int reassoc, u16 status, const u8 *ie, size_t len) argument
H A Dieee802_1x.c959 int reassoc = 1; local
1008 reassoc = 0;
1071 if (reassoc) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h125 struct sta_info *sta, int reassoc);
388 int reassoc);
416 const u8 *ie, size_t ielen, int reassoc);
H A Dieee802_11.c877 const u8 *ies, size_t ies_len, int reassoc)
1036 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
1058 if (!reassoc) {
1162 u16 status_code, int reassoc, const u8 *ies,
1174 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
1276 int reassoc)
1284 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
1286 wpa_printf(MSG_INFO, "handle_assoc(reassoc=%d) - too short payload (len=%lu)",
1287 reassoc, (unsigned long) len);
1292 if (reassoc) {
876 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
1161 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
1274 handle_assoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc) argument
1887 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
[all...]
H A Ddrv_callbacks.c38 const u8 *req_ies, size_t req_ies_len, int reassoc)
256 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
342 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
353 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
373 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
1050 data->assoc_info.reassoc);
37 hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, const u8 *req_ies, size_t req_ies_len, int reassoc) argument
H A Dap_drv_ops.h102 int reassoc, u16 status, const u8 *ie, size_t len);
H A Dap_drv_ops.c346 int reassoc, u16 status, const u8 *ie, size_t len)
351 reassoc, status, ie, len);
345 hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, int reassoc, u16 status, const u8 *ie, size_t len) argument
H A Dieee802_1x.c959 int reassoc = 1; local
1008 reassoc = 0;
1071 if (reassoc) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h2633 * @reassoc: flag to indicate re-association
2643 int reassoc, u16 status, const u8 *ie, size_t len);
3530 * reassoc - Flag to indicate association or reassociation
3532 int reassoc; member in struct:wpa_event_data::assoc_info
4139 size_t ielen, int reassoc)
4143 event.assoc_info.reassoc = reassoc;
4138 drv_event_assoc(void *ctx, const u8 *addr, const u8 *ie, size_t ielen, int reassoc) argument
H A Ddriver_atheros.c1175 int reassoc, u16 status_code, const u8 *ie, size_t len)
1181 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1182 __func__, ether_sprintf(addr), status_code, reassoc);
1184 if (reassoc)
1174 atheros_sta_assoc(void *priv, const u8 *own_addr, const u8 *addr, int reassoc, u16 status_code, const u8 *ie, size_t len) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h2633 * @reassoc: flag to indicate re-association
2643 int reassoc, u16 status, const u8 *ie, size_t len);
3530 * reassoc - Flag to indicate association or reassociation
3532 int reassoc; member in struct:wpa_event_data::assoc_info
4139 size_t ielen, int reassoc)
4143 event.assoc_info.reassoc = reassoc;
4138 drv_event_assoc(void *ctx, const u8 *addr, const u8 *ie, size_t ielen, int reassoc) argument
H A Ddriver_atheros.c1175 int reassoc, u16 status_code, const u8 *ie, size_t len)
1181 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1182 __func__, ether_sprintf(addr), status_code, reassoc);
1184 if (reassoc)
1174 atheros_sta_assoc(void *priv, const u8 *own_addr, const u8 *addr, int reassoc, u16 status_code, const u8 *ie, size_t len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h2633 * @reassoc: flag to indicate re-association
2643 int reassoc, u16 status, const u8 *ie, size_t len);
3530 * reassoc - Flag to indicate association or reassociation
3532 int reassoc; member in struct:wpa_event_data::assoc_info
4139 size_t ielen, int reassoc)
4143 event.assoc_info.reassoc = reassoc;
4138 drv_event_assoc(void *ctx, const u8 *addr, const u8 *ie, size_t ielen, int reassoc) argument
H A Ddriver_atheros.c1175 int reassoc, u16 status_code, const u8 *ie, size_t len)
1181 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1182 __func__, ether_sprintf(addr), status_code, reassoc);
1184 if (reassoc)
1174 atheros_sta_assoc(void *priv, const u8 *own_addr, const u8 *addr, int reassoc, u16 status_code, const u8 *ie, size_t len) argument

Completed in 460 milliseconds

12