Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:status_code

260 	mgmt->u.auth.status_code = host_to_le16(0);
768 u16 auth_alg, auth_transaction, status_code;
805 status_code = le_to_host16(mgmt->u.auth.status_code);
809 MAC2STR(mgmt->sa), auth_alg, auth_transaction, status_code);
835 if (status_code != WLAN_STATUS_SUCCESS) {
838 status_code);
839 if (status_code == WLAN_STATUS_NOT_SUPPORTED_AUTH_ALG) {
1037 u16 capab_info, status_code, aid;
1066 status_code = le_to_host16(mgmt->u.assoc_resp.status_code);
1076 capab_info, status_code, aid);
1085 if (status_code != WLAN_STATUS_SUCCESS) {
1087 status_code);
1089 if (status_code == WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY &&
1702 status = le_to_host16(mgmt->u.action.u.ft_action_resp.status_code);