Home | History | Annotate | Download | only in ap

Lines Matching refs:status_code

257 	reply->u.auth.status_code = host_to_le16(resp);
302 u16 auth_alg, auth_transaction, status_code;
323 status_code = le_to_host16(mgmt->u.auth.status_code);
333 "auth_transaction=%d status_code=%d wep=%d%s",
335 status_code, !!(fc & WLAN_FC_ISWEP),
828 u16 status_code, int reassoc, const u8 *ies,
850 reply->u.assoc_resp.status_code = host_to_le16(status_code);
859 if (status_code == WLAN_STATUS_SUCCESS) {
869 if (status_code == WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY)
899 switch (status_code) {
1445 u16 auth_alg, auth_transaction, status_code;
1463 status_code = le_to_host16(mgmt->u.auth.status_code);
1472 if (status_code == WLAN_STATUS_SUCCESS &&
1506 status = le_to_host16(mgmt->u.reassoc_resp.status_code);
1508 status = le_to_host16(mgmt->u.assoc_resp.status_code);