Searched refs:mlan_dev (Results 1 – 1 of 1) sorted by relevance
102 static mlan_device mlan_dev; variable589 … (void)memcpy((void *)&mlan_dev.callbacks, (const void *)&woal_callbacks, sizeof(mlan_callbacks)); in mlan_subsys_init()595 mlan_dev.bss_attr[0].bss_type = MLAN_BSS_TYPE_STA; in mlan_subsys_init()597 mlan_dev.bss_attr[0].frame_type = MLAN_DATA_FRAME_TYPE_ETH_II; in mlan_subsys_init()599 mlan_dev.bss_attr[0].active = MTRUE; in mlan_subsys_init()601 mlan_dev.bss_attr[0].bss_priority = 0; in mlan_subsys_init()603 mlan_dev.bss_attr[0].bss_num = 0; in mlan_subsys_init()608 mlan_dev.bss_attr[1].bss_type = MLAN_BSS_TYPE_UAP; in mlan_subsys_init()610 mlan_dev.bss_attr[1].frame_type = MLAN_DATA_FRAME_TYPE_ETH_II; in mlan_subsys_init()612 mlan_dev.bss_attr[1].active = MTRUE; in mlan_subsys_init()[all …]