Searched refs:phy (Results 1 - 10 of 10) sorted by relevance

/external/qemu-pc-bios/bochs/
H A Dbochs.h243 # define BX_DBG_LIN_MEMORY_ACCESS(cpu, lin, phy, len, pl, rw, data) \
244 bx_dbg_lin_memory_access(cpu, lin, phy, len, pl, rw, data)
245 # define BX_DBG_PHY_MEMORY_ACCESS(cpu, phy, len, rw, data) \
246 bx_dbg_phy_memory_access(cpu, phy, len, rw, data)
256 # define BX_DBG_LIN_MEMORY_ACCESS(cpu, lin, phy, len, pl, rw, data) /* empty */
257 # define BX_DBG_PHY_MEMORY_ACCESS(cpu, phy, len, rw, data) /* empty */
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c1054 if (!iface->phy[0]) {
1055 const char *phy = hostapd_drv_get_radio_name(hapd); local
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, argument
1507 if (!phy || !*ph
[all...]
H A Dhostapd.h263 char phy[16]; /* Name of the PHY (radio) */ member in struct:hostapd_iface
385 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
H A Dctrl_iface_ap.c400 "phy=%s\n"
413 iface->phy,
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c1054 if (!iface->phy[0]) {
1055 const char *phy = hostapd_drv_get_radio_name(hapd); local
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, argument
1507 if (!phy || !*ph
[all...]
H A Dhostapd.h263 char phy[16]; /* Name of the PHY (radio) */ member in struct:hostapd_iface
385 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
H A Dctrl_iface_ap.c400 "phy=%s\n"
413 iface->phy,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c1054 if (!iface->phy[0]) {
1055 const char *phy = hostapd_drv_get_radio_name(hapd); local
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, argument
1507 if (!phy || !*ph
[all...]
H A Dhostapd.h263 char phy[16]; /* Name of the PHY (radio) */ member in struct:hostapd_iface
385 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
H A Dctrl_iface_ap.c400 "phy=%s\n"
413 iface->phy,

Completed in 1942 milliseconds