Searched refs:wlan_phy_index_decode (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.c | 186 static int wlan_phy_index_decode(const struct asn_oid *, uint, char *, 3197 wlan_phy_index_decode(const struct asn_oid *oid, uint sub, char *wname, in wlan_phy_index_decode() function 3527 if (wlan_phy_index_decode(oid, sub, wname, &phy) < 0) in wlan_get_roam_param() 3556 if (wlan_phy_index_decode(oid, sub, wname, phy) < 0) in wlan_get_next_roam_param() 3600 if (wlan_phy_index_decode(oid, sub, wname, phy) < 0) in wlan_get_tx_param() 3629 if (wlan_phy_index_decode(oid, sub, wname, phy) < 0) in wlan_get_next_tx_param()
|