mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 12:27:53 +00:00
22 lines
929 B
Markdown
22 lines
929 B
Markdown
# ClientAssocEvent
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**model_type** | **str** | |
|
|
**all_of** | [**RealTimeEvent**](RealTimeEvent.md) | | [optional]
|
|
**session_id** | **int** | | [optional]
|
|
**ssid** | **str** | | [optional]
|
|
**client_mac_address** | [**MacAddress**](MacAddress.md) | | [optional]
|
|
**radio_type** | [**RadioType**](RadioType.md) | | [optional]
|
|
**is_reassociation** | **bool** | | [optional]
|
|
**status** | [**WlanStatusCode**](WlanStatusCode.md) | | [optional]
|
|
**rssi** | **int** | | [optional]
|
|
**internal_sc** | **int** | | [optional]
|
|
**using11k** | **bool** | | [optional]
|
|
**using11r** | **bool** | | [optional]
|
|
**using11v** | **bool** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|