Searched refs:beaconing (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/uwb/ |
D | radio.c | 69 if (channel != rc->beaconing) { in uwb_radio_change_channel() 70 if (rc->beaconing != -1 && channel != -1) { in uwb_radio_change_channel() 83 uwb_radio_channel_changed(rc, rc->beaconing); in uwb_radio_change_channel() 187 rc->beaconing = -1; in uwb_radio_reset_state()
|
D | ie.c | 306 if (uwb_rc->beaconing != -1) in uwb_rc_ie_add() 373 if (uwb_rc->beaconing != -1) in uwb_rc_ie_rm()
|
D | beacon.c | 142 rc->beaconing = channel; in uwb_rc_beacon() 521 rc->beaconing = -1; in uwbd_evt_handle_rc_bp_slot_change() 586 result = sprintf(buf, "%d\n", rc->beaconing); in uwb_rc_beacon_show()
|
D | lc-rc.c | 97 rc->beaconing = -1; in uwb_rc_init()
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-class-uwb_rc | 37 to force a specific channel to be used when beaconing, 38 or, if <channel> is -1, to prohibit beaconing. If 44 the radio controller is not beaconing. 70 not beaconing or scanning.
|
/linux-3.4.99/Documentation/networking/ |
D | olympic.txt | 47 mode. All unexpected MAC frames (beaconing etc.) will be received
|
/linux-3.4.99/include/linux/ |
D | uwb.h | 391 int beaconing; /* Beaconing state [channel number] */ member
|
/linux-3.4.99/Documentation/usb/ |
D | WUSB-Design-overview.txt | 87 control bandwidth assignment, beaconing, scanning, etc 156 now on), such as to start/stop beaconing, scan, allocate bandwidth, etc.
|