Searched refs:bsscfg (Results 1 – 2 of 2) sorted by relevance
441 brcms_c_bsscfg_mfree(wlc->bsscfg); in brcms_c_detach_mfree()537 wlc->bsscfg = brcms_c_bsscfg_malloc(unit); in brcms_c_attach_malloc()538 if (wlc->bsscfg == NULL) { in brcms_c_attach_malloc()1068 if (wlc->bsscfg->type == BRCMS_TYPE_ADHOC) in brcms_c_tbtt()2162 wlc->bsscfg->type = BRCMS_TYPE_STATION; in brcms_c_start_station()2171 memcpy(wlc->bsscfg->BSSID, bssid, sizeof(wlc->bsscfg->BSSID)); in brcms_c_start_ap()2172 wlc->bsscfg->type = BRCMS_TYPE_AP; in brcms_c_start_ap()2180 wlc->bsscfg->type = BRCMS_TYPE_ADHOC; in brcms_c_start_adhoc()3763 static void brcms_c_set_mac(struct brcms_bss_cfg *bsscfg) in brcms_c_set_mac() argument3765 struct brcms_c_info *wlc = bsscfg->wlc; in brcms_c_set_mac()[all …]
518 struct brcms_bss_cfg *bsscfg; member