Searched refs:bsscfg (Results 1 – 2 of 2) sorted by relevance
435 brcms_c_bsscfg_mfree(wlc->bsscfg); in brcms_c_detach_mfree()531 wlc->bsscfg = brcms_c_bsscfg_malloc(unit); in brcms_c_attach_malloc()532 if (wlc->bsscfg == NULL) { in brcms_c_attach_malloc()1061 if (wlc->bsscfg->type == BRCMS_TYPE_ADHOC) in brcms_c_tbtt()2155 wlc->bsscfg->type = BRCMS_TYPE_STATION; in brcms_c_start_station()2164 memcpy(wlc->bsscfg->BSSID, bssid, sizeof(wlc->bsscfg->BSSID)); in brcms_c_start_ap()2165 wlc->bsscfg->type = BRCMS_TYPE_AP; in brcms_c_start_ap()2173 wlc->bsscfg->type = BRCMS_TYPE_ADHOC; in brcms_c_start_adhoc()3754 static void brcms_c_set_mac(struct brcms_bss_cfg *bsscfg) in brcms_c_set_mac() argument3756 struct brcms_c_info *wlc = bsscfg->wlc; in brcms_c_set_mac()[all …]
518 struct brcms_bss_cfg *bsscfg; member