Lines Matching refs:resp
266 __le16 resp; in ap_handle_timer() local
273 resp = cpu_to_le16(deauth ? WLAN_REASON_PREV_AUTH_NOT_VALID : in ap_handle_timer()
278 (char *) &resp, 2, sta->addr, 0); in ap_handle_timer()
308 __le16 resp; in hostap_deauth_all_stas() local
314 resp = cpu_to_le16(WLAN_REASON_PREV_AUTH_NOT_VALID); in hostap_deauth_all_stas()
323 (char *) &resp, 2, addr, 0); in hostap_deauth_all_stas()
500 __le16 resp; in ap_control_kick_mac() local
513 resp = cpu_to_le16(WLAN_REASON_PREV_AUTH_NOT_VALID); in ap_control_kick_mac()
515 (char *) &resp, 2, sta->addr, 0); in ap_control_kick_mac()
1356 u16 resp = WLAN_STATUS_SUCCESS; in handle_authen() local
1397 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_authen()
1407 resp = WLAN_STATUS_NOT_SUPPORTED_AUTH_ALG; in handle_authen()
1416 resp = WLAN_STATUS_CHALLENGE_FAIL; in handle_authen()
1421 resp = WLAN_STATUS_CHALLENGE_FAIL; in handle_authen()
1439 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_authen()
1451 resp = WLAN_STATUS_UNKNOWN_AUTH_TRANSACTION; in handle_authen()
1461 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_authen()
1468 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_authen()
1490 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_authen()
1501 resp = WLAN_STATUS_CHALLENGE_FAIL; in handle_authen()
1524 *pos = cpu_to_le16(resp); /* status_code */ in handle_authen()
1528 if (resp == WLAN_STATUS_SUCCESS && sta != NULL && in handle_authen()
1547 if (resp) { in handle_authen()
1552 le16_to_cpu(hdr->frame_control), resp, txt); in handle_authen()
1566 u16 resp = WLAN_STATUS_SUCCESS; in handle_assoc() local
1587 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_assoc()
1617 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_assoc()
1624 resp = WLAN_STATUS_ASSOC_DENIED_UNSPEC; in handle_assoc()
1640 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_assoc()
1665 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_assoc()
1680 resp = WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA; in handle_assoc()
1704 *pos = cpu_to_le16(resp); in handle_assoc()
1746 if (resp == WLAN_STATUS_SUCCESS) { in handle_assoc()
1761 resp, send_deauth, txt); in handle_assoc()