Lines Matching full:bssid
17 unsigned char bssid[6];
38 /* bssid */
40 if (mac_addr_a2n(bssid, argv[0]) == 0) {
41 NLA_PUT(msg, NL80211_ATTR_MAC, 6, bssid);
143 TOPLEVEL(connect, "[-w] <SSID> [<freq in MHz>] [<bssid>] [key 0:abcde d:1:6162636465]",
145 "Join the network with the given SSID (and frequency, BSSID).\n"
154 unsigned char bssid[6];
166 /* bssid */
167 if (mac_addr_a2n(bssid, argv[0]) == 0) {
168 NLA_PUT(msg, NL80211_ATTR_MAC, 6, bssid);
216 TOPLEVEL(auth, "<SSID> <bssid> <type:open|shared> <freq in MHz> [key 0:abcde d:1:6162636465]",