Home | History | Annotate | Download | only in ap

Lines Matching refs:phy

1054 	if (!iface->phy[0]) {
1055 const char *phy = hostapd_drv_get_radio_name(hapd);
1056 if (phy) {
1057 wpa_printf(MSG_DEBUG, "phy: %s", phy);
1058 os_strlcpy(iface->phy, phy, sizeof(iface->phy));
1499 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
1507 if (!phy || !*phy)
1511 if (os_strcmp(interfaces->iface[i]->phy, phy) == 0) {
1517 wpa_printf(MSG_INFO, "Configuration file: %s (phy %s)%s",
1518 config_fname, phy, iface ? "" : " --> new PHY");
1581 os_strlcpy(iface->phy, phy, sizeof(iface->phy));