Searched refs:srom_ccode (Results 1 – 3 of 3) sorted by relevance
58 char srom_ccode[WLC_CNTRY_BUF_SZ]; /* Country Code in SROM */ member658 strncpy(wlc->pub->srom_ccode, ccode, WLC_CNTRY_BUF_SZ - 1); in wlc_channel_mgr_attach()661 wlc->pub->srom_ccode[0], wlc->pub->srom_ccode[1]); in wlc_channel_mgr_attach()713 wlc_cm->srom_ccode, wlc_cm->srom_regrev); in wlc_set_countrycode_rev()819 const char *srom_ccode = wlc_cm->srom_ccode; in wlc_countrycode_map() local837 if (!strcmp(srom_ccode, ccode)) { in wlc_countrycode_map()
304 char srom_ccode[WLC_CNTRY_BUF_SZ]; /* Country Code in SROM */ member
829 if (wl->pub->srom_ccode[0]) in wl_attach()830 err = wl_set_hint(wl, wl->pub->srom_ccode); in wl_attach()