Searched refs:rssi_rej (Results 1 – 2 of 2) sorted by relevance
1065 const u8 *rssi_rej; in notifyAssocReject() local1066 rssi_rej = mbo_get_attr_from_ies( in notifyAssocReject()1070 if (rssi_rej && rssi_rej[1] == 2) { in notifyAssocReject()1075 rssi_rej[2], rssi_rej[3], reject_bss->level); in notifyAssocReject()1078 = rssi_rej[2]; in notifyAssocReject()1080 = rssi_rej[3]; in notifyAssocReject()
4659 const u8 *rssi_rej; in wpas_event_assoc_reject() local4661 rssi_rej = mbo_get_attr_from_ies( in wpas_event_assoc_reject()4665 if (rssi_rej && rssi_rej[1] == 2) { in wpas_event_assoc_reject()4670 rssi_rej[2], rssi_rej[3]); in wpas_event_assoc_reject()4673 rssi_rej[3], in wpas_event_assoc_reject()4674 rssi_rej[2] + reject_bss->level); in wpas_event_assoc_reject()