station environment structure More...
#include <sm.h>

Data Fields | |
| struct sm_connect_req const * | connect_param |
| Pointer to the connection parameters. | |
| struct sm_connect_ind * | connect_ind |
| Pointer to the structure used for the connect indication upload. | |
| struct ke_msg * | disconnect_ind |
| Pointer to the message structure used for the disconnect indication. | |
| struct co_list | bss_config |
| List of BSS configuration messages to send. | |
| bool | host_disconnect |
| Indicate if pending disconnection was requested by host or not. | |
| bool | join_passive |
| Indicate if passive scan has been used during join procedure. | |
| bool | ft_over_ds |
| FT over DS is ongoing. | |
| struct mac_addr | ft_old_bssid |
| MAC address of old AP - during FT over DS transition. | |
| struct vif_info_tag * | vif_disconnect |
| Pointer to the VIF structure for which the disconnection procedure is pending. | |
station environment structure
Definition at line 35 of file sm.h.
1.6.1