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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddrv_callbacks.c34 const u8 *req_ies, size_t req_ies_len, int reassoc)
207 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
270 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
280 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
300 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
785 data->assoc_info.reassoc);
33 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.c1342 * @reassoc: 1 to indicate this was a re-association; 0 = first association
1350 int reassoc)
1381 if (reassoc) {
1349 hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) argument
H A Dieee802_11.c609 const u8 *ies, size_t ies_len, int reassoc)
745 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
767 if (!reassoc) {
837 u16 status_code, int reassoc, const u8 *ies,
849 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
950 int reassoc)
958 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
960 printf("handle_assoc(reassoc=%d) - too short payload (len=%lu)"
961 "\n", reassoc, (unsigned long) len);
965 if (reassoc) {
608 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
836 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
948 handle_assoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc) argument
1500 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
[all...]
H A Dap_drv_ops.c327 int reassoc, u16 status, const u8 *ie, size_t len)
332 reassoc, status, ie, len);
326 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.c922 int reassoc = 1; local
971 reassoc = 0;
1033 if (reassoc) {
/external/wpa_supplicant_8/src/ap/
H A Ddrv_callbacks.c34 const u8 *req_ies, size_t req_ies_len, int reassoc)
207 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
270 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
280 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
300 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
785 data->assoc_info.reassoc);
33 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.c1342 * @reassoc: 1 to indicate this was a re-association; 0 = first association
1350 int reassoc)
1381 if (reassoc) {
1349 hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) argument
H A Dieee802_11.c609 const u8 *ies, size_t ies_len, int reassoc)
745 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
767 if (!reassoc) {
837 u16 status_code, int reassoc, const u8 *ies,
849 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
950 int reassoc)
958 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
960 printf("handle_assoc(reassoc=%d) - too short payload (len=%lu)"
961 "\n", reassoc, (unsigned long) len);
965 if (reassoc) {
608 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
836 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
948 handle_assoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc) argument
1500 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
[all...]
H A Dap_drv_ops.c327 int reassoc, u16 status, const u8 *ie, size_t len)
332 reassoc, status, ie, len);
326 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.c922 int reassoc = 1; local
971 reassoc = 0;
1033 if (reassoc) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddrv_callbacks.c34 const u8 *req_ies, size_t req_ies_len, int reassoc)
207 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
270 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
280 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
300 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
785 data->assoc_info.reassoc);
33 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.c1342 * @reassoc: 1 to indicate this was a re-association; 0 = first association
1350 int reassoc)
1381 if (reassoc) {
1349 hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) argument
H A Dieee802_11.c609 const u8 *ies, size_t ies_len, int reassoc)
745 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
767 if (!reassoc) {
837 u16 status_code, int reassoc, const u8 *ies,
849 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
950 int reassoc)
958 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
960 printf("handle_assoc(reassoc=%d) - too short payload (len=%lu)"
961 "\n", reassoc, (unsigned long) len);
965 if (reassoc) {
608 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
836 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
948 handle_assoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc) argument
1500 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
[all...]
H A Dap_drv_ops.c327 int reassoc, u16 status, const u8 *ie, size_t len)
332 reassoc, status, ie, len);
326 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.c922 int reassoc = 1; local
971 reassoc = 0;
1033 if (reassoc) {
/external/wpa_supplicant_6/wpa_supplicant/
H A Dmlme.c1033 int reassoc)
1075 reassoc ? "Rea" : "A", MAC2STR(mgmt->sa),
1115 if (!reassoc) {
1029 ieee80211_rx_mgmt_assoc_resp(struct wpa_supplicant *wpa_s, struct ieee80211_mgmt *mgmt, size_t len, struct ieee80211_rx_status *rx_status, int reassoc) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c1100 int reassoc, u16 status_code, const u8 *ie, size_t len)
1106 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1107 __func__, ether_sprintf(addr), status_code, reassoc);
1109 if (reassoc)
1099 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.h2499 * @reassoc: flag to indicate re-association
2509 int reassoc, u16 status, const u8 *ie, size_t len);
3081 * reassoc - Flag to indicate association or reassociation
3083 int reassoc; member in struct:wpa_event_data::assoc_info
3710 size_t ielen, int reassoc)
3714 event.assoc_info.reassoc = reassoc;
3709 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.c1100 int reassoc, u16 status_code, const u8 *ie, size_t len)
1106 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1107 __func__, ether_sprintf(addr), status_code, reassoc);
1109 if (reassoc)
1099 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.h2499 * @reassoc: flag to indicate re-association
2509 int reassoc, u16 status, const u8 *ie, size_t len);
3081 * reassoc - Flag to indicate association or reassociation
3083 int reassoc; member in struct:wpa_event_data::assoc_info
3710 size_t ielen, int reassoc)
3714 event.assoc_info.reassoc = reassoc;
3709 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.c1100 int reassoc, u16 status_code, const u8 *ie, size_t len)
1106 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1107 __func__, ether_sprintf(addr), status_code, reassoc);
1109 if (reassoc)
1099 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.h2499 * @reassoc: flag to indicate re-association
2509 int reassoc, u16 status, const u8 *ie, size_t len);
3081 * reassoc - Flag to indicate association or reassociation
3083 int reassoc; member in struct:wpa_event_data::assoc_info
3710 size_t ielen, int reassoc)
3714 event.assoc_info.reassoc = reassoc;
3709 drv_event_assoc(void *ctx, const u8 *addr, const u8 *ie, size_t ielen, int reassoc) argument

Completed in 433 milliseconds