Searched defs:phy (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c1055 if (!iface->phy[0]) {
1056 const char *phy = hostapd_drv_get_radio_name(hapd); local
1057 if (phy) {
1058 wpa_printf(MSG_DEBUG, "phy: %s", phy);
1059 os_strlcpy(iface->phy, phy, sizeof(iface->phy));
1497 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, argument
1505 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,
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c1055 if (!iface->phy[0]) {
1056 const char *phy = hostapd_drv_get_radio_name(hapd); local
1057 if (phy) {
1058 wpa_printf(MSG_DEBUG, "phy: %s", phy);
1059 os_strlcpy(iface->phy, phy, sizeof(iface->phy));
1497 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, argument
1505 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,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c1055 if (!iface->phy[0]) {
1056 const char *phy = hostapd_drv_get_radio_name(hapd); local
1057 if (phy) {
1058 wpa_printf(MSG_DEBUG, "phy: %s", phy);
1059 os_strlcpy(iface->phy, phy, sizeof(iface->phy));
1497 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, argument
1505 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,

Completed in 165 milliseconds